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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdio.h85 * HSP_ID_IS_FN(hspid) returns TRUE if the hot spare pool ID is the ID of
87 * hspid may contain the set bits, since HSP_ID_IS_FN
107 #define HSP_ID_IS_FN(hspid) (HSP_ID(hspid) > HSP_FN_BASE) macro
110 #define HSP_ID_TO_KEY(hspid) ((HSP_ID_IS_FN(hspid)) ? \

Completed in 67 milliseconds