Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/
Dtarget_core_configfs.c1968 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2087 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2088 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2092 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2122 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2136 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2143 kfree(t_port); in target_pr_res_aptpl_metadata_store()
Dtarget_core_pr.c829 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
838 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
877 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() local
938 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
953 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()