Searched refs:lkb_cid (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_impl.h56 uintptr_t lkb_cid; member in struct:leak_bufctl
H A Dleaky_subr.c56 #define TYPE_CACHE 1 /* lkb_cid is the bufctl's cache */
57 #define TYPE_KMEM 2 /* lkb_cid is the bufctl's cache */
771 mdb_printf("%0?p %7d %0?p %s\n", lkb->lkb_cid,
797 if (mdb_vread(&cache, sizeof (cache), lkb->lkb_cid) == -1) {
804 "bufctl %p", lkb->lkb_cid, lkb->lkb_addr);
822 mdb_printf("%0?p %7d %0?p %s\n", lkb->lkb_cid,
H A Dleaky.c485 nlkb->lkb_cid = cid;
506 lkb->lkb_cid != cid)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c58 #define TYPE_CACHE 3 /* lkb_cid is the bufctl's cache */
59 #define TYPE_UMEM 4 /* lkb_cid is the bufctl's cache */
1006 mdb_printf("%0?p %7d %0?p %s\n", lkb->lkb_cid,

Completed in 101 milliseconds