/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 | 126 if (errno == ENOSYS || errno == EOPNOTSUPP) in test01() 154 if (errno == EOPNOTSUPP) { in test02() 213 if (errno == EOPNOTSUPP) { in test03() 250 if (errno == EOPNOTSUPP) { in test04() 290 if (errno == EOPNOTSUPP) { in test05()
|
/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 | fgetversion.c | 70 errno = EOPNOTSUPP; in fgetversion()
|
D | getflags.c | 68 errno = EOPNOTSUPP; in getflags()
|
D | fsetversion.c | 69 errno = EOPNOTSUPP; in fsetversion()
|
D | fsetproject.c | 45 errno = EOPNOTSUPP; in fsetproject()
|
D | fsetflags.c | 105 errno = EOPNOTSUPP; in fsetflags()
|
D | fgetflags.c | 100 errno = EOPNOTSUPP; in fgetflags()
|
/external/ltp/testcases/kernel/syscalls/getsockopt/ |
D | getsockopt01.c | 107 EOPNOTSUPP, setup1, cleanup1, "invalid level"} 111 -1, EOPNOTSUPP, setup1, cleanup1, "invalid option name"} 115 -1, EOPNOTSUPP, setup1, cleanup1,
|
/external/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair01.c | 53 {PF_INET, SOCK_DGRAM, 17, fds, -1, EOPNOTSUPP, "UDP socket"}, 55 {PF_INET, SOCK_STREAM, 6, fds, -1, EOPNOTSUPP, "TCP socket"},
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 71 #ifndef EOPNOTSUPP 72 #define EOPNOTSUPP (MHDW32ERRBASE+10) macro
|
/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},
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 59 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_()
|
/external/libcxx/include/ |
D | errno.h | 194 #ifndef EOPNOTSUPP 195 #define EOPNOTSUPP 9929 macro
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 99 EOPNOTSUPP, "EOPNOTSUPP", EOPNOTSUPP}, {
|
/external/toybox/toys/other/ |
D | lsattr.c | 86 errno = EOPNOTSUPP; in ext2_getflag() 99 errno = EOPNOTSUPP; in print_file_attr() 196 errno = EOPNOTSUPP; in ext2_setflag()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 57 #undef EOPNOTSUPP 58 #define EOPNOTSUPP WSAEOPNOTSUPP macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 269 #ifndef EOPNOTSUPP 270 #error EOPNOTSUPP not defined
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 9 #define EOPNOTSUPP 95 macro
|
/external/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_addrs.c | 201 if (error != -1 || errno != EOPNOTSUPP) in main() 258 if (error != -1 || errno != EOPNOTSUPP) in main()
|
/external/c-ares/ |
D | setup_once.h | 412 #undef EOPNOTSUPP /* override definition in errno.h */ 413 #define EOPNOTSUPP WSAEOPNOTSUPP macro
|