Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm_impl.h63 #define RCM_ALLOC_HDL_MASK (RCM_NOPID) macro
H A Dlibrcm.c59 if ((hdp == NULL) || (flag & ~RCM_ALLOC_HDL_MASK)) { in rcm_alloc_handle()