Home | History | Annotate | Download | only in Library

Lines Matching refs:Table

40 /// Unicode String Table

116 Retrieves a pointer to the system configuration table from the EFI System Table
119 This function searches the list of configuration tables stored in the EFI System Table
120 for a table with a GUID that matches TableGuid. If a match is found, then a pointer to
121 the configuration table is returned in Table, and EFI_SUCCESS is returned. If a matching GUID
124 If Table is NULL, then ASSERT().
126 @param TableGuid The pointer to table's GUID type..
127 @param Table The pointer to the table associated with TableGuid in the EFI System Table.
129 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
130 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
137 OUT VOID **Table
459 that the Unicode string table supports. Language
461 @param UnicodeStringTable A pointer to the table of Unicode strings.
467 in the table of Unicode strings UnicodeStringTable,
503 string table supports. Language must be a member of this set.
508 @param UnicodeStringTable A pointer to the table of Unicode strings. Type EFI_UNICODE_STRING_TABLE
518 was found in the table of Unicode strings UnicodeStringTable, and
550 that the Unicode string table supports.
552 @param UnicodeStringTable A pointer to the table of Unicode strings.
556 specified by Language was found in the table of
597 string table supports. Language must be a member of this set.
602 @param UnicodeStringTable A pointer to the table of Unicode strings. Type EFI_UNICODE_STRING_TABLE
610 Language was found in the table of Unicode strings UnicodeStringTable,
633 This function frees the table of Unicode strings in UnicodeStringTable.
637 table are freed, and EFI_SUCCESS is returned.
639 @param UnicodeStringTable A pointer to the table of Unicode strings.
641 @retval EFI_SUCCESS The Unicode string table was freed.
1278 @param SystemTable The EFI System Table that was passed to the driver's entry point.
1312 @param SystemTable The EFI System Table that was passed to the driver's entry point.
1350 @param SystemTable The EFI System Table that was passed to the driver's entry point.
1387 @param SystemTable The EFI System Table that was passed to the driver's entry point.