Home
last modified time | relevance | path

Searched refs:LKM_CTLPTR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c62 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))
63 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro
496 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl); in leaky_subr_add_leak()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c68 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))
69 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro
787 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl); in leaky_subr_add_leak()