Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmsg.h279 long mtype; /* message type (+ve integer) */ member
/xnu-11215/tools/trace/
H A Dparse_ipc_trace.py229 def mtype(self, type): member in IPCEdge
551 nmsg = reduce(lambda accum, t: accum + e.mtype(t), dfilter, 0)
563 m[t][0] += v.mtype(t)
/xnu-11215/tools/lldbmacros/
H A Dnet.py1633 mtype = mp.m_hdr.mh_type
1637 mtype = mp.M_hdr_common.M_hdr.mh_type
1639 buf_byte_cnt[int(mtype)] += 256
1647 buf_byte_cnt[int(mtype)] += extsize
H A Dmemory.py2823 mtype = unsigned(mptr.Type)
2824 if mtype in memtype_dict:
2825 out_string += "{0: <12s}".format(memtype_dict[mtype])
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c1988 int mtype; in vfs_getnewfsid() local
1993 mtype = mp->mnt_vtable->vfc_typenum; in vfs_getnewfsid()
1997 tfsid.val[0] = makedev(nblkdev + mtype, mntid_gen); in vfs_getnewfsid()
1998 tfsid.val[1] = mtype; in vfs_getnewfsid()
2004 tfsid.val[0] = makedev(nblkdev + mtype, mntid_gen); in vfs_getnewfsid()
/xnu-11215/bsd/kern/
H A Duipc_mbuf.c1363 percpu_foreach_secondary(mtype, mbuf_mtypes) { in mbuf_mtypes_sync()
1365 mtc.cpu_mtypes[n] += mtype->cpu_mtypes[n]; in mbuf_mtypes_sync()