Home
last modified time | relevance | path

Searched refs:SlotLength (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemSlotDesignationFunction.c82 SMBIOSlotConfig.SMBIOSSystemSlot[0].SlotLength = PcdGet8(PcdSMBIOSSystemSlot1Length); in GetMiscSLotConfigFromPcd()
90 SMBIOSlotConfig.SMBIOSSystemSlot[1].SlotLength = PcdGet8(PcdSMBIOSSystemSlot2Length); in GetMiscSLotConfigFromPcd()
98 SMBIOSlotConfig.SMBIOSSystemSlot[2].SlotLength = PcdGet8(PcdSMBIOSSystemSlot3Length); in GetMiscSLotConfigFromPcd()
106 SMBIOSlotConfig.SMBIOSSystemSlot[3].SlotLength = PcdGet8(PcdSMBIOSSystemSlot4Length); in GetMiscSLotConfigFromPcd()
114 SMBIOSlotConfig.SMBIOSSystemSlot[4].SlotLength = PcdGet8(PcdSMBIOSSystemSlot5Length); in GetMiscSLotConfigFromPcd()
122 SMBIOSlotConfig.SMBIOSSystemSlot[5].SlotLength = PcdGet8(PcdSMBIOSSystemSlot6Length); in GetMiscSLotConfigFromPcd()
130 SMBIOSlotConfig.SMBIOSSystemSlot[6].SlotLength = PcdGet8(PcdSMBIOSSystemSlot7Length); in GetMiscSLotConfigFromPcd()
138 SMBIOSlotConfig.SMBIOSSystemSlot[7].SlotLength = PcdGet8(PcdSMBIOSSystemSlot8Length); in GetMiscSLotConfigFromPcd()
146 SMBIOSlotConfig.SMBIOSSystemSlot[8].SlotLength = PcdGet8(PcdSMBIOSSystemSlot9Length); in GetMiscSLotConfigFromPcd()
154 SMBIOSlotConfig.SMBIOSSystemSlot[9].SlotLength = PcdGet8(PcdSMBIOSSystemSlot10Length); in GetMiscSLotConfigFromPcd()
[all …]
DSmbiosMisc.h51 UINT8 SlotLength; member
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c76 SmbiosRecord->SlotLength = ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c76 SmbiosRecord->SlotLength = (UINT8)ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemSlotDesignationFunction.c120 SmbiosRecord->SlotLength = (UINT8)ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h233 UINT8 SlotLength; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c718 (UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE9, SlotLength), in SmbiosFldMiscType9()
719 &Slot->SlotLength, in SmbiosFldMiscType9()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DDataHubSubClassMisc.h492 EFI_MISC_SLOT_LENGTH SlotLength; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h1317 …UINT8 SlotLength; ///< The enumeration value from MISC_SLOT_LE… member
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DDataHubRecords.h2170 EFI_MISC_SLOT_LENGTH SlotLength; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c523 DisplaySystemSlotLength (Struct->Type9->SlotLength, Option); in SmbiosPrintStructure()