| /onnv/onnv-gate/usr/src/lib/libc/inc/ |
| thr_debug.h | 36 #define ASSERT(EX) (void)((EX) || (__assfail(#EX, __FILE__, __LINE__), 0)) 40 #define ASSERT(EX) ((void)0)
|
| /onnv/onnv-gate/usr/src/cmd/lp/model/netpr/ |
| netdebug.h | 37 #define ASSERT(expr, str) \
|
| /onnv/onnv-gate/usr/src/lib/libumem/common/ |
| misc.h | 106 * We define our own assertion handling since libc's assert() calls malloc() 109 #define ASSERT(assertion) (void)0 111 #define ASSERT(assertion) (void)((assertion) || \
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| macros.h | 15 #define ASSERT(expr) ((void)0) 29 #define ASSERT(expr) \ 32 #define CANNOT_HAPPEN() ASSERT(0)
|
| /onnv/onnv-gate/usr/src/lib/fm/libfmevent/common/ |
| fmev_impl.h | 42 #include <assert.h> 49 #define ASSERT(x) (assert(x)) 51 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/lib/fm/libfmd_snmp/common/ |
| sunFM_impl.h | 46 #define ASSERT(x) ((void)((x) || sunFm_assert(#x, __FILE__, __LINE__))) 50 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/usbser/ |
| usbser_rseq.c | 40 #include <assert.h> 41 #define ASSERT assert 70 ASSERT(rval == RSEQ_OK); 97 ASSERT(rval == RSEQ_OK); 148 ASSERT(!"rseq_debug: incorrect debug scenario");
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| debug.h | 41 * ASSERT(ex) causes a panic or debugger entry if expression ex is not 42 * true. ASSERT() is included only for debugging, and is a no-op in 44 * ASSERT and is evaluated on both debug and non-debug kernels. 51 #define ASSERT(EX) ((void)((EX) || assfail(#EX, __FILE__, __LINE__))) 53 #define ASSERT(x) ((void)0) 59 #define ASSERT(EX) ((void)((EX) || assfail("EX", __FILE__, __LINE__))) 61 #define ASSERT(x) ((void)0) 69 #define ASSERT64(x) ASSERT(x) 73 #define ASSERT32(x) ASSERT(x) 77 * ASSERT3() behaves like ASSERT() except that it is an explicit conditional [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/xfs/ |
| platform_defs.h | 39 #include <assert.h> 112 # define ASSERT assert 114 # define ASSERT(EX) ((void) 0)
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| out.h | 74 #define ASSERT(cnd) \ 94 #define ASSERT(cnd) ((void)0)
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/ |
| fmd_subr.h | 51 #define ASSERT(x) ((void)((x) || fmd_assert(#x, __FILE__, __LINE__))) 53 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_debug.h | 71 #define ASSERT(x) ((void)((x) || mdb_dassert(#x, __FILE__, __LINE__))) 73 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/cmd/rcap/common/ |
| utils.h | 31 #include <assert.h> 74 #undef ASSERT 75 #define ASSERT(x) (assert(x)) 77 #undef ASSERT 78 #define ASSERT(x) ((void)0)
|
| /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/ |
| private.h | 85 #define ASSERT(x) if (!(x)) printf("%s:%d: ASSERT FAILED!!\n",\ 94 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/cmd/spell/ |
| malloc.c | 28 #define ASSERT(p) if(!(p))botch("p");else 36 #define ASSERT(p) 90 ASSERT(allock(allocp)); 97 ASSERT(q>p); 108 ASSERT(p==allocb); 150 ASSERT(allock(allocp)); 151 ASSERT(testbusy(p->ptr)); 153 ASSERT(p->ptr > allocp); 180 ASSERT(s>p); 185 ASSERT(p>r) [all...] |
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| uucplock.c | 22 #define ASSERT(e, f, v) if (!(e)) {\ 28 #define ASSERT(e, f, v) if (!(e)) {\ 166 ASSERT(i < MAXLOCKS, "TOO MANY LOCKS %d", i); 170 ASSERT(p != NULL, "CAN NOT ALLOCATE FOR %s", name);
|
| /onnv/onnv-gate/usr/src/lib/libtnfprobe/ |
| trace_funcs.c | 36 #include <assert.h> 49 #define ASSERT(expr) assert(expr) 118 ASSERT(ops != NULL); 217 ASSERT(TAGARG_CHECK(tag_disp)); 308 ASSERT(TAGARG_CHECK(sched_offset));
|
| /onnv/onnv-gate/usr/src/lib/scsi/libses/common/ |
| libses_plugin.h | 87 #define ASSERT(x) VERIFY(x) 89 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| k5sealv3.c | 37 #include <assert.h> 40 #define ASSERT assert 109 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0); 110 ASSERT(ctx->big_endian == 0); 369 ASSERT(toktype != KG_TOK_SEAL_MSG || ctx->enc != 0); 370 ASSERT(ctx->big_endian == 0); 371 ASSERT(ctx->proto == 1);
|
| /onnv/onnv-gate/usr/src/cmd/sort/common/ |
| utility.h | 39 #include <assert.h> 188 #define ASSERT(x) assert(x) 190 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| mallint.h | 46 #define ASSERT(p) ((void) ((p) || (abort(), 0))) 50 #define ASSERT(p) ((void)0)
|
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_local.h | 46 #define ASSERT(cond) \ 49 (void) printf("ASSERT ERROR:(%s),file %s,line %d\n", \ 55 #define ASSERT(cond) /* no op */
|
| /onnv/onnv-gate/usr/src/lib/scsi/libscsi/common/ |
| libscsi_impl.h | 86 #define ASSERT(x) VERIFY(x) 88 #define ASSERT(x)
|
| /onnv/onnv-gate/usr/src/lib/watchmalloc/common/ |
| mallint.h | 48 #define ASSERT(p) ((void) ((p) || (abort(), 0))) 52 #define ASSERT(p) ((void)0)
|
| /onnv/onnv-gate/usr/src/uts/i86pc/boot/ |
| boot_keyboard.c | 118 #ifndef ASSERT 119 #define ASSERT(x) 164 ASSERT(kb.pending >= 0); 360 ASSERT(0); 423 ASSERT(0);
|