Searched refs:spec_i_pt (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_pr.c | 2002 bool aptpl, bool all_tg_pt, bool spec_i_pt, enum register_type register_type) in core_scsi3_emulate_pro_register() argument 2044 if (!spec_i_pt) { in core_scsi3_emulate_pro_register() 2088 if (spec_i_pt) { in core_scsi3_emulate_pro_register() 3531 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local 3584 spec_i_pt = (buf[20] & 0x08); in target_scsi3_emulate_pr_out() 3604 if (spec_i_pt && ((cdb[1] & 0x1f) != PRO_REGISTER)) in target_scsi3_emulate_pr_out() 3616 if (!spec_i_pt && ((cdb[1] & 0x1f) != PRO_REGISTER_AND_MOVE) && in target_scsi3_emulate_pr_out() 3631 res_key, sa_res_key, aptpl, all_tg_pt, spec_i_pt, REGISTER); in target_scsi3_emulate_pr_out() 3652 0, sa_res_key, aptpl, all_tg_pt, spec_i_pt, REGISTER_AND_IGNORE_EXISTING_KEY); in target_scsi3_emulate_pr_out()
|