Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_configfs.c2064 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local
2183 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store()
2184 if (!t_port) { in target_pr_res_aptpl_metadata_store()
2188 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store()
2218 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store()
2232 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store()
2239 kfree(t_port); in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_pr.c828 unsigned char *t_port, in core_scsi3_alloc_aptpl_registration() argument
837 if (!i_port || !t_port || !sa_res_key) { in core_scsi3_alloc_aptpl_registration()
876 snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port); in core_scsi3_alloc_aptpl_registration()
930 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN] = { }; in __core_scsi3_check_aptpl_registration() local
937 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration()
952 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()