/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 | 90 &fd, INVAL_IOCTL, &termio, ENOTTY}, 93 &fd1, TCGETA, &termio, ENOTTY},
|
/external/libcxx/include/ |
D | errno.h | 308 #ifndef ENOTTY 309 #define ENOTTY 9958 macro
|
/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"}, {
|
D | 3-1-buildonly.c | 78 int dummy61 = ENOTTY;
|
/external/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 193 tdat[testno].experrno = ENOTTY; in setup0() 220 tdat[testno].experrno = ENOTTY; in setup1()
|
/external/syslinux/com32/lib/sys/ |
D | screensize.c | 18 errno = ENOTTY; in getscreensize()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 261 #ifndef ENOTTY 262 #error ENOTTY not defined
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno-base.h | 28 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/syslinux/dos/ |
D | errno.h | 28 #define ENOTTY 25 /* Not a typewriter */ macro
|
/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/strace/tests-m32/ |
D | errno2name.c | 350 #ifdef ENOTTY in errno2name() 351 CASE(ENOTTY); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 350 #ifdef ENOTTY in errno2name() 351 CASE(ENOTTY); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 350 #ifdef ENOTTY in errno2name() 351 CASE(ENOTTY); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 313 # ifndef ENOTTY 314 # define ENOTTY 25 macro 529 inappropriate_io_control_operation = ENOTTY,
|
/external/syslinux/com32/include/ |
D | errno.h | 30 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 103 #define ENOTTY 25 /* Not a typewriter */ macro
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undi.c | 74 return -ENOTTY; in undipci_probe()
|
/external/syslinux/gpxe/src/drivers/bus/ |
D | mca.c | 58 return -ENOTTY; in mca_probe()
|
D | eisa.c | 77 return -ENOTTY; in eisa_probe()
|
/external/ltp/lib/ |
D | errnos.h | 57 PAIR(ENOTTY) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 422 #ifdef ENOTTY 423 { "ENOTTY", (unsigned long) ENOTTY },
|
/external/openssh/openbsd-compat/ |
D | readpassphrase.c | 90 errno = ENOTTY; in readpassphrase()
|