Searched refs:iport_ptr (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_pr.c | 1517 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_decode_spec_i_port() local 1609 (const char *)ptr, &tid_len, &iport_ptr); in core_scsi3_decode_spec_i_port() 1671 tpdl, tid_len, i_str, iport_ptr); in core_scsi3_decode_spec_i_port() 1720 iport_ptr); in core_scsi3_decode_spec_i_port() 1772 dest_se_deve->mapped_lun, iport_ptr, in core_scsi3_decode_spec_i_port() 3170 char *iport_ptr = NULL, i_buf[PR_REG_ISID_ID_LEN]; in core_scsi3_emulate_pro_register_and_move() local 3300 (const char *)&buf[24], &tmp_tid_len, &iport_ptr); in core_scsi3_emulate_pro_register_and_move() 3312 " %s\n", dest_tf_ops->get_fabric_name(), (iport_ptr != NULL) ? in core_scsi3_emulate_pro_register_and_move() 3313 "port" : "device", initiator_str, (iport_ptr != NULL) ? in core_scsi3_emulate_pro_register_and_move() 3314 iport_ptr : ""); in core_scsi3_emulate_pro_register_and_move() [all …]
|