/third_party/libuv/src/unix/ |
D | linux-syscalls.c | 159 errno = ENOSYS; in uv__sendmmsg() 165 return errno = ENOSYS, -1; in uv__sendmmsg() 185 errno = ENOSYS; in uv__recvmmsg() 191 return errno = ENOSYS, -1; in uv__recvmmsg() 198 return errno = ENOSYS, -1; in uv__preadv() 207 return errno = ENOSYS, -1; in uv__pwritev() 216 return errno = ENOSYS, -1; in uv__dup3() 240 return errno = ENOSYS, -1; in uv__fs_copy_file_range() 251 return errno = ENOSYS, -1; in uv__statx() 260 return errno = ENOSYS, -1; in uv__getrandom()
|
/third_party/musl/porting/linux/user/src/time/ |
D | clock_gettime.c | 25 return -ENOSYS; in cgt_time32_wrap() 50 return f ? f(clk, ts) : -ENOSYS; in cgt_init() 77 r = -ENOSYS; in __clock_gettime() 80 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime() 84 if (r==-ENOSYS && clk==CLOCK_REALTIME) { in __clock_gettime() 96 if (r == -ENOSYS) { in __clock_gettime()
|
/third_party/musl/src/time/ |
D | clock_gettime.c | 25 return -ENOSYS; in cgt_time32_wrap() 49 return f ? f(clk, ts) : -ENOSYS; in cgt_init() 76 r = -ENOSYS; in __clock_gettime() 79 if (SYS_clock_gettime == SYS_clock_gettime64 || r!=-ENOSYS) in __clock_gettime() 83 if (r==-ENOSYS && clk==CLOCK_REALTIME) { in __clock_gettime() 95 if (r == -ENOSYS) { in __clock_gettime()
|
/third_party/musl/src/process/ |
D | posix_spawnattr_sched.c | 8 return ENOSYS; in posix_spawnattr_getschedparam() 14 return ENOSYS; in posix_spawnattr_setschedparam() 19 return ENOSYS; in posix_spawnattr_getschedpolicy() 24 return ENOSYS; in posix_spawnattr_setschedpolicy()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | posix_spawnattr_sched.c | 10 return ENOSYS; in posix_spawnattr_getschedparam() 17 return ENOSYS; in posix_spawnattr_setschedparam() 23 return ENOSYS; in posix_spawnattr_getschedpolicy() 29 return ENOSYS; in posix_spawnattr_setschedpolicy()
|
/third_party/musl/src/stat/ |
D | utimensat.c | 16 r = -ENOSYS; in utimensat() 28 if (SYS_utimensat == SYS_utimensat_time64 || r!=-ENOSYS) in utimensat() 39 if (r != -ENOSYS || flags) return __syscall_ret(r); in utimensat() 47 return __syscall_ret(-ENOSYS); in utimensat() 56 if (r != -ENOSYS || fd != AT_FDCWD) return __syscall_ret(r); in utimensat()
|
/third_party/ltp/testcases/kernel/security/cap_bound/ |
D | cap_bounds_rw.c | 51 errno = ENOSYS; in check_remaining_caps() 71 errno = ENOSYS; in check_remaining_caps() 105 errno = ENOSYS; in main() 122 errno = ENOSYS; in main() 136 errno = ENOSYS; in main()
|
D | cap_bounds_r.c | 59 errno = ENOSYS; in main() 74 errno = ENOSYS; in main() 92 errno = ENOSYS; in main()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.c | 353 return AVERROR(ENOSYS); in av_hwframe_ctx_init() 392 return AVERROR(ENOSYS); in av_hwframe_transfer_get_formats() 467 return AVERROR(ENOSYS); in av_hwframe_transfer_data() 474 return AVERROR(ENOSYS); in av_hwframe_transfer_data() 478 if (ret == AVERROR(ENOSYS)) in av_hwframe_transfer_data() 496 return AVERROR(ENOSYS); in av_hwframe_transfer_data() 545 return AVERROR(ENOSYS); in av_hwframe_get_buffer() 625 ret = AVERROR(ENOSYS); in av_hwdevice_ctx_create() 695 if (ret != AVERROR(ENOSYS)) in av_hwdevice_ctx_create_derived_opts() 701 ret = AVERROR(ENOSYS); in av_hwdevice_ctx_create_derived_opts() [all …]
|
D | threadmessage.c | 79 return AVERROR(ENOSYS); in av_thread_message_queue_alloc() 114 return AVERROR(ENOSYS); in av_thread_message_queue_nb_elems() 168 return AVERROR(ENOSYS); in av_thread_message_queue_send() 184 return AVERROR(ENOSYS); in av_thread_message_queue_recv()
|
/third_party/mesa3d/src/util/ |
D | os_socket.c | 92 errno = -ENOSYS; in os_socket_listen_abstract() 99 errno = -ENOSYS; in os_socket_accept() 106 errno = -ENOSYS; in os_socket_recv() 113 errno = -ENOSYS; in os_socket_send()
|
/third_party/ltp/include/lapi/syscalls/ |
D | regen.sh | 41 errno = ENOSYS; \\ 46 if (__ret == -1 && errno == ENOSYS) { \\ 57 errno = ENOSYS; \\ 62 if (tst_ret == -1 && errno == ENOSYS) { \\
|
/third_party/musl/src/linux/ |
D | timerfd.c | 17 int r = -ENOSYS; in timerfd_settime() 22 if (SYS_timerfd_settime == SYS_timerfd_settime64 || r!=-ENOSYS) in timerfd_settime() 43 int r = -ENOSYS; in timerfd_gettime() 46 if (SYS_timerfd_gettime == SYS_timerfd_gettime64 || r!=-ENOSYS) in timerfd_gettime()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 498 fuse_reply_err(req, ENOSYS); in do_lookup() 518 fuse_reply_err(req, ENOSYS); in do_getattr() 539 fuse_reply_err(req, ENOSYS); in do_setattr() 549 fuse_reply_err(req, ENOSYS); in do_access() 559 fuse_reply_err(req, ENOSYS); in do_readlink() 585 fuse_reply_err(req, ENOSYS); in do_mknod() 598 fuse_reply_err(req, ENOSYS); in do_mkdir() 608 fuse_reply_err(req, ENOSYS); in do_unlink() 618 fuse_reply_err(req, ENOSYS); in do_rmdir() 629 fuse_reply_err(req, ENOSYS); in do_symlink() [all …]
|
/third_party/ltp/lib/ |
D | tst_clocks.c | 22 if (ret == -1 && errno == ENOSYS) in syscall_supported_by_kernel() 48 errno = ENOSYS; in tst_clock_getres() 78 errno = ENOSYS; in tst_clock_gettime() 107 errno = ENOSYS; in tst_clock_settime()
|
/third_party/musl/src/ipc/ |
D | semtimedop.c | 21 int r = -ENOSYS; in semtimedop() 25 if (NO_TIME32 || r!=-ENOSYS) return __syscall_ret(r); in semtimedop() 33 return __syscall_ret(-ENOSYS); in semtimedop()
|
/third_party/ffmpeg/libavdevice/ |
D | avdevice.c | 57 return AVERROR(ENOSYS); in avdevice_app_to_dev_control_message() 65 return AVERROR(ENOSYS); in avdevice_dev_to_app_control_message() 73 return AVERROR(ENOSYS); in avdevice_capabilities_create() 91 return AVERROR(ENOSYS); in avdevice_list_devices()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl09.c | 80 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOSYS, 0, 114 if (tc->exp_err == ENOSYS) { in verify_quotactl() 120 if (tc->exp_err == ENOSYS) { in verify_quotactl() 153 if (TST_ERR == EINVAL || TST_ERR == ENOSYS) in setup()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 39 errno = ENOSYS; in my_lseek() 56 errno = ENOSYS; in _llseek() 89 if (!(result == -1 && errno == ENOSYS)) in llse_llseek()
|
/third_party/rust/crates/nix/test/sys/ |
D | test_ioctl.rs | 248 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_none() 267 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_write_ptr() 278 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_write_int() 288 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_read() 298 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_readwrite() 329 assert!(res == Err(Errno::ENOTTY) || res == Err(Errno::ENOSYS)); in test_ioctl_write_buf()
|
/third_party/libfuse/lib/ |
D | fuse_lowlevel.c | 1105 fuse_reply_err(req, ENOSYS); 1170 fuse_reply_err(req, ENOSYS); 1204 fuse_reply_err(req, ENOSYS); 1214 fuse_reply_err(req, ENOSYS); 1224 fuse_reply_err(req, ENOSYS); 1240 fuse_reply_err(req, ENOSYS); 1253 fuse_reply_err(req, ENOSYS); 1263 fuse_reply_err(req, ENOSYS); 1273 fuse_reply_err(req, ENOSYS); 1284 fuse_reply_err(req, ENOSYS); [all …]
|
/third_party/musl/src/thread/ |
D | __timedwait.c | 17 r = -ENOSYS; in __futex4_cp() 21 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4_cp() 25 if (r != -ENOSYS) return r; in __futex4_cp()
|
/third_party/rust/crates/nix/test/ |
D | test_mq.rs | 38 if let Err(Errno::ENOSYS) = r0 { in test_mq_send_and_receive() 67 if let Err(Errno::ENOSYS) = r { in test_mq_getattr() 92 if let Err(Errno::ENOSYS) = r { in test_mq_setattr() 142 if let Err(Errno::ENOSYS) = r { in test_mq_set_nonblocking() 169 if let Err(Errno::ENOSYS) = r { in test_mq_unlink()
|
/third_party/ffmpeg/libavcodec/ |
D | mediacodec.c | 132 return AVERROR(ENOSYS); in av_mediacodec_default_init() 141 return AVERROR(ENOSYS); in av_mediacodec_release_buffer() 146 return AVERROR(ENOSYS); in av_mediacodec_render_buffer_at_time()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | __timedwait.c | 19 r = -ENOSYS; in __futex4_cp() 23 if (SYS_futex == SYS_futex_time64 || r!=-ENOSYS) return r; in __futex4_cp() 36 if (r != -ENOSYS) return r; in __futex4_cp()
|