Home
last modified time | relevance | path

Searched refs:CAMIOQUEUE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_pass.h47 #define CAMIOQUEUE _IO(CAM_VERSION, 4) macro
H A Dscsi_pass.c1829 case CAMIOQUEUE: in passdoioctl()
/freebsd/sys/cam/
H A Dcam_compat.c117 cmd = CAMIOQUEUE; in cam_compat_ioctl()
/freebsd/usr.sbin/camdd/
H A Dcamdd.c2714 if (ioctl(pass_dev->dev->fd, CAMIOQUEUE, ccb) == -1) {