Home | History | Annotate | Download | only in Uefi

Lines Matching refs:Table

1506   Adds, updates, or removes a configuration table entry from the EFI System Table.

1509 @param[in] Table A pointer to the configuration table for the entry to add, update, or
1512 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
1522 IN VOID *Table
1629 /// The EFI System Table entry must point to an array of capsules
1760 // EFI Runtime Services Table
1780 /// EFI Runtime Services Table.
1784 /// The table header for the EFI Runtime Services Table.
1832 /// EFI Boot Services Table.
1836 /// The table header for the EFI Boot Services Table.
1931 /// EFI System Table.
1935 /// The 128-bit GUID value that uniquely identifies the system configuration table.
1939 /// A pointer to the table associated with VendorGuid.
1945 /// EFI System Table
1949 /// The table header for the EFI System Table.
1992 /// A pointer to the EFI Runtime Services Table.
1996 /// A pointer to the EFI Boot Services Table.
2005 /// The number of entries in the table is NumberOfTableEntries.
2016 @param[in] SystemTable A pointer to the EFI System Table.