Home
last modified time | relevance | path

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

12345678

/external/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()
/external/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()
/external/erofs-utils/lib/
Dzmap.c55 return -EOPNOTSUPP; in z_erofs_fill_inode_lazy()
65 return -EOPNOTSUPP; in z_erofs_fill_inode_lazy()
142 return -EOPNOTSUPP; in legacy_load_cluster_from_disk()
175 return -EOPNOTSUPP; in unpack_compacted_index()
238 return -EOPNOTSUPP; in compacted_load_cluster_from_disk()
331 return -EOPNOTSUPP; in z_erofs_extent_lookback()
399 err = -EOPNOTSUPP; in z_erofs_map_blocks_iter()
/external/e2fsprogs/lib/e2p/
Dsetflags.c66 errno = EOPNOTSUPP; in setflags()
73 errno = EOPNOTSUPP; in setflags()
Dsetversion.c38 errno = EOPNOTSUPP; in setversion()
Dgetversion.c39 errno = EOPNOTSUPP; in getversion()
Dfgetproject.c45 errno = EOPNOTSUPP; in fgetproject()
Dgetflags.c68 errno = EOPNOTSUPP; in getflags()
Dfgetversion.c70 errno = EOPNOTSUPP; in fgetversion()
Dfsetversion.c69 errno = EOPNOTSUPP; in fsetversion()
Dfsetproject.c45 errno = EOPNOTSUPP; in fsetproject()
/external/ltp/testcases/kernel/fs/proc/
Dproc01.c111 {"read", "/proc/sys/vm/nr_hugepages", EOPNOTSUPP},
112 {"read", "/proc/sys/vm/nr_overcommit_hugepages", EOPNOTSUPP},
113 {"read", "/proc/sys/vm/nr_hugepages_mempolicy", EOPNOTSUPP},
120 {"read", "/proc/pressure/*", EOPNOTSUPP},
/external/crosvm/fuse/src/
Dfuzzing.rs36 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in map()
40 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in unmap()
Dworker.rs132 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in map()
136 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in unmap()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h99 #define EOPNOTSUPP 45 /* Operation not supported */ macro
100 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
/external/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,
/external/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"},
/external/rust/crates/nix/src/
Derrno.rs367 EOPNOTSUPP => "Operation not supported on transport endpoint", in desc()
614 EOPNOTSUPP => "Operation not supported on socket", in desc()
623 EOPNOTSUPP => "Operation not supported", in desc()
732 EOPNOTSUPP = libc::EOPNOTSUPP, enumerator
777 pub const ENOTSUP: Errno = Errno::EOPNOTSUPP;
875 libc::EOPNOTSUPP => EOPNOTSUPP, in from_i32()
1028 EOPNOTSUPP = libc::EOPNOTSUPP, enumerator
1146 libc::EOPNOTSUPP => EOPNOTSUPP, in from_i32()
1477 pub const EOPNOTSUPP: Errno = Errno::ENOTSUP; constant
1635 EOPNOTSUPP = libc::EOPNOTSUPP, enumerator
[all …]
/external/llvm-project/libcxx/include/
Derrno.h193 #ifndef EOPNOTSUPP
194 #define EOPNOTSUPP 9929 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c99 EOPNOTSUPP, "EOPNOTSUPP", EOPNOTSUPP}, {
/external/libcxx/include/
Derrno.h194 #ifndef EOPNOTSUPP
195 #define EOPNOTSUPP 9929 macro
/external/toybox/toys/other/
Dlsattr.c124 errno = EOPNOTSUPP; in ext2_getflag()
149 errno = EOPNOTSUPP; in print_file_attr()
239 errno = EOPNOTSUPP; in ext2_setflag()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp269 #ifndef EOPNOTSUPP
270 #error EOPNOTSUPP not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp270 #ifndef EOPNOTSUPP
271 #error EOPNOTSUPP not defined
/external/e2fsprogs/include/nonunix/
Dunistd.h9 #define EOPNOTSUPP 95 macro

12345678