/third_party/e2fsprogs/lib/e2p/ |
D | fsetflags.c | 88 errno = EOPNOTSUPP; in fsetflags() 94 errno = EOPNOTSUPP; in fsetflags() 100 errno = EOPNOTSUPP; in fsetflags() 107 errno = EOPNOTSUPP; in fsetflags() 115 errno = EOPNOTSUPP; in fsetflags()
|
D | fgetflags.c | 87 errno = EOPNOTSUPP; in fgetflags() 93 errno = EOPNOTSUPP; in fgetflags() 99 errno = EOPNOTSUPP; in fgetflags() 105 errno = EOPNOTSUPP; in fgetflags() 114 errno = EOPNOTSUPP; in fgetflags()
|
D | setflags.c | 66 errno = EOPNOTSUPP; in setflags() 73 errno = EOPNOTSUPP; in setflags()
|
/third_party/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()
|
/third_party/musl/src/stat/ |
D | fchmodat.c | 21 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/eudev/src/shared/ |
D | selinux-util.c | 164 if (r < 0 && errno == EOPNOTSUPP) in mac_selinux_fix() 205 int r = -EOPNOTSUPP; in mac_selinux_get_create_label_from_exe() 215 return -EOPNOTSUPP; in mac_selinux_get_create_label_from_exe() 235 int r = -EOPNOTSUPP; in mac_selinux_get_our_label() 241 return -EOPNOTSUPP; in mac_selinux_get_our_label() 252 int r = -EOPNOTSUPP; in mac_selinux_get_child_mls_label() 265 return -EOPNOTSUPP; in mac_selinux_get_child_mls_label()
|
D | path-util.c | 353 return -EOPNOTSUPP; in fd_fdinfo_mnt_id() 361 return -EOPNOTSUPP; in fd_fdinfo_mnt_id() 410 else if (errno == EOPNOTSUPP) in fd_is_mount_point() 423 if (errno == EOPNOTSUPP) { in fd_is_mount_point() 457 if (r == -EOPNOTSUPP) in fd_is_mount_point()
|
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
D | fsconfig01.c | 39 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/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()
|
/third_party/glib/gio/ |
D | gioerror.c | 172 #if defined (EOPNOTSUPP) && (!defined (ENOTSUP) || (EOPNOTSUPP != ENOTSUP)) in g_io_error_from_errno() 173 case EOPNOTSUPP: in g_io_error_from_errno()
|
/third_party/ltp/testcases/kernel/fs/proc/ |
D | proc01.c | 118 {"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/ |
D | getsockopt01.c | 108 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/ |
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"},
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 95 #define EOPNOTSUPP 95 macro 96 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 95 #define EOPNOTSUPP 95 macro 96 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 96 #define EOPNOTSUPP 95 macro 97 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 94 #define EOPNOTSUPP 122 macro 95 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 96 #define EOPNOTSUPP 95 macro 97 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 94 #define EOPNOTSUPP 122 macro 95 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 95 #define EOPNOTSUPP 95 macro 96 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 96 #define EOPNOTSUPP 95 macro 97 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 94 #define EOPNOTSUPP 122 macro 95 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 95 #define EOPNOTSUPP 95 macro 96 #define ENOTSUP EOPNOTSUPP
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 96 #define EOPNOTSUPP 95 macro 97 #define ENOTSUP EOPNOTSUPP
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 71 #ifndef EOPNOTSUPP 72 #define EOPNOTSUPP (MHDW32ERRBASE+10) macro
|