/external/rust/crates/nix/test/sys/ |
D | test_ioctl.rs | 171 use nix::errno::Errno::{ENOTTY, ENOSYS}; 178 assert_eq!(res, Err(Sys(ENOTTY))); in test_ioctl_none_bad() 187 assert_eq!(res, Err(Sys(ENOTTY))); in test_ioctl_read_bad() 195 assert_eq!(res, Err(Sys(ENOTTY))); in test_ioctl_write_int_bad() 204 assert_eq!(res, Err(Sys(ENOTTY))); in test_ioctl_write_ptr_bad() 215 assert!(res == Err(Sys(ENOTTY)) || res == Err(Sys(ENOSYS))); in test_ioctl_none() 234 assert!(res == Err(Sys(ENOTTY)) || res == Err(Sys(ENOSYS))); in test_ioctl_write_ptr() 245 assert!(res == Err(Sys(ENOTTY)) || res == Err(Sys(ENOSYS))); in test_ioctl_write_int() 255 assert!(res == Err(Sys(ENOTTY)) || res == Err(Sys(ENOSYS))); in test_ioctl_read() 265 assert!(res == Err(Sys(ENOTTY)) || res == Err(Sys(ENOSYS))); in test_ioctl_readwrite() [all …]
|
/external/autotest/client/tests/rtc/src/ |
D | rtctest.c | 66 if (errno == ENOTTY) { in main() 149 if (errno == ENOTTY) { in main() 198 if (errno == ENOTTY) { in main() 216 if (errno == ENOTTY) { in main()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl01.c | 48 {&fd, INVAL_IOCTL, &termio, ENOTTY}, 50 {&fd_file, TCGETA, &termio, ENOTTY},
|
D | ioctl_ns04.c | 34 if (errno == ENOTTY) in run()
|
D | ioctl_ns02.c | 35 if (errno == ENOTTY) in run()
|
D | ioctl_ns07.c | 32 if (errno == ENOTTY) in test_request()
|
D | ioctl_ns03.c | 36 if (errno == ENOTTY) { in run()
|
D | ioctl_ns01.c | 53 if (errno == ENOTTY) in test_ns_get_parent()
|
D | ioctl_ns06.c | 71 if (errno == ENOTTY) in run()
|
/external/rust/crates/nix/src/ |
D | errno.rs | 146 ENOTTY => "Not a typewriter", in desc() 664 ENOTTY = libc::ENOTTY, enumerator 807 libc::ENOTTY => ENOTTY, in from_i32() 951 ENOTTY = libc::ENOTTY, enumerator 1069 libc::ENOTTY => ENOTTY, in from_i32() 1186 ENOTTY = libc::ENOTTY, enumerator 1294 libc::ENOTTY => ENOTTY, in from_i32() 1402 ENOTTY = libc::ENOTTY, enumerator 1509 libc::ENOTTY => ENOTTY, in from_i32() 1615 ENOTTY = libc::ENOTTY, enumerator [all …]
|
/external/llvm-project/libcxx/include/ |
D | errno.h | 307 #ifndef ENOTTY 308 #define ENOTTY 9958 macro
|
D | __errc | 47 inappropriate_io_control_operation, // ENOTTY 144 inappropriate_io_control_operation = ENOTTY,
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 97 ENOTTY, "ENOTTY", ENOTTY}, {
|
D | 4-1.c | 92 ENOTTY, "ENOTTY"}, {
|
/external/libcxx/include/ |
D | errno.h | 308 #ifndef ENOTTY 309 #define ENOTTY 9958 macro
|
D | __errc | 48 inappropriate_io_control_operation, // ENOTTY 145 inappropriate_io_control_operation = ENOTTY,
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 194 tdat[testno].experrno = ENOTTY; in setup0() 215 tdat[testno].experrno = ENOTTY; in setup1()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 29 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 261 #ifndef ENOTTY 262 #error ENOTTY not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 262 #ifndef ENOTTY 263 #error ENOTTY not defined
|
/external/igt-gpu-tools/tests/ |
D | kms_getfb.c | 52 case -ENOTTY: /* ioctl unrecognised (kernel too old) */ in has_getfb_iface() 69 case -ENOTTY: /* ioctl unrecognised (kernel too old) */ in has_addfb2_iface()
|
/external/e2fsprogs/resize/ |
D | online.c | 158 if ((errno != ENOTTY) && (errno != EINVAL)) { in online_resize_fs() 179 else if (errno == ENOTTY) in online_resize_fs()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 72 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|