HomeSort by relevance Sort by last modified time
    Searched refs:ForType23InputData (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscResetCapabilitiesFunction.c 33 EFI_MISC_RESET_CAPABILITIES *ForType23InputData;
35 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData;
57 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities);
58 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount;
59 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit;
60 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval;
61 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout;
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscResetCapabilitiesFunction.c 34 EFI_MISC_RESET_CAPABILITIES *ForType23InputData;
36 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData;
58 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities);
59 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount;
60 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit;
61 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval;
62 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscResetCapabilitiesFunction.c 55 EFI_MISC_RESET_CAPABILITIES *ForType23InputData;
57 ForType23InputData = (EFI_MISC_RESET_CAPABILITIES *)RecordData;
80 SmbiosRecord->Capabilities = *(UINT8*)&(ForType23InputData->ResetCapabilities);
81 SmbiosRecord->ResetCount = (UINT16)ForType23InputData->ResetCount;
82 SmbiosRecord->ResetLimit = (UINT16)ForType23InputData->ResetLimit;
83 SmbiosRecord->TimerInterval = (UINT16)ForType23InputData->ResetTimerInterval;
84 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout;

Completed in 69 milliseconds