Searched refs:Type10 (Results 1 – 4 of 4) sorted by relevance
613 SMBIOS_TABLE_TYPE10 *Type10; member
544 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()
2390 SMBIOS_TABLE_TYPE10 *Type10; member
9112 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));