HomeSort by relevance Sort by last modified time
    Searched refs:ENOSYS (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/strace/
syscall.c 803 * new process still has -ENOSYS (old style) or __NR_execve
823 if (syscall_mode != -ENOSYS) {
1374 if (eax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control_ext.c 63 return -ENOSYS;
  /system/vold/
Volume.cpp 159 errno = ENOSYS;
  /external/bluetooth/glib/glib/
gfileutils.c 483 #ifdef ENOSYS
484 case ENOSYS:
    [all...]
gstrfuncs.c 1225 #ifdef ENOSYS
1226 case ENOSYS: return "function not implemented";
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 382 return ENOSYS;
391 return ENOSYS;
  /external/iptables/libiptc/
libiptc.c     [all...]
  /external/qemu/
gdbstub.c     [all...]
  /frameworks/base/media/libeffects/factory/
EffectsFactory.c 139 return -ENOSYS;
  /system/core/nexus/
WifiController.cpp 705 errno = ENOSYS;
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_share.c 464 return -ENOSYS;
984 return -ENOSYS;
    [all...]
pcm_ioplug.c 705 return -ENOSYS;
pcm_direct.c 795 if (err == -ENOSYS) {
    [all...]
pcm_hw.c 757 return -ENOSYS;
    [all...]
pcm_multi.c 665 return -ENOSYS;
    [all...]
  /frameworks/base/media/libeffects/testlibs/
EffectReverb.c 339 return -ENOSYS;
350 return -ENOSYS;
    [all...]
  /external/tcpdump/
configure     [all...]
  /system/core/sdcard/
sdcard.c 713 h.error = -ENOSYS;
  /external/blktrace/
blktrace.c 647 return -ENOSYS;
660 return -ENOSYS;
    [all...]
  /external/libxml2/
xmlIO.c 179 "Function not implemented", /* ENOSYS */
353 #ifdef ENOSYS
354 else if (errno == ENOSYS) code = XML_IO_ENOSYS;
    [all...]
  /bionic/libc/bionic/
pthread.c 451 return ENOSYS;
    [all...]
  /external/bison/
configure     [all...]
  /external/clearsilver/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/dbus/
configure     [all...]

Completed in 735 milliseconds

1 23 4