Searched refs:mca_addr (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | mbufs.py | 359 while ((Cast(mca, 'int') != 0) and (unsigned(mca.mca_addr) != 0)): 386 out_string += mca_string_format.format(mca, mca.mca_addr) 389 out_string += mca_string_format.format(mca, mca.mca_addr) 398 m = Cast(mca.mca_addr, 'struct mbuf *') 654 ix = (mca.mca_addr - mbutl) >> pgshift 656 mclidx = (mca.mca_addr - clbase) >> 8 657 out_string += "mbuf obj :\t\t" + hex(mca.mca_addr) + "\n" 661 … out_string += "paired cluster obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n" 664 out_string += "cluster obj :\t\t" + hex(mca.mca_addr) + "\n" 667 … out_string += "paired mbuf obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
|
| /xnu-8020.140.41/bsd/sys/ |
| H A D | mcache.h | 358 void *mca_addr; /* address of buffer */ member
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | mcache.c | 1547 mca->mca_addr = addr; in mcache_buffer_log() 1707 mca, mca->mca_addr, mca->mca_cache, in mcache_dump_mca()
|
| H A D | uipc_mbuf.c | 7673 mca->mca_addr, next, mbutl, embutl, mcache_dump_mca(buf, mca));
|