Searched refs:ctl_alloc_io (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_io.h463 union ctl_io *ctl_alloc_io(void *pool_ref);
H A Dctl_frontend_internal.c803 new_io = ctl_alloc_io(softc->fe.ctl_pool_ref);
1009 io = ctl_alloc_io(lun->softc->fe.ctl_pool_ref);
1056 io = ctl_alloc_io(lun->softc->fe.ctl_pool_ref);
1437 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
1591 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
H A Dctl_frontend_cam_sim.c602 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
697 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
792 io = ctl_alloc_io(softc->fe.ctl_pool_ref);
H A Dscsi_ctl.c1203 io = ctl_alloc_io(bus_softc->fe.ctl_pool_ref);
1208 printf("%s: ctl_alloc_io failed!\n", __func__);
1521 io = ctl_alloc_io(bus_softc->fe.ctl_pool_ref);
H A Dctl.c584 io = ctl_alloc_io((void *)ctl_softc->othersc_pool);
845 taskio = (struct ctl_taskio *)ctl_alloc_io(
878 presio = (struct ctl_prio *)ctl_alloc_io(
2187 io = ctl_alloc_io(softc->ioctl_info.fe.ctl_pool_ref);
3478 ctl_alloc_io(void *pool_ref) function
5393 new_io = ctl_alloc_io(ctsio->io_hdr.pool);

Completed in 188 milliseconds