Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dchio.h174 #define CHIOEXCHANGE _IOW('c', 0x42, struct changer_exchange) macro
/openbsd/bin/chio/
H A Dchio.c318 if (ioctl(changer_fd, CHIOEXCHANGE, &cmd) == -1) in do_exchange()
/openbsd/sys/scsi/
H A Dch.c283 case CHIOEXCHANGE: in chioctl()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2035 unsigned IOCTL_CHIOEXCHANGE = CHIOEXCHANGE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc939 _(CHIOEXCHANGE, READ, struct_changer_exchange_request_sz);