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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c244 #define PGR_SET_FLAG(flg, val) (atomic_or_8(&(flg), (val))) macro
764 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_ALL_KEYS_HAS_IT);
1391 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL);
1517 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_RSVD_ALL_REGISTRANTS);
1535 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_RSVD_ONE);
1837 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL);

Completed in 49 milliseconds