Home
last modified time | relevance | path

Searched refs:BootStatus (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBootInformationFunction.c59 SmbiosRecord->BootStatus = (UINT8)ForType32InputData->BootInformationStatus; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBootInformationFunction.c59 SmbiosRecord->BootStatus = (UINT8)ForType32InputData->BootInformationStatus; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscBootInformationFunction.c82 SmbiosRecord->BootStatus = (UINT8)ForType32InputData->BootInformationStatus; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBootInformationFunction.c63 SmbiosRecord->BootStatus = (UINT8)ForType32InputData->BootInformationStatus; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h485 UINT8 BootStatus[1]; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c1964 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE32, BootStatus), in SmbiosFldMiscType32()
1973 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE32, BootStatus) + 1, in SmbiosFldMiscType32()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h2084 …UINT8 BootStatus; ///< The enumeration value from MISC_BOOT_… member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c933 DisplaySystemBootStatus (Struct->Type32->BootStatus, Option); in SmbiosPrintStructure()