Home
last modified time | relevance | path

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

1234

/third_party/ltp/lib/newlib_tests/
Dtest_macros02.c33 TST_EXP_FAIL(fail_fn(), ENOTTY, "fail_fn()"); in do_test()
35 TST_EXP_FAIL(pass_fn(), ENOTTY, "pass_fn()"); in do_test()
37 TST_EXP_FAIL(inval_ret_fn(), ENOTTY, "inval_ret_fn()"); in do_test()
43 TST_EXP_FAIL2(fail_fn(), ENOTTY, "fail_fn()"); in do_test()
45 TST_EXP_FAIL2(pass_fn(), ENOTTY, "pass_fn"); in do_test()
47 TST_EXP_FAIL2(inval_ret_fn(), ENOTTY, "inval_ret_fn()"); in do_test()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl01.c46 {&fd, INVAL_IOCTL, &termio, ENOTTY},
48 {&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()
/third_party/boost/boost/
Dcerrno.hpp243 #ifndef ENOTTY
244 #define ENOTTY 9958 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c97 ENOTTY, "ENOTTY", ENOTTY}, {
D4-1.c92 ENOTTY, "ENOTTY"}, {
/third_party/musl/src/unistd/
Disatty.c11 if (errno != EBADF) errno = ENOTTY; in isatty()
/third_party/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c194 tdat[testno].experrno = ENOTTY; in setup0()
215 tdat[testno].experrno = ENOTTY; in setup1()
/third_party/eudev/src/shared/
Dterminal-util.c83 return -ENOTTY; in open_terminal()
/third_party/e2fsprogs/resize/
Donline.c158 if ((errno != ENOTTY) && (errno != EINVAL)) { in online_resize_fs()
179 else if (errno == ENOTTY) in online_resize_fs()
/third_party/libuv/include/uv/
Derrno.h430 #if defined(ENOTTY) && !defined(_WIN32)
431 # define UV__ENOTTY UV__ERR(ENOTTY)
/third_party/FreeBSD/sys/dev/usb/
Dusb_handle_request.c222 (error != ENOTTY) && in usb_handle_iface_request()
239 (error != ENOTTY) && in usb_handle_iface_request()
258 } else if (error == ENOTTY) { in usb_handle_iface_request()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dpty.c82 EXPECT_EQ("ptsname_r_0300", ret, ENOTTY); in ptsname_r_0300()
/third_party/e2fsprogs/lib/e2p/
Dfsetflags.c106 if (errno == ENOTTY) in fsetflags()
Dfgetflags.c104 if (errno == ENOTTY) in fgetflags()
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx04.c82 if (TST_RET == -1 && TST_ERR == ENOTTY) in setup()
/third_party/musl/arch/generic/bits/
Derrno.h25 #define ENOTTY 25 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h25 #define ENOTTY 25 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h26 #define ENOTTY 25 macro

1234