Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c60 #define LKM_CTL_MASK 3L macro
63 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK))
64 #define LKM_CTLTYPE(ctl) ((uintptr_t)(ctl) & (LKM_CTL_MASK))
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c63 #define LKM_CTL_MASK 3L macro
69 #define LKM_CTLPTR(ctl) ((uintptr_t)(ctl) & ~(LKM_CTL_MASK))
70 #define LKM_CTLTYPE(ctl) ((uintptr_t)(ctl) & (LKM_CTL_MASK))