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.c91 &fd, INVAL_IOCTL, &termio, ENOTTY},
94 &fd1, TCGETA, &termio, ENOTTY},
/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/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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp261 #ifndef ENOTTY
262 #error ENOTTY not defined
/external/kernel-headers/original/uapi/asm-generic/
Derrno-base.h29 #define ENOTTY 25 /* Not a typewriter */ 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/libusb/msvc/
Derrno.h49 #define ENOTTY 25 /* Inappropriate I/O control operation */ macro
/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/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
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc42 case ENOTTY: // Inappropriate I/O control operation in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py37 ENOTTY = 25 variable
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c126 if (errno == ENOTTY) in caid_flags_setup()
/external/minijail/linux-x86/
Dlibconstants.gen.c422 #ifdef ENOTTY
423 { "ENOTTY", (unsigned long) ENOTTY },
/external/u-boot/lib/
Derrno_str.c39 ERRNO_MSG(ENOTTY, "Not a typewriter"),
/external/ltp/lib/
Derrnos.h57 PAIR(ENOTTY) in tst_strerrno()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc1203 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F()
1205 EXPECT_EQ(ENOTTY, errno); in TEST_F()
1210 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F()
1212 EXPECT_EQ(ENOTTY, errno); in TEST_F()

1234