Home
last modified time | relevance | path

Searched refs:gReportStatusCode (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DReportStatusCode.c30 EFI_REPORT_STATUS_CODE gReportStatusCode = NULL; variable
44 gReportStatusCode = StatusCode->ReportStatusCode; in OnStatusCodeInstall()
136 if (gReportStatusCode == NULL) { in EfiLibReportStatusCode()
151 Status = GetPeiProtocol (&gEfiStatusCodeRuntimeProtocolGuid, (VOID **) &gReportStatusCode); in EfiLibReportStatusCode()
152 if (EFI_ERROR (Status) || (gReportStatusCode == NULL)) { in EfiLibReportStatusCode()
156 Status = gReportStatusCode (Type, Value, Instance, CallerId, Data); in EfiLibReportStatusCode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
DRuntimeLib.c53 EFI_REPORT_STATUS_CODE gReportStatusCode = NULL; variable
68 gReportStatusCode = StatusCode->ReportStatusCode; in OnStatusCodeInstall()
297 if (gReportStatusCode != NULL) { in EfiRuntimeLibVirtualNotifyEvent()
298 EfiConvertInternalPointer ((VOID **) &gReportStatusCode); in EfiRuntimeLibVirtualNotifyEvent()
920 if (gReportStatusCode == NULL) { in EfiReportStatusCode()
935 Status = GetPeiProtocol (&gEfiStatusCodeRuntimeProtocolGuid, (VOID **) &gReportStatusCode); in EfiReportStatusCode()
936 if (EFI_ERROR (Status) || (gReportStatusCode == NULL)) { in EfiReportStatusCode()
940 Status = gReportStatusCode (CodeType, Value, Instance, CallerId, Data); in EfiReportStatusCode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
DRuntimeLib.c53 EFI_REPORT_STATUS_CODE gReportStatusCode = NULL; variable
68 gReportStatusCode = StatusCode->ReportStatusCode; in OnStatusCodeInstall()
297 if (gReportStatusCode != NULL) { in EfiRuntimeLibVirtualNotifyEvent()
298 EfiConvertInternalPointer ((VOID **) &gReportStatusCode); in EfiRuntimeLibVirtualNotifyEvent()
920 if (gReportStatusCode == NULL) { in EfiReportStatusCode()
935 Status = GetPeiProtocol (&gEfiStatusCodeRuntimeProtocolGuid, (VOID **) &gReportStatusCode); in EfiReportStatusCode()
936 if (EFI_ERROR (Status) || (gReportStatusCode == NULL)) { in EfiReportStatusCode()
940 Status = gReportStatusCode (CodeType, Value, Instance, CallerId, Data); in EfiReportStatusCode()