Home
last modified time | relevance | path

Searched refs:RSRV (Results 1 – 3 of 3) sorted by relevance

/titanic_41/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)))
H A Ddsw_dev.c344 if (RSRV(cip)) {
361 if (!RSRV(cip)) {
381 if (!RSRV(rip)) {
460 if (RSRV(rid) && (flag == II_EXTERNAL) && in _ii_rsrv_d()
463 while (RSRV(rid)) { in _ii_rsrv_d()
471 if (RSRV(rid)) { in _ii_rsrv_d()
476 } else if (RSRV(cid)) { in _ii_rsrv_d()
/titanic_41/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))