Searched refs:CHIOGSTATUS (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/sys/ |
H A D | chio.h | 179 #define CHIOGSTATUS _IOW('c', 0x48, struct changer_element_status_request) macro
|
/openbsd/bin/chio/ |
H A D | chio.c | 590 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 D | ch.c | 270 case CHIOGSTATUS: in chioctl() 313 case CHIOGSTATUS: { in chioctl()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2042 unsigned IOCTL_CHIOGSTATUS = CHIOGSTATUS;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 945 _(CHIOGSTATUS, READ, struct_changer_element_status_request_sz);
|