Searched refs:EOPNOTSUPP (Results 1 - 25 of 40) sorted by relevance

12

/external/e2fsprogs/lib/e2p/
H A Dsetversion.c35 errno = EOPNOTSUPP;
H A Dgetversion.c36 errno = EOPNOTSUPP;
H A Dsetflags.c65 errno = EOPNOTSUPP;
72 errno = EOPNOTSUPP;
H A Dfgetversion.c64 errno = EOPNOTSUPP;
H A Dfsetversion.c62 errno = EOPNOTSUPP;
H A Dgetflags.c66 errno = EOPNOTSUPP;
H A Dfgetflags.c95 errno = EOPNOTSUPP;
H A Dfsetflags.c99 errno = EOPNOTSUPP;
/external/kernel-headers/original/linux/
H A Dinotify.h169 return ERR_PTR(-EOPNOTSUPP);
183 return -EOPNOTSUPP;
189 return -EOPNOTSUPP;
196 return -EOPNOTSUPP;
202 return -EOPNOTSUPP;
207 return -EOPNOTSUPP;
/external/e2fsprogs/include/nonunix/
H A Dunistd.h9 #define EOPNOTSUPP 95 macro
/external/libselinux/src/
H A Dfgetfilecon.c42 errno = EOPNOTSUPP;
H A Dgetfilecon.c42 errno = EOPNOTSUPP;
H A Dlgetfilecon.c42 errno = EOPNOTSUPP;
/external/kernel-headers/original/asm-generic/
H A Derrno.h68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/kernel-headers/original/asm-mips/
H A Derrno.h76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocket.h73 #undef EOPNOTSUPP macro
74 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/llvm/include/llvm/Support/
H A Dsystem_error.h182 operation_not_supported, // EOPNOTSUPP
409 # ifndef EOPNOTSUPP
410 # define EOPNOTSUPP 130 macro
570 operation_not_supported = EOPNOTSUPP,
/external/chromium/base/
H A Dplatform_file_posix.cc47 errno = EOPNOTSUPP;
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c120 /* 2.2.x doesn't suport MSG_PEEK at all, returning EOPNOTSUPP, so we just grab a
122 if (rc == -1 && errno == EOPNOTSUPP)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java122 public static final int EOPNOTSUPP = placeholder(); field in class:OsConstants
662 if (errno == EOPNOTSUPP) {
663 return "EOPNOTSUPP";
/external/libpcap/
H A Dpcap-linux.c860 * If the error was EOPNOTSUPP, fall through, so that
866 if (errno != EOPNOTSUPP) {
1025 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
/external/linux-tools-perf/
H A Dbuiltin-record.c325 if (attr->type == PERF_TYPE_HARDWARE && err == EOPNOTSUPP)
/external/quake/quake/src/WinQuake/
H A Dmpdosock.h647 #define EOPNOTSUPP WSAEOPNOTSUPP
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c117 if (errno != EOPNOTSUPP) {
122 ret = errno == EOPNOTSUPP ? -2 : -1;
1918 ret = errno == EOPNOTSUPP ? -2 : -1;
2443 if (errno != EOPNOTSUPP)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c57 if (errno != EOPNOTSUPP) {
62 ret = errno == EOPNOTSUPP ? -2 : -1;
1719 ret = errno == EOPNOTSUPP ? -2 : -1;
2269 if (errno != EOPNOTSUPP)

Completed in 269 milliseconds

12