Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h169 return ERR_PTR(-EOPNOTSUPP); in inotify_init()
183 return -EOPNOTSUPP; in inotify_find_watch()
189 return -EOPNOTSUPP; in inotify_find_update_watch()
196 return -EOPNOTSUPP; in inotify_add_watch()
202 return -EOPNOTSUPP; in inotify_rm_watch()
207 return -EOPNOTSUPP; in inotify_rm_wd()
/third_party/musl/src/stat/
Dfchmodat.c21 return __syscall_ret(-EOPNOTSUPP); in fchmodat()
25 return __syscall_ret(-EOPNOTSUPP); in fchmodat()
32 if (S_ISLNK(st.st_mode)) ret = -EOPNOTSUPP; in fchmodat()
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c85 if (errno == ENOSYS || errno == EOPNOTSUPP) in test01()
113 if (errno == EOPNOTSUPP) { in test02()
172 if (errno == EOPNOTSUPP) { in test03()
209 if (errno == EOPNOTSUPP) { in test04()
249 if (errno == EOPNOTSUPP) { in test05()
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
Dfsconfig01.c39 if (TST_ERR == EOPNOTSUPP) in run()
47 if (TST_ERR == EOPNOTSUPP) in run()
55 if (TST_ERR == EOPNOTSUPP) in run()
/third_party/ltp/testcases/kernel/fs/proc/
Dproc01.c118 {"read", "/proc/sys/vm/nr_hugepages", EOPNOTSUPP},
119 {"read", "/proc/sys/vm/nr_overcommit_hugepages", EOPNOTSUPP},
120 {"read", "/proc/sys/vm/nr_hugepages_mempolicy", EOPNOTSUPP},
121 {"read", "/proc/pressure/*", EOPNOTSUPP},
/third_party/ltp/testcases/kernel/syscalls/getsockopt/
Dgetsockopt01.c108 EOPNOTSUPP, setup1, cleanup1, "invalid level"}
112 -1, EOPNOTSUPP, setup1, cleanup1, "invalid option name"}
116 -1, EOPNOTSUPP, setup1, cleanup1,
/third_party/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c41 {PF_INET, SOCK_DGRAM, 17, fds, -1, EOPNOTSUPP, "UDP socket"},
43 {PF_INET, SOCK_STREAM, 6, fds, -1, EOPNOTSUPP, "TCP socket"},
/third_party/rust/crates/nix/test/sys/
Dtest_ptrace.rs36 assert_ne!(err, Errno::EOPNOTSUPP); in test_ptrace_setoptions()
45 assert_ne!(err, Errno::EOPNOTSUPP); in test_ptrace_getevent()
53 if let Err(Errno::EOPNOTSUPP) = ptrace::getsiginfo(getpid()) { in test_ptrace_getsiginfo()
64 if let Err(Errno::EOPNOTSUPP) = ptrace::setsiginfo(getpid(), &siginfo) { in test_ptrace_setsiginfo()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h95 #define EOPNOTSUPP 95 macro
96 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/generic/bits/
Derrno.h95 #define EOPNOTSUPP 95 macro
96 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/mipsn32/bits/
Derrno.h94 #define EOPNOTSUPP 122 macro
95 #define ENOTSUP EOPNOTSUPP
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h96 #define EOPNOTSUPP 95 macro
97 #define ENOTSUP EOPNOTSUPP
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h96 #define EOPNOTSUPP 95 macro
97 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/mips/bits/
Derrno.h94 #define EOPNOTSUPP 122 macro
95 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/mips64/bits/
Derrno.h94 #define EOPNOTSUPP 122 macro
95 #define ENOTSUP EOPNOTSUPP
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h96 #define EOPNOTSUPP 95 macro
97 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/powerpc64/bits/
Derrno.h95 #define EOPNOTSUPP 95 macro
96 #define ENOTSUP EOPNOTSUPP
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h96 #define EOPNOTSUPP 95 macro
97 #define ENOTSUP EOPNOTSUPP
/third_party/musl/arch/powerpc/bits/
Derrno.h95 #define EOPNOTSUPP 95 macro
96 #define ENOTSUP EOPNOTSUPP
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h71 #ifndef EOPNOTSUPP
72 #define EOPNOTSUPP (MHDW32ERRBASE+10) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h28 #undef EOPNOTSUPP
29 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c59 case WSAEOPNOTSUPP: return EOPNOTSUPP; in MHD_W32_errno_from_winsock_()
95 case WSAVERNOTSUPPORTED: return EOPNOTSUPP; in MHD_W32_errno_from_winsock_()
134 case EOPNOTSUPP: in MHD_W32_strerror_()
447 case EOPNOTSUPP: in MHD_W32_set_last_winsock_error_()
/third_party/rust/crates/nix/src/
Derrno.rs616 EOPNOTSUPP => "Operation not supported on transport endpoint", in desc()
1090 EOPNOTSUPP => "Operation not supported on socket", in desc()
1099 EOPNOTSUPP => "Operation not supported", in desc()
1217 EOPNOTSUPP = libc::EOPNOTSUPP, enumerator
1263 pub const ENOTSUP: Errno = Errno::EOPNOTSUPP;
1362 libc::EOPNOTSUPP => EOPNOTSUPP, in from_i32()
1516 EOPNOTSUPP = libc::EOPNOTSUPP, enumerator
1634 libc::EOPNOTSUPP => EOPNOTSUPP, in from_i32()
1753 pub const EOPNOTSUPP: Errno = Errno::ENOTSUP; constant
1970 pub const EOPNOTSUPP: Errno = Errno::ENOTSUP; constant
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c99 EOPNOTSUPP, "EOPNOTSUPP", EOPNOTSUPP}, {
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c292 return -EOPNOTSUPP; in fstrim()
301 return -EOPNOTSUPP; in fstrim()
306 return -EOPNOTSUPP; in fstrim()

123456789