Searched refs:KASSERT (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_sbuf.c57 #define KASSERT(e, m) macro
92 KASSERT(s != NULL,
94 KASSERT(s->s_buf != NULL,
96 KASSERT(s->s_len < s->s_size,
103 KASSERT((s->s_flags & SBUF_FINISHED) == state,
165 KASSERT(length >= 0,
167 KASSERT((flags & ~SBUF_USRFLAGMSK) == 0,
206 KASSERT(uio != NULL,
208 KASSERT(error != NULL,
251 KASSERT(po
[all...]
H A Duipc_mbuf2.c428 KASSERT(m && t, ("m_tag_prepend: null argument, m %p t %p", m, t));
436 KASSERT(m && t, ("m_tag_unlink: null argument, m %p t %p", m, t));
444 KASSERT(m && t, ("m_tag_delete: null argument, m %p t %p", m, t));
455 KASSERT(m, ("m_tag_delete_chain: null mbuf"));
473 KASSERT(m, ("m_tag_find: null mbuf"));
492 KASSERT(t, ("m_tag_copy: null tag"));
527 KASSERT(to && from,
H A Duipc_usrreq.c969 KASSERT(unp2->unp_flags & UNP_HAVEPCCACHED,
H A Duipc_socket.c2142 KASSERT(m->m_type == MT_SONAME, ("receive 1a"));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h146 #define KASSERT(exp,msg) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c213 KASSERT(port != 0, ("%s: port=0", __FUNCTION__));
233 KASSERT((m->m_flags & M_PKTHDR), ("%s: !PKTHDR", __FUNCTION__));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c330 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) == 0,
384 KASSERT((ifc->ifc_units[bytoff] & (1 << bitoff)) != 0,
443 KASSERT(ifc->ifc_minifs - 1 <= ifc->ifc_maxunit,
463 KASSERT(err == 0,
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c427 KASSERT(mac_policy_busy == 0,
435 KASSERT(mac_policy_busy == 0,
472 KASSERT(mac_policy_busy >= 0, ("MAC_POLICY_LIST_LOCK"));
1058 KASSERT(label->l_flags & MAC_FLAG_INITIALIZED,

Completed in 123 milliseconds