Searched refs:initid (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Dip6_id.c151 static void initid(struct randomtab *);
185 initid(struct randomtab *p) function
235 initid(p);
242 initid(p);
/freebsd-10.3-release/usr.sbin/ctladm/
H A Dctladm.c938 int initid; local
943 initid = 7;
949 if ((retval = cctl_get_luns(fd, /*lun*/ 0, initid,
986 if ((retval = cctl_get_inquiry(fd, lun_val, initid,
1073 io->io_hdr.nexus.initid = iid;
1133 io->io_hdr.nexus.initid = iid;
1298 io->io_hdr.nexus.initid = iid;
1447 io->io_hdr.nexus.initid = iid;
1637 io->io_hdr.nexus.initid = iid;
1711 io->io_hdr.nexus.initid
3975 int initid; local
[all...]
/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_scsi_all.c117 io->io_hdr.nexus.initid, io->io_hdr.nexus.targ_port,
H A Dctl_util.h97 union ctl_io *ctl_scsi_alloc_io(uint32_t initid);
H A Dctl_io.h182 uint32_t initid; /* Initiator ID */ member in struct:ctl_nexus
H A Dctl_tpc_local.c329 io->io_hdr.nexus.initid = 0;
H A Dctl_frontend_cam_sim.c550 io->io_hdr.nexus.initid = 1;
640 io->io_hdr.nexus.initid = 1;
736 io->io_hdr.nexus.initid = 1;
H A Dctl_util.c680 ctl_scsi_alloc_io(uint32_t initid) argument
688 io->io_hdr.nexus.initid = initid;
H A Dscsi_ctl.c1170 io->io_hdr.nexus.initid = atio->init_id;
1211 io->io_hdr.nexus.initid,
1449 io->io_hdr.nexus.initid = inot->initiator_id;
H A Dctl.c904 msg->hdr.nexus.initid = iid;
940 msg.hdr.nexus.initid = initidx % CTL_MAX_INIT_PER_PORT;
1244 iid = msg->hdr.nexus.initid;
1377 io->io_hdr.nexus.initid,
3440 return (nexus->initid + (nexus->targ_port * CTL_MAX_INIT_PER_PORT));
4848 msg.hdr.nexus.initid = -1;
4950 msg.hdr.nexus.initid = -1;
11037 && (pending_io->io_hdr.nexus.initid ==
11038 ooa_io->io_hdr.nexus.initid))
11059 && (pending_io->io_hdr.nexus.initid
[all...]
H A Dctl_frontend_iscsi.c509 io->io_hdr.nexus.initid = cs->cs_ctl_initid;
565 io->io_hdr.nexus.initid = cs->cs_ctl_initid;
1062 io->io_hdr.nexus.initid = cs->cs_ctl_initid;

Completed in 309 milliseconds