HomeSort by relevance Sort by last modified time
    Searched refs:EOPNOTSUPP (Results 151 - 175 of 218) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" )
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 92 case EOPNOTSUPP: return EOPNOTSUPP_PORTABLE;
195 case EOPNOTSUPP_PORTABLE: return EOPNOTSUPP;
  /ndk/sources/host-tools/sed-4.2.1/lib/
copy-acl.c 422 if (errno == ENOSYS || errno == EOPNOTSUPP)
457 if (errno == ENOSYS || errno == EOPNOTSUPP)
file-has-acl.c 474 return (errno == ENOSYS || errno == EOPNOTSUPP ? 0 : -1);
set-mode-acl.c 435 if (errno == ENOSYS || errno == EOPNOTSUPP)
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 120 /* 2.2.x doesn't suport MSG_PEEK at all, returning EOPNOTSUPP, so we just grab a
122 if (rc == -1 && errno == EOPNOTSUPP)
  /ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
errc.pass.cpp 82 static_assert(static_cast<int>(std::errc::operation_not_supported) == EOPNOTSUPP, "");
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 122 public static final int EOPNOTSUPP = placeholder();
665 if (errno == EOPNOTSUPP) {
666 return "EOPNOTSUPP";
  /system/core/toolbox/cp/
utils.c 426 if (errno != EOPNOTSUPP || fs->st_flags != 0) {
  /system/core/toolbox/
nandread.c 215 if (ret && errno != EOPNOTSUPP) {
  /external/libpcap/
pcap-linux.c 860 * If the error was EOPNOTSUPP, fall through, so that
866 if (errno != EOPNOTSUPP) {
1025 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
    [all...]
  /bionic/libc/kernel/common/linux/
cdrom.h 22 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP
  /bootable/recovery/mtdutils/
mtdutils.c 419 if (ret != 0 && !(ret == -1 && errno == EOPNOTSUPP)) {
  /development/ndk/platforms/android-3/include/linux/
cdrom.h 17 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP
  /external/linux-tools-perf/
builtin-record.c 325 if (attr->type == PERF_TYPE_HARDWARE && err == EOPNOTSUPP)
  /external/quake/quake/src/WinQuake/
mpdosock.h 647 #define EOPNOTSUPP WSAEOPNOTSUPP
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 57 if (errno != EOPNOTSUPP) {
62 ret = errno == EOPNOTSUPP ? -2 : -1;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 45 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 45 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 45 #define EDRIVE_CANT_DO_THIS EOPNOTSUPP

Completed in 467 milliseconds

1 2 3 4 5 67 8 9