PR_APTPL_MAX_TPORT_LEN 1972 drivers/target/target_core_configfs.c 			if (strlen(t_port) >= PR_APTPL_MAX_TPORT_LEN) {
PR_APTPL_MAX_TPORT_LEN 1975 drivers/target/target_core_configfs.c 					PR_APTPL_MAX_TPORT_LEN);
PR_APTPL_MAX_TPORT_LEN  876 drivers/target/target_core_pr.c 	snprintf(pr_reg->pr_tport, PR_APTPL_MAX_TPORT_LEN, "%s", t_port);
PR_APTPL_MAX_TPORT_LEN  931 drivers/target/target_core_pr.c 	unsigned char t_port[PR_APTPL_MAX_TPORT_LEN];
PR_APTPL_MAX_TPORT_LEN  935 drivers/target/target_core_pr.c 	memset(t_port, 0, PR_APTPL_MAX_TPORT_LEN);
PR_APTPL_MAX_TPORT_LEN  940 drivers/target/target_core_pr.c 	snprintf(t_port, PR_APTPL_MAX_TPORT_LEN, "%s",
PR_APTPL_MAX_TPORT_LEN  347 include/target/target_core_base.h 	unsigned char pr_tport[PR_APTPL_MAX_TPORT_LEN];