Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidebug.h28 #define DBGASSERT(a) DbgAssert(__FILE__, __LINE__, #a) macro
33 #define DBGASSERT(a) macro
81 #define ASSERT(a) if(!(a)) DBGASSERT(a)
82 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked)
83 #define ASSERT_STRUCT(p,t) DBGASSERT(t not structure), p