Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_impl.h139 pgr_rsv_scope:4; member
141 uint8_t pgr_rsv_scope:4, member
166 pgr_rsv_scope:4; member
H A Dsbd_pgr.c351 pgr->pgr_rsv_scope = spi->pgr_rsv_scope; in sbd_pgr_meta_load()
476 spi->pgr_rsv_scope = pgr->pgr_rsv_scope; in sbd_pgr_meta_write()
1147 buf->key_list.res_key_list[0].scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_reservation()
1234 sts->scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_full_status()
1507 pgr->pgr_rsv_scope != pr_out->scope) { in sbd_pgr_out_reserve()
1541 pgr->pgr_rsv_scope = pr_out->scope; in sbd_pgr_do_reserve()
1587 pgr->pgr_rsv_scope != pr_out->scope) { in sbd_pgr_out_release()
1722 if (pr_out->scope != pgr->pgr_rsv_scope || in sbd_pgr_out_preempt()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c133 mdb_printf("\t scope : %d\n", pgr->pgr_rsv_scope); in stmf_sbd_print_pgr_info()