Home
last modified time | relevance | path

Searched refs:ctl_queue (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend.h310 int ctl_queue(union ctl_io *io);
H A Dctl_frontend_cam_sim.c580 err = ctl_queue(io); in cfcs_action()
654 err = ctl_queue(io); in cfcs_action()
731 err = ctl_queue(io); in cfcs_action()
H A Dctl_tpc_local.c328 return (ctl_queue(io)); in tpcl_queue()
H A Dscsi_ctl.c1193 ctl_queue(io); in ctlfedone()
1495 ctl_queue(io); in ctlfedone()
H A DREADME.ctl.txt260 ctl_queue() / ctl_run() This is where commands from the frontend ports come
H A Dctl.c13270 ctl_queue(union ctl_io *io) function
/freebsd-14.2/sys/dev/usb/storage/
H A Dcfumass.c674 error = ctl_queue(io); in cfumass_t_command_callback()