Searched refs:mReportStatusCodeLibStatusCodeProtocol (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c30 EFI_STATUS_CODE_PROTOCOL *mReportStatusCodeLibStatusCodeProtocol = NULL; variable
48 if (mReportStatusCodeLibStatusCodeProtocol != NULL) {
60 Status = gBS->LocateProtocol (&gEfiStatusCodeRuntimeProtocolGuid, NULL, (VOID**) &mReportStatusCodeLibStatusCodeProtocol);
62 mReportStatusCodeLibStatusCodeProtocol = NULL;
81 if (mReportStatusCodeLibStatusCodeProtocol == NULL) {
84 EfiConvertPointer (0, (VOID **) &mReportStatusCodeLibStatusCodeProtocol);
201 cached in mReportStatusCodeLibStatusCodeProtocol. Finally this function reports status
231 // If mReportStatusCodeLibStatusCodeProtocol is NULL, then check if Report Status Code Protocol is available in system.
234 if (mReportStatusCodeLibStatusCodeProtocol == NULL) {
241 return mReportStatusCodeLibStatusCodeProtocol
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c34 EFI_STATUS_CODE_PROTOCOL *mReportStatusCodeLibStatusCodeProtocol = NULL; variable
49 if (mReportStatusCodeLibStatusCodeProtocol != NULL) {
57 Status = gBS->LocateProtocol (&gEfiStatusCodeRuntimeProtocolGuid, NULL, (VOID**) &mReportStatusCodeLibStatusCodeProtocol);
59 mReportStatusCodeLibStatusCodeProtocol = NULL;
70 cached in mReportStatusCodeLibStatusCodeProtocol. Finally this function reports status
100 // If mReportStatusCodeLibStatusCodeProtocol is NULL, then check if Report Status Code Protocol is available in system.
103 if (mReportStatusCodeLibStatusCodeProtocol == NULL) {
110 return mReportStatusCodeLibStatusCodeProtocol->ReportStatusCode (Type, Value, Instance, (EFI_GUID *)CallerId, Data);

Completed in 205 milliseconds