Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A Dctl_frontend.h311 int ctl_queue(union ctl_io *io);
H A Dctl_frontend_cam_sim.c582 err = ctl_queue(io); in cfcs_action()
656 err = ctl_queue(io); in cfcs_action()
733 err = ctl_queue(io); in cfcs_action()
H A Dctl_tpc_local.c330 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.txt261 ctl_queue() / ctl_run() This is where commands from the frontend ports come
H A Dctl.c13196 ctl_queue(union ctl_io *io) function
/freebsd-13.1/sys/dev/usb/storage/
H A Dcfumass.c678 error = ctl_queue(io); in cfumass_t_command_callback()