Searched refs:assert (Results 401 - 425 of 639) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c85 #include <assert.h>
186 assert(!(mod->tm_flags & TOPO_MOD_FINI ||
226 assert(!(mod->tm_flags & TOPO_MOD_FINI));
256 assert(mod->tm_flags & TOPO_MOD_REG);
H A Dtopo_snap.c71 #include <assert.h>
600 assert(nhp->th_nodearr[i] == NULL);
671 assert(tp->tt_root != NULL);
774 assert(pnp != NULL);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c26 #include <assert.h>
344 assert(lastslash != NULL);
393 assert(lastslash != NULL);
400 assert(comma != NULL);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ds4u_creds.c264 assert(s4u_user->cksum.contents == NULL);
296 assert(tgsreq->padata != NULL);
349 assert(req_s4u_user != NULL);
701 assert(*out_creds != NULL);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dstore_cred.c34 #include <assert.h>
/osnet-11/usr/src/lib/libadr/common/
H A Dadr_stream.c32 #include <assert.h>
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c34 #include <assert.h>
295 assert (mbsinit (&ps));
299 assert (mbsinit (&ps));
325 assert (mbsinit (&ps));
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c203 assert(extra != NULL);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c26 #include <assert.h>
/osnet-11/usr/src/common/crypto/ecc/
H A Decc_impl.h106 #define PORT_Assert assert
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c28 #include <sm/assert.h>
H A Dstdio.c26 #include <sm/assert.h>
H A Dt-qic.c17 #include <sm/assert.h>
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c35 #include <assert.h>
120 assert((p_entry != NULL) && (p_data != NULL) && (event != NULL));
123 assert(p_func != NULL);
592 assert(sp->as_have_user_data == ADT_HAVE_ALL);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwalkstack.c104 #include <assert.h>
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c39 #include <assert.h>
126 #define MQ_ASSERT(x) assert(x);
129 assert((_p) != NULL && !((uintptr_t)(_p) & (MQ_ALIGNSIZE -1)) && \
136 assert((_val) <= val); }
276 * also have to change. If DEBUG is defined, assert that
321 * us, so it's fair to assert that both the head and tail
376 * fair to assert that the free pointer is non-NULL.
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c265 assert(strncmp(prevshadow, "shadow=", 7) == 0);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db_balance.c178 assert(clpp != NULL);
284 assert(dbsize != 0);
317 * If this ctrl has no "usable" drives, assert() or just return if
318 * assert()'s are turned off.
321 assert(0);
434 * If this ctrl has no "usable" drives, assert() or just return if
435 * assert()'s are turned off.
438 assert(0);
H A Dmeta_med.c138 assert(hp != NULL);
167 assert(hostname != NULL);
178 assert(clntp->cl_auth != NULL);
209 /* assert(medep->name == NULL); */
263 assert(mdhp && mdhp->a_cnt > 0);
H A Dmeta_print.c61 assert(sp != NULL);
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_subr.c168 assert(se == ESES_NOMEM || member != NULL);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c45 #include <assert.h>
792 assert(pval == NULL);
849 assert(pval == NULL);
1106 assert(i < 3);
1366 assert(mip->mpr_valsize < *bufsize);
1545 assert(cong_alg != NULL);
1794 assert(cong_alg != NULL);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare.c84 #include <assert.h>
1434 assert(notify_op == SA_NOTIFY_OP_PUBLISH ||
1652 assert(avl_is_empty(&notified_shares));
1714 assert(sh_name != NULL && sh_path != NULL);
1835 assert(sa_share_get_mntpnt(share) != NULL);
2074 assert(share != NULL);
3157 assert(iproto >= 0);
3173 * to flag bugs in ZFS right away. Hence, use assert here.
3177 assert(prop_idx >= 0 &&
3183 assert(sname
[all...]
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c56 #include <assert.h>
486 assert(pi->listen_fd == -1);
588 assert((cfgpp != NULL) && (proto_info_pool != NULL) &&
1102 assert(0);
1233 assert(sizeof (INETD_UDS_PATH) <= sizeof (addr.sun_path));
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c26 #include <assert.h>
671 assert(dict_remove(prov->pkc_elements, pke) != NULL);
833 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
846 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
855 assert(ioctl(prov->pkc_fd, POOL_COMMIT, lock) >= 0);
1662 assert(!"leak map put failed");
2220 assert(dict_get(map, pke) == NULL);
2281 assert(dict_length(prov->pkc_leaks) == 0);
2831 assert(nvlist_add_int64(
2835 assert(dict_pu
[all...]

Completed in 77 milliseconds

<<11121314151617181920>>