Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufs.py601 while ((Cast(mca, 'int') != 0) and (unsigned(mca.mca_addr) != 0)):
628 out_string += mca_string_format.format(mca, mca.mca_addr)
631 out_string += mca_string_format.format(mca, mca.mca_addr)
640 m = Cast(mca.mca_addr, 'struct mbuf *')
1026 ix = (mca.mca_addr - mbutl) >> pgshift
1028 mclidx = (mca.mca_addr - clbase) >> 8
1029 out_string += "mbuf obj :\t\t" + hex(mca.mca_addr) + "\n"
1033 … out_string += "paired cluster obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
1036 out_string += "cluster obj :\t\t" + hex(mca.mca_addr) + "\n"
1039 … out_string += "paired mbuf obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
/xnu-12377.41.6/bsd/sys/
H A Dmcache.h239 void *mca_addr; /* address of buffer */ member
/xnu-12377.41.6/bsd/kern/
H A Dmcache.c1552 mca->mca_addr = addr; in mcache_buffer_log()
1712 mca, mca->mca_addr, mca->mca_cache, in mcache_dump_mca()
H A Duipc_mbuf_mcache.c5190 mca->mca_addr, next, mbutl, embutl, mcache_dump_mca(buf, mca));