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

123

/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.c67 errno = EOPNOTSUPP;
H A Dfgetflags.c95 errno = EOPNOTSUPP;
H A Dfsetflags.c100 errno = 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/qemu/distrib/libselinux/src/
H A Dfgetfilecon.c42 errno = EOPNOTSUPP;
H A Dgetfilecon.c42 errno = EOPNOTSUPP;
H A Dlgetfilecon.c42 errno = EOPNOTSUPP;
/external/bison/lib/
H A Dstrerror-override.c62 case EOPNOTSUPP:
154 /* WSAEOPNOTSUPP maps to EOPNOTSUPP */
H A Derrno.in.h106 # define EOPNOTSUPP 130 macro
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h51 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ macro
/external/libnl/lib/
H A Derror.c101 case EOPNOTSUPP: return NLE_OPNOTSUPP;
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dtsc.c56 return -EOPNOTSUPP;
/external/tcpdump/win32/Include/
H A Derrno.h100 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ macro
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h56 #undef EOPNOTSUPP macro
57 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp273 #ifndef EOPNOTSUPP
274 #error EOPNOTSUPP not defined

Completed in 5196 milliseconds

123