Searched refs:i_str (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_fabric_lib.c | 260 static void sas_parse_pr_out_transport_id(char *buf, char *i_str) in sas_parse_pr_out_transport_id() argument 265 snprintf(i_str, TRANSPORT_IQN_LEN, "naa.%s", hex); in sas_parse_pr_out_transport_id() 268 static void srp_parse_pr_out_transport_id(char *buf, char *i_str) in srp_parse_pr_out_transport_id() argument 273 snprintf(i_str, TRANSPORT_IQN_LEN, "0x%s", hex); in srp_parse_pr_out_transport_id() 276 static void fcp_parse_pr_out_transport_id(char *buf, char *i_str) in fcp_parse_pr_out_transport_id() argument 278 snprintf(i_str, TRANSPORT_IQN_LEN, "%8phC", buf + 8); in fcp_parse_pr_out_transport_id() 281 static void sbp_parse_pr_out_transport_id(char *buf, char *i_str) in sbp_parse_pr_out_transport_id() argument 286 snprintf(i_str, TRANSPORT_IQN_LEN, "%s", hex); in sbp_parse_pr_out_transport_id() 294 char *i_str) in iscsi_parse_pr_out_transport_id() argument 372 strscpy(i_str, &buf[4], TRANSPORT_IQN_LEN); in iscsi_parse_pr_out_transport_id() [all …]
|
| H A D | target_core_internal.h | 107 char *buf, u32 *out_tid_len, char **port_nexus_ptr, char *i_str);
|
| H A D | target_core_pr.c | 1481 unsigned char i_str[TRANSPORT_IQN_LEN]; in core_scsi3_decode_spec_i_port() local 1576 ptr, &tid_len, &iport_ptr, i_str); in core_scsi3_decode_spec_i_port() 1588 i_str); in core_scsi3_decode_spec_i_port() 1611 tmp_tpg, i_str); in core_scsi3_decode_spec_i_port() 1651 tpdl, tid_len, i_str, iport_ptr); in core_scsi3_decode_spec_i_port()
|