Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/linux/
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/e2fsprogs/lib/e2p/
Dsetflags.c65 errno = EOPNOTSUPP; in setflags()
72 errno = EOPNOTSUPP; in setflags()
Dsetversion.c35 errno = EOPNOTSUPP; in setversion()
Dgetversion.c36 errno = EOPNOTSUPP; in getversion()
Dfsetversion.c62 errno = EOPNOTSUPP; in fsetversion()
Dgetflags.c66 errno = EOPNOTSUPP; in getflags()
Dfgetversion.c64 errno = EOPNOTSUPP; in fgetversion()
Dfgetflags.c95 errno = EOPNOTSUPP; in fgetflags()
Dfsetflags.c99 errno = EOPNOTSUPP; in fsetflags()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsocket.h73 #undef EOPNOTSUPP
74 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/chromium/third_party/libjingle/source/talk/base/
Dsocket.h73 #undef EOPNOTSUPP
74 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/e2fsprogs/include/nonunix/
Dunistd.h9 #define EOPNOTSUPP 95 macro
/external/libselinux/src/
Dgetfilecon.c42 errno = EOPNOTSUPP; in getfilecon()
Dlgetfilecon.c42 errno = EOPNOTSUPP; in lgetfilecon()
Dfgetfilecon.c42 errno = EOPNOTSUPP; in fgetfilecon()
/external/chromium_org/third_party/libxml/src/include/
Dwsockcompat.h51 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dmount_node_socket.cc215 return EOPNOTSUPP; in Connect()
219 return EOPNOTSUPP; in Listen()
447 return EOPNOTSUPP; in Shutdown()
/external/kernel-headers/original/asm-generic/
Derrno.h68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/external/bison/lib/
Dstrerror-override.c62 case EOPNOTSUPP: in strerror_override()
Derrno.in.h106 # define EOPNOTSUPP 130 macro
/external/llvm/include/llvm/Support/
Dsystem_error.h411 # ifndef EOPNOTSUPP
412 # define EOPNOTSUPP 130 macro
572 operation_not_supported = EOPNOTSUPP,
/external/chromium/base/
Dplatform_file_posix.cc47 errno = EOPNOTSUPP; in CreatePlatformFile()
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c122 if (rc == -1 && errno == EOPNOTSUPP) in netlink_recv()
/external/chromium_org/net/third_party/nss/ssl/
Dunix_err.c494 case EOPNOTSUPP: prError = PR_NOT_TCP_SOCKET_ERROR; break; in nss_MD_unix_map_default_error()

12