Searched refs:StringCount (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DStringFuncs.h174 IN UINTN StringCount
181 Allocates a STRING_LIST structure that can store StringCount strings.
185 StringCount The number of strings that need to be stored
H A DStringFuncs.c295 IN UINTN StringCount
301 Allocates a STRING_LIST structure that can store StringCount strings.
305 StringCount The number of strings that need to be stored
313 return malloc (OFFSET_OF(STRING_LIST, Strings[StringCount + 1]));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c283 UINT16 StringCount; local
337 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
341 for (Index = 0; Index < StringCount; Index++) {
357 &StringCount,
364 for (Index = 0; Index < StringCount; Index++) {
406 CopyMem (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
407 for (Index = 0; Index < StringCount; Index++) {
427 &StringCount,
431 for (Index = 0; Index < StringCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbios.h230 UINT8 StringCount; member in struct:__anon12848
235 UINT8 StringCount; member in struct:__anon12849
H A DPrintInfo.c461 PRINT_STRUCT_VALUE (Struct, Type11, StringCount);
462 for (Index = 1; Index <= Struct->Type11->StringCount; Index++) {
468 PRINT_STRUCT_VALUE (Struct, Type12, StringCount);
469 for (Index = 1; Index <= Struct->Type12->StringCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h362 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_BLOCK
369 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK
386 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_BLOCK
393 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h431 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_BLOCK
438 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK
455 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_BLOCK
462 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h429 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_BLOCK
436 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_SCSU_FONT_BLOCK
453 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_BLOCK
460 UINT16 StringCount; member in struct:_EFI_HII_SIBT_STRINGS_UCS2_FONT_BLOCK
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3276 UINT16 StringCount; local
3308 memcpy (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
3312 for (Index = 0; Index < StringCount; Index++) {
3326 &StringCount,
3333 for (Index = 0; Index < StringCount; Index++) {
3373 memcpy (&StringCount, BlockHdr + sizeof (EFI_HII_STRING_BLOCK), sizeof (UINT16));
3374 for (Index = 0; Index < StringCount; Index++) {
3392 &StringCount,
3396 for (Index = 0; Index < StringCount; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBios.h1215 UINT8 StringCount; member in struct:__anon11842
1225 UINT8 StringCount; member in struct:__anon11843

Completed in 878 milliseconds