Searched refs:DEBUG_ASSERT (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | debug.h | 46 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 69 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 46 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 69 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | debug.h | 55 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 78 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 55 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 78 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | debug.h | 55 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 78 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | debug.h | 55 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro 78 #define DEBUG_ASSERT(p) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | debug.h | 25 #define DEBUG_ASSERT(x) macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtclose.c | 57 /**/DEBUG_ASSERT(!dt->data);
|
H A D | dthash.c | 346 { /**/DEBUG_ASSERT(type&(DT_INSERT|DT_ATTACH|DT_APPEND|DT_RELINK));
|
H A D | dttree.c | 241 /**/DEBUG_ASSERT((dt->data->type&DT_SHARE) || size == dt->data->size);
|