Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_runner.py67 (test1, (Type1, instance1, _)), (test2, (Type2, instance2, _)) = reversed(MockResult.errors)
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c362 PRINT_PENDING_STRING (Struct, Type2, Manufacturer); in SmbiosPrintStructure()
363 PRINT_PENDING_STRING (Struct, Type2, ProductName); in SmbiosPrintStructure()
364 PRINT_PENDING_STRING (Struct, Type2, Version); in SmbiosPrintStructure()
365 PRINT_PENDING_STRING (Struct, Type2, SerialNumber); in SmbiosPrintStructure()
367 PRINT_PENDING_STRING (Struct, Type2, AssetTag); in SmbiosPrintStructure()
368 DisplayBaseBoardFeatureFlags (*(UINT8 *) &Struct->Type2->FeatureFlag, Option); in SmbiosPrintStructure()
369 PRINT_PENDING_STRING (Struct, Type2, LocationInChassis); in SmbiosPrintStructure()
370 PRINT_STRUCT_VALUE_H (Struct, Type2, ChassisHandle); in SmbiosPrintStructure()
371 DisplayBaseBoardBoardType (Struct->Type2->BoardType, Option); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h605 SMBIOS_TABLE_TYPE2 *Type2; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h2382 SMBIOS_TABLE_TYPE2 *Type2; member