Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c37 EFI_MISC_SYSTEM_SLOT_DESIGNATION* ForType9InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
39 ForType9InputData = (EFI_MISC_SYSTEM_SLOT_DESIGNATION *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
49 switch (ForType9InputData->SlotDesignation) { in MISC_SMBIOS_TABLE_FUNCTION()
73 SmbiosRecord->SlotType = (UINT8)ForType9InputData->SlotType; in MISC_SMBIOS_TABLE_FUNCTION()
74 SmbiosRecord->SlotDataBusWidth = (UINT8)ForType9InputData->SlotDataBusWidth; in MISC_SMBIOS_TABLE_FUNCTION()
75 SmbiosRecord->CurrentUsage = (UINT8)ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
76 SmbiosRecord->SlotLength = (UINT8)ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
77 SmbiosRecord->SlotID = ForType9InputData->SlotId; in MISC_SMBIOS_TABLE_FUNCTION()
82 …CopyMem ((UINT8 *) &SmbiosRecord->SlotCharacteristics1,(UINT8 *) &ForType9InputData->SlotCharacter… in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c37 EFI_MISC_SYSTEM_SLOT_DESIGNATION* ForType9InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
39 ForType9InputData = (EFI_MISC_SYSTEM_SLOT_DESIGNATION *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
49 switch (ForType9InputData->SlotDesignation) { in MISC_SMBIOS_TABLE_FUNCTION()
73 SmbiosRecord->SlotType = ForType9InputData->SlotType; in MISC_SMBIOS_TABLE_FUNCTION()
74 SmbiosRecord->SlotDataBusWidth = ForType9InputData->SlotDataBusWidth; in MISC_SMBIOS_TABLE_FUNCTION()
75 SmbiosRecord->CurrentUsage = ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
76 SmbiosRecord->SlotLength = ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
77 SmbiosRecord->SlotID = ForType9InputData->SlotId; in MISC_SMBIOS_TABLE_FUNCTION()
82 …CopyMem ((UINT8 *) &SmbiosRecord->SlotCharacteristics1,(UINT8 *) &ForType9InputData->SlotCharacter… in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemSlotDesignationFunction.c57 EFI_MISC_SYSTEM_SLOT_DESIGNATION* ForType9InputData; in MISC_SMBIOS_TABLE_FUNCTION()
59 ForType9InputData = (EFI_MISC_SYSTEM_SLOT_DESIGNATION *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
69 switch (ForType9InputData->SlotDesignation) { in MISC_SMBIOS_TABLE_FUNCTION()
117 SmbiosRecord->SlotType = (UINT8)ForType9InputData->SlotType; in MISC_SMBIOS_TABLE_FUNCTION()
118 SmbiosRecord->SlotDataBusWidth = (UINT8)ForType9InputData->SlotDataBusWidth; in MISC_SMBIOS_TABLE_FUNCTION()
119 SmbiosRecord->CurrentUsage = (UINT8)ForType9InputData->SlotUsage; in MISC_SMBIOS_TABLE_FUNCTION()
120 SmbiosRecord->SlotLength = (UINT8)ForType9InputData->SlotLength; in MISC_SMBIOS_TABLE_FUNCTION()
121 SmbiosRecord->SlotID = ForType9InputData->SlotId; in MISC_SMBIOS_TABLE_FUNCTION()
126 …CopyMem ((UINT8 *) &SmbiosRecord->SlotCharacteristics1,(UINT8 *) &ForType9InputData->SlotCharacter… in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemSlotDesignationFunction.c211 EFI_MISC_SYSTEM_SLOT_DESIGNATION* ForType9InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
214 ForType9InputData = (EFI_MISC_SYSTEM_SLOT_DESIGNATION *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
231 if (ForType9InputData->SlotDesignation == (mMiscSlotArray[Index])->SlotDesignation) { in MISC_SMBIOS_TABLE_FUNCTION()