Searched refs:CHIOMOVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dchio.h267 #define CHIOMOVE _IOW('c', 0x01, struct changer_move) macro
/freebsd-10.0-release/bin/chio/
H A Dchio.c248 if (ioctl(changer_fd, CHIOMOVE, &cmd))
249 err(1, "%s: CHIOMOVE", changer_name);
995 if (ioctl(changer_fd, CHIOMOVE, &cmd) == -1)
996 err(1, "%s: CHIOMOVE", changer_name);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ch.c802 case CHIOMOVE:

Completed in 88 milliseconds