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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c326 if (pgr->pgr_flags & SBD_PGR_APTPL) {
439 if (pgr->pgr_flags & SBD_PGR_APTPL) {
461 if (pgr->pgr_flags & SBD_PGR_APTPL) {
581 if (!(pgr->pgr_flags & SBD_PGR_APTPL)) {
1156 buf.ptpl_a = pgr->pgr_flags & SBD_PGR_APTPL;
1389 if (pgr->pgr_flags & SBD_PGR_APTPL || plist->aptpl) {
1391 PGR_SET_FLAG(pgr->pgr_flags, SBD_PGR_APTPL);
1393 PGR_CLEAR_FLAG(pgr->pgr_flags, SBD_PGR_APTPL);
1494 if (pgr->pgr_flags & SBD_PGR_APTPL) {
1605 if (pgr->pgr_flags & SBD_PGR_APTPL) {
[all...]
H A Dsbd_impl.h102 #define SBD_PGR_APTPL 0x01 macro

Completed in 63 milliseconds