Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dchio.h267 #define CHIOMOVE _IOW('c', 0x01, struct changer_move) macro
/freebsd/bin/chio/
H A Dchio.c238 if (ioctl(changer_fd, CHIOMOVE, &cmd)) in do_move()
985 if (ioctl(changer_fd, CHIOMOVE, &cmd) == -1) in do_return()
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c775 case CHIOMOVE: in chioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2034 unsigned IOCTL_CHIOMOVE = CHIOMOVE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc938 _(CHIOMOVE, READ, struct_changer_move_request_sz);