Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:Table

40   @param SystemTable    the EFI System Table pointer

99 @param SystemTable The EFI System Table pointer.
217 Function returns a system configuration table that is stored in the
218 EFI System Table based on the provided GUID.
220 @param[in] TableGuid A pointer to the table's GUID type.
221 @param[in, out] Table On exit, a pointer to a system configuration table.
223 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
224 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
230 IN OUT VOID **Table
234 ASSERT (Table != NULL);
238 *Table = gST->ConfigurationTable[Index].VendorTable;