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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibNull/
H A DDebugLib.c54 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
55 processing another DebugAssert(), then DebugAssert() must return immediately.
67 DebugAssert ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibSerialPort/
H A DDebugLib.c6 to DebugPrint() or DebugAssert() may hang if writes to the serial port are
112 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
113 processing another DebugAssert(), then DebugAssert() must return immediately.
125 DebugAssert ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibConOut/
H A DDebugLib.c95 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
96 processing another DebugAssert(), then DebugAssert() must return immediately.
110 DebugAssert ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c96 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
97 processing another DebugAssert(), then DebugAssert() must return immediately.
111 DebugAssert ( function
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/
H A DVBoxAppleSim.c134 DebugAssert(__FILE__, __LINE__, szMsg);
145 DebugAssert(__FILE__, __LINE__, szMsg);
154 DebugAssert(__FILE__, __LINE__, szMsg);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DDebugLib.h113 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
114 processing another DebugAssert(), then DebugAssert() must return immediately.
126 DebugAssert (
225 Internal worker macro that calls DebugAssert().
227 This macro calls DebugAssert(), passing in the filename, line number, and an
233 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression)
250 Macro that calls DebugAssert() if an expression evaluates to FALSE.
255 DebugAssert() i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
H A DDebugLib.c240 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
241 processing another DebugAssert(), then DebugAssert() must return immediately.
253 DebugAssert ( function
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxDebugLib.c157 DebugAssert(IN CONST CHAR8 *FileName, IN UINTN LineNumber, IN CONST CHAR8 *Description) function

Completed in 49 milliseconds