Home
last modified time | relevance | path

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

1234

/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()
Dioctl_ns05.c73 if (errno == ENOTTY) { in run()
/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/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/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/arm-trusted-firmware/include/lib/libc/
Derrno.h72 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/external/strace/tests-mx32/
Derrno2name.c351 #ifdef ENOTTY in errno2name()
352 CASE(ENOTTY); in errno2name()
/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()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py33 ENOTTY = 25 variable
/external/u-boot/include/linux/
Derrno.h28 #define ENOTTY 25 /* Not a typewriter */ macro

1234