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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
SmmRuntimeDxeSupport.c 24 EFI_REPORT_STATUS_CODE mReportStatusCode = NULL;
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 is NULL, then see if a Status Code Protocol instance is present
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
SmmRuntimeDxeSupport.c 123 if (NULL != mReportStatusCode) {
124 mRTSmmRuntimeDxeReportStatusCodeLib->ConvertPointer (0, (VOID **) &mReportStatusCode);
144 // If mReportStatusCode is NULL, then see if a Status Code Protocol instance is present
147 if (mReportStatusCode == NULL) {
148 mReportStatusCode = InternalGetReportStatusCode ();
203 mReportStatusCode = InternalGetReportStatusCode ();
ReportStatusCodeLibInternal.h 125 extern EFI_REPORT_STATUS_CODE mReportStatusCode;
ReportStatusCodeLib.c 26 EFI_REPORT_STATUS_CODE mReportStatusCode = NULL;
64 if (mReportStatusCode == NULL) {
65 mReportStatusCode = InternalGetReportStatusCode ();
66 if (mReportStatusCode == NULL) {
75 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 37 EFI_REPORT_STATUS_CODE mReportStatusCode = NULL;
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);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmReportStatusCodeLib/
ReportStatusCodeLib.c 27 EFI_SMM_REPORT_STATUS_CODE mReportStatusCode = NULL;
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 1423 milliseconds