PR_APTPL_MAX_IPORT_LEN 1894 drivers/target/target_core_configfs.c 			if (strlen(i_port) >= PR_APTPL_MAX_IPORT_LEN) {
PR_APTPL_MAX_IPORT_LEN 1897 drivers/target/target_core_configfs.c 					PR_APTPL_MAX_IPORT_LEN);
PR_APTPL_MAX_IPORT_LEN  875 drivers/target/target_core_pr.c 	snprintf(pr_reg->pr_iport, PR_APTPL_MAX_IPORT_LEN, "%s", i_port);
PR_APTPL_MAX_IPORT_LEN  930 drivers/target/target_core_pr.c 	unsigned char i_port[PR_APTPL_MAX_IPORT_LEN];
PR_APTPL_MAX_IPORT_LEN  934 drivers/target/target_core_pr.c 	memset(i_port, 0, PR_APTPL_MAX_IPORT_LEN);
PR_APTPL_MAX_IPORT_LEN  939 drivers/target/target_core_pr.c 	snprintf(i_port, PR_APTPL_MAX_IPORT_LEN, "%s", nacl->initiatorname);
PR_APTPL_MAX_IPORT_LEN  344 include/target/target_core_base.h 	unsigned char pr_iport[PR_APTPL_MAX_IPORT_LEN];