Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscChassisManufacturerFunction.c44 EFI_MISC_CHASSIS_MANUFACTURER *ForType3InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
46 ForType3InputData = (EFI_MISC_CHASSIS_MANUFACTURER *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
99 SmbiosRecord->Type = (UINT8)ForType3InputData->ChassisType.ChassisType; in MISC_SMBIOS_TABLE_FUNCTION()
112 SmbiosRecord->BootupState = (UINT8)ForType3InputData->ChassisBootupState; in MISC_SMBIOS_TABLE_FUNCTION()
113 SmbiosRecord->PowerSupplyState = (UINT8)ForType3InputData->ChassisPowerSupplyState; in MISC_SMBIOS_TABLE_FUNCTION()
114 SmbiosRecord->ThermalState = (UINT8)ForType3InputData->ChassisThermalState; in MISC_SMBIOS_TABLE_FUNCTION()
115 SmbiosRecord->SecurityStatus = (UINT8)ForType3InputData->ChassisSecurityState; in MISC_SMBIOS_TABLE_FUNCTION()
116 CopyMem (SmbiosRecord->OemDefined,(UINT8*)&ForType3InputData->ChassisOemDefined, 4); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscChassisManufacturerFunction.c44 EFI_MISC_CHASSIS_MANUFACTURER *ForType3InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
46 ForType3InputData = (EFI_MISC_CHASSIS_MANUFACTURER *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
99 SmbiosRecord->Type = (UINT8)ForType3InputData->ChassisType.ChassisType; in MISC_SMBIOS_TABLE_FUNCTION()
112 SmbiosRecord->BootupState = (UINT8)ForType3InputData->ChassisBootupState; in MISC_SMBIOS_TABLE_FUNCTION()
113 SmbiosRecord->PowerSupplyState = (UINT8)ForType3InputData->ChassisPowerSupplyState; in MISC_SMBIOS_TABLE_FUNCTION()
114 SmbiosRecord->ThermalState = (UINT8)ForType3InputData->ChassisThermalState; in MISC_SMBIOS_TABLE_FUNCTION()
115 SmbiosRecord->SecurityStatus = (UINT8)ForType3InputData->ChassisSecurityState; in MISC_SMBIOS_TABLE_FUNCTION()
116 CopyMem (SmbiosRecord->OemDefined,(UINT8*)&ForType3InputData->ChassisOemDefined, 4); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscChassisManufacturerFunction.c69 EFI_MISC_CHASSIS_MANUFACTURER *ForType3InputData; in MISC_SMBIOS_TABLE_FUNCTION()
72 ForType3InputData = (EFI_MISC_CHASSIS_MANUFACTURER *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
131 SmbiosRecord->Type = (UINT8)ForType3InputData->ChassisType.ChassisType; in MISC_SMBIOS_TABLE_FUNCTION()
147 SmbiosRecord->BootupState = (UINT8)ForType3InputData->ChassisBootupState; in MISC_SMBIOS_TABLE_FUNCTION()
148 SmbiosRecord->PowerSupplyState = (UINT8)ForType3InputData->ChassisPowerSupplyState; in MISC_SMBIOS_TABLE_FUNCTION()
149 SmbiosRecord->ThermalState = (UINT8)ForType3InputData->ChassisThermalState; in MISC_SMBIOS_TABLE_FUNCTION()
150 SmbiosRecord->SecurityStatus = (UINT8)ForType3InputData->ChassisSecurityState; in MISC_SMBIOS_TABLE_FUNCTION()
151 CopyMem (SmbiosRecord->OemDefined,(UINT8*)&ForType3InputData->ChassisOemDefined, 4); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscChassisManufacturerFunction.c54 EFI_MISC_CHASSIS_MANUFACTURER *ForType3InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
56 ForType3InputData = (EFI_MISC_CHASSIS_MANUFACTURER *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
147 SmbiosRecord->ThermalState = (UINT8)ForType3InputData->ChassisThermalState; in MISC_SMBIOS_TABLE_FUNCTION()