/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()
|
D | ioctl_ns05.c | 73 if (errno == ENOTTY) { in run()
|
/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/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/libusb/msvc/ |
D | errno.h | 49 #define ENOTTY 25 /* Inappropriate I/O control operation */ macro
|
/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-mx32/ |
D | errno2name.c | 351 #ifdef ENOTTY in errno2name() 352 CASE(ENOTTY); in errno2name()
|
/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()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 33 ENOTTY = 25 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 28 #define ENOTTY 25 /* Not a typewriter */ macro
|