Home
last modified time | relevance | path

Searched refs:Type10 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h613 SMBIOS_TABLE_TYPE10 *Type10; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c544 NumOfDevice = (Struct->Type10->Hdr.Length - sizeof (SMBIOS_STRUCTURE)) / (2 * sizeof (UINT8)); in SmbiosPrintStructure()
546 DisplayOnboardDeviceTypes (Struct->Type10->Device[Index].DeviceType, Option); in SmbiosPrintStructure()
548 …ShellPrintEx(-1,-1,L"%a\n",LibGetSmbiosString (Struct, Struct->Type10->Device[Index].DescriptionSt… in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h2390 SMBIOS_TABLE_TYPE10 *Type10; member
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9112 NumOfDevice = (pStruct->Type10->Hdr.Length - sizeof (SMBIOS_HEADER)) / (2 * sizeof (UINT8));
9114 DisplayOnboardDeviceTypes (pStruct->Type10->Device[Index].DeviceType, Option);
9117 APrint (LibGetSmbiosString (pStruct, pStruct->Type10->Device[Index].DescriptionString));