Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_frontend.h310 int ctl_queue(union ctl_io *io);
H A Dctl_frontend_cam_sim.c579 err = ctl_queue(io); in cfcs_action()
653 err = ctl_queue(io); in cfcs_action()
730 err = ctl_queue(io); in cfcs_action()
H A Dctl_tpc_local.c327 return (ctl_queue(io)); in tpcl_queue()
H A Dscsi_ctl.c1192 ctl_queue(io); in ctlfedone()
1494 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.c14094 ctl_queue(union ctl_io *io) function
/freebsd/sys/dev/usb/storage/
H A Dcfumass.c673 error = ctl_queue(io); in cfumass_t_command_callback()