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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/
H A DDxeDebugPrintErrorLevelLib.c99 UINT32 mDebugPrintErrorLevel = 0; variable
132 mDebugPrintErrorLevel = PcdGet32 (PcdDebugPrintErrorLevel);
247 mDebugPrintErrorLevel = (UINT32)GlobalErrorLevel;
257 mDebugPrintErrorLevel = *(UINT32 *)GET_GUID_HOB_DATA (Hob);
268 return mDebugPrintErrorLevel;
319 mDebugPrintErrorLevel = ErrorLevel;
357 // Retrieve the current debug mask from mDebugPrintErrorLevel
359 *CurrentDebugMask = (UINTN)mDebugPrintErrorLevel;
384 // Store the new debug mask into mDebugPrintErrorLevel
386 mDebugPrintErrorLevel
[all...]

Completed in 172 milliseconds