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

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h458 #define RSRV(ip) ((ip)->bi_rsrv > 0 || (ip)->bi_orsrv > 0) macro
460 #define MSTRSRV(ip) (RSRV(((ip)->bi_mstdev)))
461 #define SHDRSRV(ip) (RSRV(&((ip)->bi_shddev)))
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h591 #define RSRV(bi) (((bi)->bi_rsrv > 0) || ((bi)->bi_failed > 0)) macro
595 #define IS_RSRV(bi) (RSRV(bi) || ORSRV(bi))

Completed in 334 milliseconds