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

1 2 3 4 5 67 8

  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/sys/
_errdefs.h 52 __BIONIC_ERRDEF( EFAULT , 14, "Bad address" )
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 52 __BIONIC_ERRDEF( EFAULT , 14, "Bad address" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 52 __BIONIC_ERRDEF( EFAULT , 14, "Bad address" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 52 __BIONIC_ERRDEF( EFAULT , 14, "Bad address" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 52 __BIONIC_ERRDEF( EFAULT , 14, "Bad address" )
  /external/oprofile/module/x86/
op_nmi.c 67 return -EFAULT;
345 return -EFAULT;
op_syscalls.c 195 ret = -EFAULT;
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 49 return -EFAULT;
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 75 #define EFAULT ERROR_PROCESS_ABORTED
  /external/okhttp/src/main/java/libcore/io/
OsConstants.java 80 public static final int EFAULT = placeholder();
536 if (errno == EFAULT) {
537 return "EFAULT";
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 80 public static final int EFAULT = placeholder();
537 if (errno == EFAULT) {
538 return "EFAULT";
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT);
324 SY(__NR_csops, x0, x0, x0+1, x0+1); FAILx(EFAULT);
871 // on amd64 in 32-bit mode it fails w/EFAULT. We don't check the 1st two
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 51 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT);
280 // on amd64 in 32-bit mode it fails w/EFAULT. We don't check the 1st two
990 // w/EFAULT.
1084 SY(__NR_set_thread_area, x0); FAILx(EFAULT);
1088 SY(__NR_get_thread_area, x0); FAILx(EFAULT);
    [all...]
  /external/libsepol/src/
module.c 44 errno = EFAULT;
50 errno = EFAULT;
  /external/libpcap/
pcap-bpf.c 177 case EFAULT:
184 * space sometimes returns EFAULT. I have
193 * treat EFAULT as a fatal error; as we
197 * we just ignore EFAULT and keep reading.
950 /* For some strange reason this seems to prevent the EFAULT
  /external/netperf/
nettest_sctp.c 764 if (sigsuspend(&signal_set) == EFAULT) {
    [all...]
nettest_xti.c     [all...]
  /external/kernel-headers/original/linux/
skbuff.h     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 535 #define VKI_EFAULT EFAULT
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 86 initConstant(env, c, "EFAULT", EFAULT);
  /system/core/libnetutils/
ifc_utils.c 100 return -EFAULT;
  /external/libxml2/
xmlIO.c 164 "Bad address", /* EFAULT */
302 #ifdef EFAULT
303 else if (errno == EFAULT) code = XML_IO_EFAULT;
    [all...]
  /external/openssh/
sftp-server.c 103 case EFAULT:
    [all...]
  /external/qemu/
sockets.c 80 EE(WSAEFAULT,EFAULT,"bad address") \
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 172 case EFAULT: return "EFAULT: Bad address";
    [all...]

Completed in 1253 milliseconds

1 2 3 4 5 67 8