| /components/drivers/cputime/ |
| A D | cputime.c | 28 rt_set_errno(ENOSYS); in clock_cpu_getres() 42 rt_set_errno(ENOSYS); in clock_cpu_gettime() 60 rt_set_errno(ENOSYS); in clock_cpu_settimeout()
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_file.c | 271 return -ENOSYS; in dfs_file_open() 412 return -ENOSYS; in dfs_file_ioctl() 436 return -ENOSYS; in dfs_file_read() 474 return -ENOSYS; in dfs_file_getdents() 523 else result = -ENOSYS; in dfs_file_unlink() 548 return -ENOSYS; in dfs_file_write() 567 return -ENOSYS; in dfs_file_flush() 588 return -ENOSYS; in dfs_file_lseek() 632 return -ENOSYS; in dfs_file_stat() 695 result = -ENOSYS; in dfs_file_rename() [all …]
|
| A D | dfs_fs.c | 259 rt_set_errno(-ENOSYS); in dfs_mount() 467 rt_set_errno(-ENOSYS); in dfs_mkfs() 498 rt_set_errno(-ENOSYS); in dfs_statfs() 636 if (rt_get_errno() == -ENOSYS) in df()
|
| /components/libc/posix/io/aio/ |
| A D | aio.c | 314 return -ENOSYS; in aio_suspend() 488 return -ENOSYS; in lio_listio()
|
| /components/lwp/ |
| A D | lwp_itimer.c | 64 rc = -ENOSYS; in lwp_signal_setitimer()
|
| A D | lwp_syscall.c | 1465 sysret = -ENOSYS; in sys_kill() 2105 return -ENOSYS; in sys_madvise() 4582 return -ENOSYS; in sys_notimpl() 7543 int errcode = -ENOSYS; in sys_fchdir() 8310 return -ENOSYS; in sys_prlimit64() 8375 return -ENOSYS; in sys_setrlimit() 10423 return -ENOSYS; in lwp_teardown() 10464 rc = -ENOSYS; in sys_reboot() 10538 ssize_t ret = -ENOSYS; 10609 ssize_t ret = -ENOSYS;
|
| A D | lwp_futex.c | 778 rc = -ENOSYS; in lwp_futex()
|
| /components/libc/compilers/common/extension/sys/ |
| A D | errno.h | 192 #ifndef ENOSYS 193 #define ENOSYS (ERROR_BASE_NO + 38) macro
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | errno.h | 85 #define ENOSYS 38 /* Function not implemented */ macro
|
| /components/legacy/fdt/src/ |
| A D | dtb_base.c | 383 return -ENOSYS; in dtb_node_write_prop() 427 return -ENOSYS; in dtb_node_write_string() 439 return -ENOSYS; in dtb_node_set_enabled()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | errno.h | 85 #define ENOSYS 38 /* Function not implemented */ macro
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file.c | 911 ret = -ENOSYS; in dfs_file_pread() 972 ret = -ENOSYS; in dfs_file_read() 1040 ret = -ENOSYS; in dfs_file_pwrite() 1113 ret = -ENOSYS; in dfs_file_write() 1399 ret = -ENOSYS; in dfs_file_fstat() 1514 ret = -ENOSYS; in dfs_file_ioctl() 1983 ret = -ENOSYS; in dfs_file_symlink() 2068 ret = -ENOSYS; in dfs_file_readlink() 2236 ret = -ENOSYS; in dfs_file_ftruncate() 2289 ret = -ENOSYS; in dfs_file_flush()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | arch.h | 116 #define ENOSYS 38 /* Function not implemented */ macro
|
| /components/libc/posix/pthreads/ |
| A D | pthread_cond.c | 69 return ENOSYS; in pthread_condattr_setpshared()
|
| A D | pthread.c | 1113 return ENOSYS; in pthread_kill()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_compat.c | 427 error = -ENOSYS; in lwp_tty_ioctl_adapter() 708 error = -ENOSYS; in lwp_tty_ioctl_adapter()
|
| A D | tty.c | 749 return -ENOSYS; in ttydevsw_defioctl() 756 return -ENOSYS; in ttydevsw_defcioctl()
|
| /components/drivers/sdio/sdhci/ |
| A D | fit-mmc.c | 192 return -ENOSYS; in rt_mmc_gpio_get_cd()
|
| /components/drivers/serial/ |
| A D | serial_tty.c | 252 error = -ENOSYS; in serial_tty_ioctl()
|
| /components/dfs/dfs_v1/filesystems/devfs/ |
| A D | devfs.c | 217 return -ENOSYS; in dfs_device_fs_open()
|
| /components/lwp/terminal/ |
| A D | bsd_porting.h | 615 #define ENOIOCTL ENOSYS
|
| /components/drivers/sdio/ |
| A D | dev_sd.c | 654 return -ENOSYS; in sd_switch_uhs_voltage()
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | sockets.c | 2728 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_ioctl() 2758 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_fcntl() 2763 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_fcntl()
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | dfs_elm.c | 534 return -ENOSYS; in dfs_elm_ioctl()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 1106 rt_set_errno(ENOSYS); in timer_getoverrun()
|