HomeSort by relevance Sort by last modified time
    Searched refs:DebugAssert (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/
DebugAssert.c 14 DebugAssert.c
24 #include EFI_PROTOCOL_DEFINITION(DebugAssert)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseDebugLibNull/
DebugLib.c 61 DebugAssert() must actively prevent recusrsion. If DebugAssert() is called while
62 processing another DebugAssert(), then DebugAssert() must return immediately.
75 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibNull/
DebugLib.c 54 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
55 processing another DebugAssert(), then DebugAssert() must return immediately.
67 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 114 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
115 processing another DebugAssert(), then DebugAssert() must return immediately.
127 DebugAssert (
240 Internal worker macro that calls DebugAssert().
242 This macro calls DebugAssert(), passing in the filename, line number, and an
248 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression)
277 Macro that calls DebugAssert() if an expression evaluates to FALSE.
282 DebugAssert() is called passing in the source filename, source line number,
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DebugLib.c 89 DebugAssert() must actively prevent recusrsion. If DebugAssert() is called while
90 processing another DebugAssert(), then DebugAssert() must return immediately.
103 DebugAssert (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 110 DebugAssert() must actively prevent recusrsion. If DebugAssert() is called while
111 processing another DebugAssert(), then DebugAssert() must return immediately.
124 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/
DebugLib.c 6 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 (
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 131 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
132 processing another DebugAssert(), then DebugAssert() must return immediately.
185 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
186 processing another DebugAssert(), then DebugAssert() must return immediately.
198 DebugAssert (
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 131 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
132 processing another DebugAssert(), then DebugAssert() must return immediately.
185 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
186 processing another DebugAssert(), then DebugAssert() must return immediately.
198 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DebugLib.c 95 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
96 processing another DebugAssert(), then DebugAssert() must return immediately.
110 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DebugLib.c 149 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
150 processing another DebugAssert(), then DebugAssert() must return immediately.
164 DebugAssert (
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DebugLib.c 96 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
97 processing another DebugAssert(), then DebugAssert() must return immediately.
111 DebugAssert (
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DebugLib.c 112 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
113 processing another DebugAssert(), then DebugAssert() must return immediately.
125 DebugAssert (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h 150 DebugAssert() must actively prevent recusrsion. If DebugAssert() is called while
151 processing another DebugAssert(), then DebugAssert() must return immediately.
164 DebugAssert (
198 Internal worker macro that calls DebugAssert().
200 This macro calls DebugAssert() passing in the filename, line number, and
207 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression)
244 Macro that calls DebugAssert() if a expression evaluates to FALSE.
248 Expression evaluates to FALSE, then DebugAssert() is called passing in the
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
EmuThunk.c 27 #define DebugAssert _Mangle__DebugAssert
34 #undef DebugAssert
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 247 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
248 processing another DebugAssert(), then DebugAssert() must return immediately.
260 DebugAssert (
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 240 DebugAssert() must actively prevent recursion. If DebugAssert() is called while
241 processing another DebugAssert(), then DebugAssert() must return immediately.
253 DebugAssert (

Completed in 1967 milliseconds