Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 25 of 95) sorted by relevance

1234

/external/rust/crates/nix/test/sys/
Dtest_ioctl.rs171 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/
Drtctest.c66 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/
Dioctl01.c48 {&fd, INVAL_IOCTL, &termio, ENOTTY},
50 {&fd_file, TCGETA, &termio, ENOTTY},
Dioctl_ns04.c34 if (errno == ENOTTY) in run()
Dioctl_ns02.c35 if (errno == ENOTTY) in run()
Dioctl_ns07.c32 if (errno == ENOTTY) in test_request()
Dioctl_ns03.c36 if (errno == ENOTTY) { in run()
Dioctl_ns01.c53 if (errno == ENOTTY) in test_ns_get_parent()
Dioctl_ns06.c71 if (errno == ENOTTY) in run()
/external/rust/crates/nix/src/
Derrno.rs146 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/
Derrno.h307 #ifndef ENOTTY
308 #define ENOTTY 9958 macro
D__errc47 inappropriate_io_control_operation, // ENOTTY
144 inappropriate_io_control_operation = ENOTTY,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c97 ENOTTY, "ENOTTY", ENOTTY}, {
D4-1.c92 ENOTTY, "ENOTTY"}, {
/external/libcxx/include/
Derrno.h308 #ifndef ENOTTY
309 #define ENOTTY 9958 macro
D__errc48 inappropriate_io_control_operation, // ENOTTY
145 inappropriate_io_control_operation = ENOTTY,
/external/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c194 tdat[testno].experrno = ENOTTY; in setup0()
215 tdat[testno].experrno = ENOTTY; in setup1()
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h29 #define ENOTTY 25 /* Not a typewriter */ macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp261 #ifndef ENOTTY
262 #error ENOTTY not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp262 #ifndef ENOTTY
263 #error ENOTTY not defined
/external/igt-gpu-tools/tests/
Dkms_getfb.c52 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/
Donline.c158 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/
Derrno.h72 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/external/strace/tests-m32/
Derrno2name.c351 #ifdef ENOTTY in errno2name()
352 CASE(ENOTTY); in errno2name()
/external/strace/tests/
Derrno2name.c351 #ifdef ENOTTY in errno2name()
352 CASE(ENOTTY); in errno2name()

1234