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

/freebsd-10-stable/sys/boot/efi/include/
H A Defidebug.h34 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a) macro
39 #define DBGASSERT(a) macro
88 #define ASSERT(a) if(!(a)) DBGASSERT(a)
89 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
90 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p

Completed in 45 milliseconds