Home
last modified time | relevance | path

Searched refs:mh_type (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/security/audit/
H A Daudit_bsd.c62 au_malloc_type_t *mh_type; member
/xnu-8796.141.3/tools/lldbmacros/
H A Dmbufs.py120 out_string += mbuf_walk_format.format(prefix, count[0], mp, mp.m_hdr.mh_len, mp.m_hdr.mh_type)
332 if mbuf.m_hdr.mh_type == 0:
H A Dnet.py1727 buf_byte_cnt[int(mp.m_hdr.mh_type)] += 256
1731 buf_byte_cnt[int(mp.m_hdr.mh_type)] += mp.M_dat.MH.MH_dat.MH_ext.ext_size
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h149 u_int16_t mh_type; /* type of data in this mbuf */ member
629 #define m_type m_hdr.mh_type