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

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_pass.h40 #define CAMGETPASSTHRU _IOWR(CAM_VERSION, 3, union ccb) macro
/freebsd-10.2-release/sys/cam/
H A Dcam_compat.c86 cmd = CAMGETPASSTHRU;
94 cmd = CAMGETPASSTHRU;
H A Dcam_periph.c997 case CAMGETPASSTHRU:
H A Dcam_xpt.c582 case CAMGETPASSTHRU: {
/freebsd-10.2-release/lib/libcam/
H A Dcamlib.c442 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) {
447 * the CAMGETPASSTHRU ioctl, it means one of two things:
458 "%s: CAMGETPASSTHRU ioctl failed\n"
560 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) {
567 "%s: CAMGETPASSTHRU ioctl failed\n"

Completed in 133 milliseconds