Searched refs:mca_addr (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | mbufs.py | 602 while ((Cast(mca, 'int') != 0) and (unsigned(mca.mca_addr) != 0)): 629 out_string += mca_string_format.format(mca, mca.mca_addr) 632 out_string += mca_string_format.format(mca, mca.mca_addr) 641 m = Cast(mca.mca_addr, 'struct mbuf *') 1021 ix = (mca.mca_addr - mbutl) >> pgshift 1023 mclidx = (mca.mca_addr - clbase) >> 8 1024 out_string += "mbuf obj :\t\t" + hex(mca.mca_addr) + "\n" 1028 … out_string += "paired cluster obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n" 1031 out_string += "cluster obj :\t\t" + hex(mca.mca_addr) + "\n" 1034 … out_string += "paired mbuf obj :\t" + hex(peer_mca.mca_addr) + " (mca " + hex(peer_mca) + ")\n"
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | mcache.h | 244 void *mca_addr; /* address of buffer */ member
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | mcache.c | 1552 mca->mca_addr = addr; in mcache_buffer_log() 1712 mca, mca->mca_addr, mca->mca_cache, in mcache_dump_mca()
|
| H A D | uipc_mbuf.c | 8936 mca->mca_addr, next, mbutl, embutl, mcache_dump_mca(buf, mca));
|