Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_impl.h134 pgr_rsv_scope:4; member
136 uint8_t pgr_rsv_scope:4, member
161 pgr_rsv_scope:4; member
H A Dsbd_pgr.c328 pgr->pgr_rsv_scope = spi->pgr_rsv_scope; in sbd_pgr_meta_load()
453 spi->pgr_rsv_scope = pgr->pgr_rsv_scope; in sbd_pgr_meta_write()
1120 buf->key_list.res_key_list[0].scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_reservation()
1207 sts->scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_full_status()
1480 pgr->pgr_rsv_scope != pr_out->scope) { in sbd_pgr_out_reserve()
1514 pgr->pgr_rsv_scope = pr_out->scope; in sbd_pgr_do_reserve()
1555 pgr->pgr_rsv_scope != pr_out->scope) { in sbd_pgr_out_release()
1669 if (pr_out->scope != pgr->pgr_rsv_scope || in sbd_pgr_out_preempt()
/titanic_50/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()