Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 25 of 968) sorted by path

12345678910>>...39

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE282 6.2. If You assert a patent infringement claim (excluding
285 assert such claim is referred to as "Participant") alleging that
/illumos-gate/usr/src/boot/include/
H A Dassert.h45 #undef assert
49 #define assert(e) ((void)0) macro
52 #define _assert(e) assert(e)
54 #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ macro
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc25 SRCS += $(SASRC)/__main.c $(SASRC)/abort.c $(SASRC)/assert.c
31 OBJECTS += __main.o abort.o assert.o bcd.o environment.o \
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.h74 #ifndef assert
76 #define assert(cond, string) \ macro
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c107 assert(version != NULL, "passed a null version to add_parent"); in add_parent()
108 assert(after != NULL, "passed a null after to add_parent"); in add_parent()
151 assert(version != NULL, "passed a null version to add_uncle"); in add_uncle()
152 assert(after != NULL, "passed a null after to add_uncle"); in add_uncle()
225 assert(version != NULL, "passed a null version to add_by_name"); in add_by_name()
387 assert(start != NULL, "passed a null start to parents_of"); in parents_of()
401 assert(p < &a[NPAR], "p fell off the end of a in parents_of"); in parents_of()
521 assert(Buckethead != NULL, "Buckethead null in start_new_list"); in start_new_list()
661 assert(Hashhead.hh_map != NULL, in add_to_hashmap()
663 assert(Hashhead.hh_mapC < HASHMAPSIZE, in add_to_hashmap()
[all …]
H A Dutil.c188 assert(value != NULL, "passed a null value to strset"); in strset()
H A Dversions.c104 assert(fileName != NULL, "passed null filename to parse_versions"); in parse_versions()
470 assert(expected != NULL, "null token passed to accept_token"); in accept_token()
495 assert(target != NULL, "null target passed to skip_to"); in skip_to()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y924 assert(dsp != NULL); in declspec_Construct()
1057 assert(dsp->ds_id != NULL); in declspec_AddDS()
1185 assert(tp != NULL); in type_Construct()
1241 assert(tp->t_dt == DD_NONE); in type_SetPtr()
1437 assert(tp->t_dt == DD_ARY); in type_GetArraySize()
1449 assert(tp->t_dt == DD_PTR); in type_GetPtrToTypeQual()
1461 assert(tp->t_dt == DD_FUN); in type_GetArgLength()
1471 assert(tp->t_dt == DD_FUN); in type_IsVarargs()
1478 assert(tp->t_dt == DD_FUN); in type_GetArg()
1520 assert(dp != NULL); in decl_Construct()
[all …]
H A Dprintfuncs.c304 assert(strp != NULL, "strdup failed"); in space_to_uscore()
H A Dtrace.c628 assert(strlen(str) < MAXLINE, "string exceeded MAXLINE"); in to_basetype()
655 assert(q < &buffer[MAXLINE], "q fell off end of buffer"); in to_basetype()
660 assert(strlen(buffer) < MAXLINE, "buffer length exceeded MAXLINE"); in to_basetype()
H A Dutil.c107 assert(value != NULL, "passed a NULL value to strset"); in strset()
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c282 assert(type == AC_PROC || type == AC_TASK || type == AC_FLOW || in main()
H A Dutils.c149 assert(priv_ineffect(PRIV_SYS_ACCT)); in open_exacct_file()
/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c125 assert(apid_num == 1); in cfgadm_cmd_wrapper()
126 assert(apids != NULL); in cfgadm_cmd_wrapper()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c392 assert(pthread_mutex_trylock(&plugin_mutex) != 0); in unload_plugin()
750 assert(request_size <= new_length); in bpool_withdraw()
H A Dqueue.c140 assert(p != NULL); in audit_release()
/illumos-gate/usr/src/cmd/awk/
H A Db.c976 assert(c == HAT || c < NCHARS); in cgoto()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c101 assert(((mnttable == NULL) && (pm == NULL)) || (pm != NULL));
H A Ddumpitime.c325 assert(sizeof (ip->id_name) == (255 + 3)); in makeidate()
H A Ddumpmain.c542 assert(sizeof (spcl.c_label) > 5); in main()
1028 assert((tp_bsize / DEV_BSIZE != 0) && (tp_bsize % DEV_BSIZE == 0)); in main()
H A Ddumptape.c614 assert((tp_bsize % sizeof (*ip)) == 0); in spclrec()
616 assert((i%8) == 0); in spclrec()
667 assert((offset >> DEV_BSHIFT) <= INT32_MAX); in dmpblk()
1177 assert(sizeof (spcl.c_label) < sizeof (volname)); in changevol()
1873 assert(sizeof (spcl) == TP_BSIZE_MIN); in dumpoffline()
H A Ddumptraverse.c559 assert(tbperfsb >= tpblkoff); in lf_blksout()
560 assert((count - skip) <= TP_NINDIR); in lf_blksout()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c257 assert(ctx->initialized);
270 assert(ctx->initialized); in normacls()
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c139 assert(DIRSIZ(&nulldir) == (ulong_t)nulldir.d_reclen); in extractdirs()
445 assert(DIRSIZ(dp) == (ulong_t)dp->d_reclen); in putent()
484 assert(sizeof (ndp->d_name) > sizeof (odp->d_name)); in dcvt()
491 assert(DIRSIZ(ndp) == (ulong_t)ndp->d_reclen); in dcvt()
H A Dinteractive.c432 assert(namesiz >= (MAXCOMPLEXLEN)); in getcmd()
516 assert(limit > 3); in canon()

12345678910>>...39