Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkpi_mbuf.c159 size_t extsize, caddr_t extarg) in mbuf_attachcluster() argument
161 if (mbuf == NULL || extbuf == NULL || extfree == NULL || extsize == 0) { in mbuf_attachcluster()
166 extfree, extsize, extarg, how, 0)) == NULL) { in mbuf_attachcluster()
H A Duipc_mbuf.c4624 void (*extfree)(caddr_t, u_int, caddr_t), size_t extsize, caddr_t extarg, argument
4743 MEXT_INIT(m, extbuf, extsize, extfree, extarg, rfa,
4746 MEXT_INIT(m, extbuf, extsize, extfree, (caddr_t)m, rfa,
9625 u_int extsize; local
9635 extsize = m->m_ext.ext_size;
9647 MEXT_INIT(m, extbuf, extsize, extfree, (caddr_t)m, rfa,
H A Dkern_exec.c3197 size_t extsize = PS_MAC_EXTENSIONS_SIZE(psmx->psmx_count); in spawn_copyin_macpolicyinfo() local
3198 if (extsize == 0 || extsize > px_args->mac_extensions_size) { in spawn_copyin_macpolicyinfo()
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2310 size_t extsize = PS_MAC_EXTENSIONS_SIZE(newnum); in posix_spawnattr_setmacpolicyinfo_np() local
2311 if (extsize == 0) { in posix_spawnattr_setmacpolicyinfo_np()
2314 psmx = psattr->psa_mac_extensions = reallocf(psmx, extsize); in posix_spawnattr_setmacpolicyinfo_np()
/xnu-11215/tools/lldbmacros/
H A Dnet.py1644 extsize = mp.M_dat.MH.MH_dat.MH_ext.ext_size
1646 extsize = mp.M_hdr_common.M_ext.ext_size
1647 buf_byte_cnt[int(mtype)] += extsize
1648 buf_byte_cnt[Mbuf_Type.MT_LAST] += extsize
/xnu-11215/bsd/sys/
H A Dkpi_mbuf.h428 size_t extsize, caddr_t extarg)