Searched defs:ReportStatusCode (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DStatusCode.h26 // EFI_PEI_PROGRESS_CODE_PPI.ReportStatusCode() is equivalent to the
27 // PEI Service ReportStatusCode().
36 EFI_PEI_REPORT_STATUS_CODE ReportStatusCode; member in struct:__anon12016
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSmmStatusCode.h31 The EFI_SMM_STATUS_CODE_PROTOCOL.ReportStatusCode() function enables a driver
59 EFI_SMM_REPORT_STATUS_CODE ReportStatusCode; member in struct:_EFI_SMM_STATUS_CODE_PROTOCOL
H A DStatusCode.h63 EFI_REPORT_STATUS_CODE ReportStatusCode; member in struct:_EFI_STATUS_CODE_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c211 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
213 then ReportStatusCode() must return immediately.
226 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/
H A DReportStatusCodeLib.c47 return mStatusCodeProtocol->ReportStatusCode;
300 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
302 then ReportStatusCode() must return immediately.
315 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseReportStatusCodeLibNull/
H A DBaseReportStatusCodeLib.c157 ReportStatusCode()must actively prevent recursion. If ReportStatusCode()
159 then ReportStatusCode() must return immediately.
172 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c55 return ((FRAMEWORK_EFI_RUNTIME_SERVICES*)gRT)->ReportStatusCode;
59 return StatusCodeProtocol->ReportStatusCode;
314 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
316 then ReportStatusCode() must return immediately.
329 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DPeiCis.h175 EFI_PEI_REPORT_STATUS_CODE ReportStatusCode; member in struct:_FRAMEWORK_EFI_PEI_SERVICES
H A DDxeCis.h70 EFI_REPORT_STATUS_CODE ReportStatusCode; member in struct:__anon10528
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c39 Retrieve ReportStatusCode() API of Report Status Code Protocol.
54 // Check gBS just in case ReportStatusCode is called before gBS is initialized.
110 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
311 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
313 then ReportStatusCode() must return immediately.
326 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/
H A DReportStatusCodeLib.c68 Status = (*PeiServices)->ReportStatusCode (
283 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
285 then ReportStatusCode() must return immediately.
298 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c38 Retrieve ReportStatusCode() API of Report Status Code Protocol.
57 // Check gBS just in case ReportStatusCode is called before gBS is initialized.
241 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
442 ReportStatusCode()must actively prevent recusrsion. If ReportStatusCode()
444 then ReportStatusCode() must return immediately.
457 ReportStatusCode ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h499 ReportStatusCode() is called by PEIMs that wish to report status information on their
795 EFI_PEI_REPORT_STATUS_CODE ReportStatusCode; member in struct:_EFI_PEI_SERVICES

Completed in 527 milliseconds