Searched refs:mReportStatusCode (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DSmmRuntimeDxeSupport.c24 EFI_REPORT_STATUS_CODE mReportStatusCode = NULL; variable
121 returned. If status code service is present, then it is cached in mReportStatusCode.
151 // If mReportStatusCode is NULL, then check if status code service is available in system.
153 if (mReportStatusCode == NULL) {
154 mReportStatusCode = InternalGetReportStatusCode ();
155 if (mReportStatusCode == NULL) {
163 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
183 if (mReportStatusCode != NULL) {
184 mInternalRT->ConvertPointer (0, (VOID **) &mReportStatusCode);
205 // If mReportStatusCode i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c37 EFI_REPORT_STATUS_CODE mReportStatusCode = NULL; variable
71 returned. If status code service is present, then it is cached in mReportStatusCode.
101 // If mReportStatusCode is NULL, then check if status code service is available in system.
103 if (mReportStatusCode == NULL) {
104 mReportStatusCode = InternalGetReportStatusCode ();
105 if (mReportStatusCode == NULL) {
113 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/
H A DReportStatusCodeLib.c27 EFI_SMM_REPORT_STATUS_CODE mReportStatusCode = NULL; variable
57 returned. If status code service is present, then it is cached in mReportStatusCode.
87 // If mReportStatusCode is NULL, then check if status code service is available in system.
89 if (mReportStatusCode == NULL) {
90 mReportStatusCode = InternalGetReportStatusCode ();
91 if (mReportStatusCode == NULL) {
99 return (*mReportStatusCode) (mStatusCodeProtocol, Type, Value, Instance, (EFI_GUID *)CallerId, Data);

Completed in 33 milliseconds