Searched refs:SBD_PGR_RSVD_ONE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_impl.h103 #define SBD_PGR_RSVD_ONE 0x02 macro
107 #define SBD_PGR_RSVD(pgr) (((pgr)->pgr_flags) & (SBD_PGR_RSVD_ONE | \
H A Dsbd_pgr.c247 (~(SBD_PGR_RSVD_ALL_REGISTRANTS | SBD_PGR_RSVD_ONE))))
406 if ((pgr->pgr_flags & SBD_PGR_RSVD_ONE) &&
826 if (pgr->pgr_flags & SBD_PGR_RSVD_ONE) {
1535 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_RSVD_ONE);
1643 } else if (pgr->pgr_flags & SBD_PGR_RSVD_ONE) {

Completed in 49 milliseconds