Home
last modified time | relevance | path

Searched refs:PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c199 (((cdb[1]) & 0x1F) == PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY) || \
964 case PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY: in sbd_handle_pgr_out_cmd()
1011 PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY && in sbd_handle_pgr_out_data()
1035 pr_out->action != PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY) { in sbd_handle_pgr_out_data()
1063 case PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY: in sbd_handle_pgr_out_data()
1337 if (pr_out->action == PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY) { in sbd_pgr_out_register()
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h86 #define PR_OUT_REGISTER_AND_IGNORE_EXISTING_KEY 0x06 macro