Searched defs:LKM_CTLPTR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c64 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))
65 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro
498 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c70 #define LKM_CTL(ptr, type) (LKM_CTLPTR(ptr) | (type))
71 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK)) macro
789 uintptr_t addr = LKM_CTLPTR(lmp->lkm_bufctl);

Completed in 60 milliseconds