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

/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_pass.h40 #define CAMGETPASSTHRU _IOWR(CAM_VERSION, 3, union ccb) macro
/freebsd-10-stable/sys/cam/
H A Dcam_compat.c86 cmd = CAMGETPASSTHRU;
94 cmd = CAMGETPASSTHRU;
H A Dcam_periph.c1011 case CAMGETPASSTHRU:
H A Dcam_xpt.c586 case CAMGETPASSTHRU: {
/freebsd-10-stable/lib/libcam/
H A Dcamlib.c443 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) {
448 * the CAMGETPASSTHRU ioctl, it means one of two things:
459 "%s: CAMGETPASSTHRU ioctl failed\n"
560 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) {
567 "%s: CAMGETPASSTHRU ioctl failed\n"
/freebsd-10-stable/sbin/camcontrol/
H A Dcamcontrol.c3198 if (ioctl(fd, CAMGETPASSTHRU, &ccb) == -1) {

Completed in 193 milliseconds