Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dchio.h179 #define CHIOGSTATUS _IOW('c', 0x48, struct changer_element_status_request) macro
/openbsd/bin/chio/
H A Dchio.c590 if (ioctl(changer_fd, CHIOGSTATUS, &cmd) == -1) { in do_status()
673 if (ioctl(changer_fd, CHIOGSTATUS, &cmd) == -1) { in check_source_drive()
749 if (ioctl(changer_fd, CHIOGSTATUS, &cmd) == -1) { in find_voltag()
/openbsd/sys/scsi/
H A Dch.c270 case CHIOGSTATUS: in chioctl()
313 case CHIOGSTATUS: { in chioctl()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2042 unsigned IOCTL_CHIOGSTATUS = CHIOGSTATUS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc945 _(CHIOGSTATUS, READ, struct_changer_element_status_request_sz);