Searched refs:Type6 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 474 PRINT_PENDING_STRING (Struct, Type6, SocketDesignation); in SmbiosPrintStructure() 475 DisplayMmBankConnections (Struct->Type6->BankConnections, Option); in SmbiosPrintStructure() 476 PRINT_STRUCT_VALUE (Struct, Type6, CurrentSpeed); in SmbiosPrintStructure() 477 DisplayMmMemoryType (*(UINT16 *) &(Struct->Type6->CurrentMemoryType), Option); in SmbiosPrintStructure() 479 DisplayMmMemorySize (*(UINT8 *) &(Struct->Type6->InstalledSize), Option); in SmbiosPrintStructure() 481 DisplayMmMemorySize (*(UINT8 *) &(Struct->Type6->EnabledSize), Option); in SmbiosPrintStructure() 482 DisplayMmErrorStatus (Struct->Type6->ErrorStatus, Option); in SmbiosPrintStructure()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 609 SMBIOS_TABLE_TYPE6 *Type6; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 2386 SMBIOS_TABLE_TYPE6 *Type6; member
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 9091 DisplayMmBankConnections (pStruct->Type6->BankConnections, Option); 9092 PrintStructValue (pStruct, Type6, CurrentSpeed); 9093 DisplayMmMemoryType (pStruct->Type6->CurrentMemoryType, Option); 9096 DisplayMmMemorySize (pStruct->Type6->InstalledSize, Option); 9099 DisplayMmMemorySize (pStruct->Type6->EnabledSize, Option); 9100 DisplayMmErrorStatus (pStruct->Type6->ErrorStatus, Option);
|