Searched refs:ctl_queue (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend.h316 int ctl_queue(union ctl_io *io);
H A Dctl_tpc_local.c331 return (ctl_queue(io));
H A Dctl_frontend_ioctl.c328 if ((retval = ctl_queue(io)) != CTL_RETVAL_COMPLETE)
H A Dctl_frontend_cam_sim.c585 err = ctl_queue(io);
588 "ctl_queue()!\n", __func__,
659 err = ctl_queue(io);
662 "ctl_queue()!\n", __func__,
736 err = ctl_queue(io);
739 "ctl_queue()!\n", __func__,
H A Dctl_frontend_iscsi.c543 error = ctl_queue(io);
545 CFISCSI_SESSION_WARN(cs, "ctl_queue() failed; error %d; "
665 error = ctl_queue(io);
667 CFISCSI_SESSION_WARN(cs, "ctl_queue() failed; error %d; "
1114 error = ctl_queue(io);
1116 CFISCSI_SESSION_WARN(cs, "ctl_queue() failed; error %d", error);
H A Dscsi_ctl.c1198 ctl_queue(io);
1500 ctl_queue(io);
H A Dctl.c13051 ctl_queue(union ctl_io *io) function
13055 CTL_DEBUG_PRINT(("ctl_queue cdb[0]=%02X\n", io->scsiio.cdb[0]));
13074 printf("ctl_queue: unknown I/O type %d\n", io->io_hdr.io_type);
/freebsd-11-stable/sys/dev/usb/storage/
H A Dcfumass.c681 error = ctl_queue(io);
684 "ctl_queue() failed; error %d; stalling", error);

Completed in 200 milliseconds