Searched refs:t_port (Results 1 – 2 of 2) sorted by relevance
/drivers/target/ |
D | target_core_pr.c | 828 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() 931 unsigned char t_port[PR_APTPL_MAX_TPORT_LEN]; in __core_scsi3_check_aptpl_registration() local 935 memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN); in __core_scsi3_check_aptpl_registration() 940 snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s", in __core_scsi3_check_aptpl_registration() 955 !(strcmp(pr_reg->pr_tport, t_port)) && in __core_scsi3_check_aptpl_registration()
|
D | target_core_configfs.c | 1922 unsigned char *t_fabric = NULL, *t_port = NULL; in target_pr_res_aptpl_metadata_store() local 2041 t_port = match_strdup(args); in target_pr_res_aptpl_metadata_store() 2042 if (!t_port) { in target_pr_res_aptpl_metadata_store() 2046 if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) { in target_pr_res_aptpl_metadata_store() 2076 if (!i_port || !t_port || !sa_res_key) { in target_pr_res_aptpl_metadata_store() 2090 i_port, isid, mapped_lun, t_port, tpgt, target_lun, in target_pr_res_aptpl_metadata_store() 2097 kfree(t_port); in target_pr_res_aptpl_metadata_store()
|