Home
last modified time | relevance | path

Searched refs:ctl_run (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_frontend.h317 int ctl_run(union ctl_io *io);
H A Dctl_frontend_ioctl.c525 if ((retval = ctl_run(io)) != CTL_RETVAL_COMPLETE) in cfi_submit_wait()
H A Dctl_frontend_iscsi.c559 error = ctl_run(io); in cfiscsi_pdu_handle_scsi_command()
681 error = ctl_run(io); in cfiscsi_pdu_handle_task_request()
1152 error = ctl_run(io); in cfiscsi_session_terminate_tasks()
H A DREADME.ctl.txt260 ctl_queue() / ctl_run() This is where commands from the frontend ports come
H A Dctl.c13301 ctl_run(union ctl_io *io) function