TRANSPORT_IQN_LEN  609 drivers/target/target_core_device.c 	if (strlen(nacl->initiatorname) >= TRANSPORT_IQN_LEN) {
TRANSPORT_IQN_LEN  198 drivers/target/target_core_tpg.c 	snprintf(acl->initiatorname, TRANSPORT_IQN_LEN, "%s", initiatorname);
TRANSPORT_IQN_LEN  213 drivers/target/tcm_fc/tfc_sess.c 	unsigned char initiatorname[TRANSPORT_IQN_LEN];
TRANSPORT_IQN_LEN  215 drivers/target/tcm_fc/tfc_sess.c 	ft_format_wwn(&initiatorname[0], TRANSPORT_IQN_LEN, rdata->ids.port_name);
TRANSPORT_IQN_LEN  197 drivers/vhost/scsi.c 	char vs_vhost_wwpn[TRANSPORT_IQN_LEN];
TRANSPORT_IQN_LEN  548 include/target/target_core_base.h 	char			initiatorname[TRANSPORT_IQN_LEN];