/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 169 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/ |
D | fallocate04.c | 85 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/ |
D | zmap.c | 55 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/ |
D | setflags.c | 66 errno = EOPNOTSUPP; in setflags() 73 errno = EOPNOTSUPP; in setflags()
|
D | setversion.c | 38 errno = EOPNOTSUPP; in setversion()
|
D | getversion.c | 39 errno = EOPNOTSUPP; in getversion()
|
D | fgetproject.c | 45 errno = EOPNOTSUPP; in fgetproject()
|
D | getflags.c | 68 errno = EOPNOTSUPP; in getflags()
|
D | fgetversion.c | 70 errno = EOPNOTSUPP; in fgetversion()
|
D | fsetversion.c | 69 errno = EOPNOTSUPP; in fsetversion()
|
D | fsetproject.c | 45 errno = EOPNOTSUPP; in fsetproject()
|
/external/ltp/testcases/kernel/fs/proc/ |
D | proc01.c | 111 {"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/ |
D | fuzzing.rs | 36 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in map() 40 Err(io::Error::from_raw_os_error(libc::EOPNOTSUPP)) in unmap()
|
D | worker.rs | 132 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/ |
D | errno.h | 99 #define EOPNOTSUPP 45 /* Operation not supported */ macro 100 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
|
/external/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt01.c | 108 EOPNOTSUPP, setup1, cleanup1, "invalid level"} 112 -1, EOPNOTSUPP, setup1, cleanup1, "invalid option name"} 116 -1, EOPNOTSUPP, setup1, cleanup1,
|
/external/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair01.c | 41 {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/ |
D | errno.rs | 367 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/ |
D | errno.h | 193 #ifndef EOPNOTSUPP 194 #define EOPNOTSUPP 9929 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 99 EOPNOTSUPP, "EOPNOTSUPP", EOPNOTSUPP}, {
|
/external/libcxx/include/ |
D | errno.h | 194 #ifndef EOPNOTSUPP 195 #define EOPNOTSUPP 9929 macro
|
/external/toybox/toys/other/ |
D | lsattr.c | 124 errno = EOPNOTSUPP; in ext2_getflag() 149 errno = EOPNOTSUPP; in print_file_attr() 239 errno = EOPNOTSUPP; in ext2_setflag()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 269 #ifndef EOPNOTSUPP 270 #error EOPNOTSUPP not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 270 #ifndef EOPNOTSUPP 271 #error EOPNOTSUPP not defined
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 9 #define EOPNOTSUPP 95 macro
|