Home
last modified time | relevance | path

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

123

/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.c90 &fd, INVAL_IOCTL, &termio, ENOTTY},
93 &fd1, TCGETA, &termio, ENOTTY},
/external/libcxx/include/
Derrno.h308 #ifndef ENOTTY
309 #define ENOTTY 9958 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c97 ENOTTY, "ENOTTY", ENOTTY}, {
D4-1.c92 ENOTTY, "ENOTTY"}, {
D3-1-buildonly.c78 int dummy61 = ENOTTY;
/external/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c193 tdat[testno].experrno = ENOTTY; in setup0()
220 tdat[testno].experrno = ENOTTY; in setup1()
/external/syslinux/com32/lib/sys/
Dscreensize.c18 errno = ENOTTY; in getscreensize()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp261 #ifndef ENOTTY
262 #error ENOTTY not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/external/syslinux/dos/
Derrno.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/external/libusb/msvc/
Derrno.h49 #define ENOTTY 25 /* Inappropriate I/O control operation */ macro
/external/e2fsprogs/resize/
Donline.c158 if ((errno != ENOTTY) && (errno != EINVAL)) { in online_resize_fs()
179 else if (errno == ENOTTY) in online_resize_fs()
/external/strace/tests-m32/
Derrno2name.c350 #ifdef ENOTTY in errno2name()
351 CASE(ENOTTY); in errno2name()
/external/strace/tests/
Derrno2name.c350 #ifdef ENOTTY in errno2name()
351 CASE(ENOTTY); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c350 #ifdef ENOTTY in errno2name()
351 CASE(ENOTTY); in errno2name()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h313 # ifndef ENOTTY
314 # define ENOTTY 25 macro
529 inappropriate_io_control_operation = ENOTTY,
/external/syslinux/com32/include/
Derrno.h30 #define ENOTTY 25 /* Not a typewriter */ macro
/external/syslinux/core/lwip/src/include/lwip/
Darch.h103 #define ENOTTY 25 /* Not a typewriter */ macro
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundi.c74 return -ENOTTY; in undipci_probe()
/external/syslinux/gpxe/src/drivers/bus/
Dmca.c58 return -ENOTTY; in mca_probe()
Deisa.c77 return -ENOTTY; in eisa_probe()
/external/ltp/lib/
Derrnos.h57 PAIR(ENOTTY) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c422 #ifdef ENOTTY
423 { "ENOTTY", (unsigned long) ENOTTY },
/external/openssh/openbsd-compat/
Dreadpassphrase.c90 errno = ENOTTY; in readpassphrase()

123