Searched refs:mca_addr (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | mbufs.py | 598 while ((Cast(mca, 'int') != 0) and (unsigned(mca.mca_addr) != 0)): 625 out_string += mca_string_format.format(mca, mca.mca_addr) 628 out_string += mca_string_format.format(mca, mca.mca_addr) 637 m = Cast(mca.mca_addr, 'struct mbuf *') 1017 ix = (mca.mca_addr - mbutl) >> pgshift 1019 mclidx = (mca.mca_addr - clbase) >> 8 1020 out_string += "mbuf obj :\t\t" + hex(mca.mca_addr) + "\n" 1024 … out_string += "paired cluster obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n" 1027 out_string += "cluster obj :\t\t" + hex(mca.mca_addr) + "\n" 1030 … out_string += "paired mbuf obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | mcache.h | 244 void *mca_addr; /* address of buffer */ member
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | mcache.c | 1549 mca->mca_addr = addr; in mcache_buffer_log() 1709 mca, mca->mca_addr, mca->mca_cache, in mcache_dump_mca()
|
| H A D | uipc_mbuf.c | 8744 mca->mca_addr, next, mbutl, embutl, mcache_dump_mca(buf, mca));
|