HomeSort by relevance Sort by last modified time
    Searched refs:ENOSYS (Results 276 - 300 of 461) sorted by null

<<111213141516171819

  /external/ltp/testcases/kernel/syscalls/inotify/
inotify02.c 238 if (errno == ENOSYS) {
  /external/ltp/testcases/kernel/syscalls/membarrier/
membarrier01.c 387 if (errno == ENOSYS)
  /external/python/cpython2/Lib/test/
test_epoll.py 37 if e.errno == errno.ENOSYS:
  /external/strace/tests/
poll.c 173 if (ENOSYS == errno)
ppoll.c 81 if (ENOSYS == errno)
  /external/strace/tests-m32/
poll.c 173 if (ENOSYS == errno)
ppoll.c 81 if (ENOSYS == errno)
  /external/strace/tests-mx32/
poll.c 173 if (ENOSYS == errno)
ppoll.c 81 if (ENOSYS == errno)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux_mips64x.go 121 return ENOSYS
125 return ENOSYS
syscall_linux_sparc64.go 64 return ENOSYS
68 return ENOSYS
syscall_bsd.go 536 if err != ENOSYS {
546 if err != ENOSYS {
550 if err != ENOSYS {
570 if err != ENOSYS {
  /external/u-boot/arch/x86/cpu/intel_common/
mrc.c 237 return -ENOSYS;
  /external/u-boot/common/
log.c 218 return -ENOSYS;
  /external/u-boot/drivers/phy/
meson-gxl-usb2.c 205 if (ret && ret != -ENOSYS && ret != -ENOTSUPP) {
meson-gxl-usb3.c 176 if (ret && ret != -ENOSYS && ret != -ENOTSUPP) {
  /external/u-boot/drivers/remoteproc/
rproc-uclass.c 391 return -ENOSYS;
  /external/u-boot/drivers/video/exynos/
exynos_mipi_dsi.c 200 return -ENOSYS;
  /external/u-boot/include/
fsl_esdhc.h 265 static inline int fsl_esdhc_mmc_init(bd_t *bis) { return -ENOSYS; }
  /external/u-boot/test/dm/
regulator.c 152 /* Try set the Current of LDO2 - should return -ENOSYS */
153 ut_asserteq(-ENOSYS, regulator_set_current(dev, 0));
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 719 status = -ENOSYS;
729 status = -ENOSYS;
747 status = -ENOSYS;
    [all...]
  /external/syzkaller/pkg/host/
host_linux.go 82 return res, "ENOSYS"
89 return res, "ENOSYS"
103 if err == syscall.ENOSYS {
231 if err == syscall.ENOSYS {
232 return false, "socket syscall returns ENOSYS"
  /external/seccomp-tests/linux/
seccomp_bpf.c     [all...]
  /external/u-boot/drivers/mtd/ubi/
ubi.h     [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 701 return -ENOSYS;
712 return -ENOSYS;

Completed in 1434 milliseconds

<<111213141516171819