Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_pass.h40 #define CAMGETPASSTHRU _IOWR(CAM_VERSION, 3, union ccb) macro
/freebsd/lib/libcam/
H A Dcamlib.c449 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) { in cam_lookup_pass()
566 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) { in cam_real_open_device()
/freebsd/sys/cam/
H A Dcam_periph.c1126 case CAMGETPASSTHRU: in cam_periph_ioctl()
H A Dcam_xpt.c601 case CAMGETPASSTHRU: { in xptdoioctl()
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c3549 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) { in parse_btl_name()