Searched refs:InternalReportStatusCode (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
H A D | ReportStatusCodeLibInternal.h | 64 InternalReportStatusCode (
|
H A D | ReportStatusCodeLib.c | 231 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 424 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, mStatusCodeData);
|
H A D | SmmRuntimeDxeSupport.c | 139 InternalReportStatusCode ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ |
H A D | ReportStatusCodeLib.c | 89 InternalReportStatusCode ( function 334 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 558 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 88 InternalReportStatusCode ( function 331 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 555 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 53 InternalReportStatusCode ( function 303 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 493 return InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 75 InternalReportStatusCode ( function 320 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 471 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 219 InternalReportStatusCode ( function 462 return InternalReportStatusCode (Type, Value, 0, &gEfiCallerIdGuid, NULL); 672 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
Completed in 907 milliseconds