Searched refs:PRINT_STRUCT_VALUE_H (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 61 #define PRINT_STRUCT_VALUE_H(pStruct, type, element) \ macro 370 PRINT_STRUCT_VALUE_H (Struct, Type2, ChassisHandle); in SmbiosPrintStructure() 422 PRINT_STRUCT_VALUE_H (Struct, Type4, L1CacheHandle); in SmbiosPrintStructure() 423 PRINT_STRUCT_VALUE_H (Struct, Type4, L2CacheHandle); in SmbiosPrintStructure() 424 PRINT_STRUCT_VALUE_H (Struct, Type4, L3CacheHandle); in SmbiosPrintStructure() 491 PRINT_STRUCT_VALUE_H (Struct, Type7, MaximumCacheSize); in SmbiosPrintStructure() 492 PRINT_STRUCT_VALUE_H (Struct, Type7, InstalledSize); in SmbiosPrintStructure() 493 PRINT_STRUCT_VALUE_H (Struct, Type7, SupportedSRAMType); in SmbiosPrintStructure() 494 PRINT_STRUCT_VALUE_H (Struct, Type7, CurrentSRAMType); in SmbiosPrintStructure() 496 PRINT_STRUCT_VALUE_H (Struct, Type7, CacheSpeed); in SmbiosPrintStructure() [all …]
|