/titanic_50/usr/src/lib/libumem/common/ |
H A D | misc.h | 100 #define ASSERT(assertion) (void)0 macro 102 #define ASSERT(assertion) (void)((assertion) || \ macro
|
/titanic_50/usr/src/lib/libc/inc/ |
H A D | thr_debug.h | 36 #define ASSERT(EX) (void)((EX) || (__assfail(#EX, __FILE__, __LINE__), 0)) macro 40 #define ASSERT(EX) ((void)0) macro
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_debug.h | 69 #define ASSERT(x) ((void)((x) || mdb_dassert(#x, __FILE__, __LINE__))) macro 71 #define ASSERT(x) macro
|
/titanic_50/usr/src/cmd/rcap/common/ |
H A D | utils.h | 73 #define ASSERT(x) (assert(x)) macro 76 #define ASSERT(x) ((void)0) macro
|
/titanic_50/usr/src/cmd/lp/model/netpr/ |
H A D | netdebug.h | 37 #define ASSERT(expr, str) \ macro
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | out.h | 74 #define ASSERT(cnd) \ macro 94 #define ASSERT(cnd) ((void)0) macro
|
/titanic_50/usr/src/cmd/tip/ |
H A D | uucplock.c | 22 #define ASSERT(e, f, v) if (!(e)) {\ macro 28 #define ASSERT(e, f, v) if (!(e)) {\ macro
|
/titanic_50/usr/src/cmd/spell/ |
H A D | malloc.c | 28 #define ASSERT(p) if(!(p))botch("p");else macro 36 #define ASSERT(p) macro
|
/titanic_50/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_impl.h | 51 #define ASSERT(x) (assert(x)) macro
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 85 #define ASSERT(x) if (!(x)) printf("%s:%d: ASSERT FAILED!!\n",\ macro 94 #define ASSERT(x) macro
|
/titanic_50/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | sunFM_impl.h | 46 #define ASSERT(x) ((void)((x) || sunFm_assert(#x, __FILE__, __LINE__))) macro
|
/titanic_50/usr/src/cmd/sort/common/ |
H A D | utility.h | 188 #define ASSERT(x) assert(x) macro 190 #define ASSERT(x) macro
|
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_subr.h | 40 #define ASSERT(x) ((void)((x) || fmd_assert(#x, __FILE__, __LINE__))) macro
|
/titanic_50/usr/src/lib/scsi/libscsi/common/ |
H A D | libscsi_impl.h | 86 #define ASSERT(x) VERIFY(x) macro 88 #define ASSERT(x) macro
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | debug.h | 58 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) macro 60 #define ASSERT(x) ((void)0) macro
|
/titanic_50/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 92 #define ASSERT(x) VERIFY(x) macro 94 #define ASSERT(x) macro
|
/titanic_50/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 48 #define ASSERT(p) ((void) ((p) || (abort(), 0))) macro 52 #define ASSERT(p) ((void)0) macro
|
/titanic_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.h | 46 #define ASSERT(x) (assert(x)) macro
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | mallint.h | 46 #define ASSERT(p) ((void) ((p) || (abort(), 0))) macro 50 #define ASSERT(p) ((void)0) macro
|
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | k5sealv3.c | 37 #define ASSERT assert macro
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | trace_funcs.c | 49 #define ASSERT(expr) assert(expr) macro
|
/titanic_50/usr/src/lib/scsi/libsmp/common/ |
H A D | libsmp_plugin.h | 53 #define ASSERT(x) VERIFY(x) macro
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser_rseq.c | 42 #define ASSERT assert macro
|
/titanic_50/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard.c | 119 #define ASSERT(x) macro
|
/titanic_50/usr/src/common/list/ |
H A D | list.c | 37 #define ASSERT(a) assert(a) macro
|