/AliOS-Things-master/components/posix/src/ |
A D | semaphore.c | 48 errno = ENOSYS; in sem_open() 154 errno = ENOSYS; in sem_getvalue() 166 errno = ENOSYS; in sem_close() 188 errno = ENOSYS; in sem_unlink()
|
A D | pthread.c | 22 return ENOSYS; in pthread_atfork() 318 return ENOSYS; in pthread_cancel() 328 return ENOSYS; in pthread_setcancelstate() 333 return ENOSYS; in pthread_setcanceltype() 338 return ENOSYS; in pthread_kill() 533 return ENOSYS; in pthread_setconcurrency()
|
A D | pthread_attr.c | 205 return ENOSYS; in pthread_attr_setguardsize() 211 return ENOSYS; in pthread_attr_getguardsize()
|
A D | timer.c | 320 errno = ENOSYS; in timer_getoverrun()
|
/AliOS-Things-master/components/libc_stub/ |
A D | newlib_stub.c | 43 ptr->_errno = ENOSYS; in _execve_r() 69 ptr->_errno = ENOSYS; in _fork_r() 75 ptr->_errno = ENOSYS; in _getpid_r() 91 ptr->_errno = ENOSYS; in _kill_r() 244 ptr->_errno = ENOSYS; in _sbrk_r() 292 ptr->_errno = ENOSYS; in _times_r() 312 ptr->_errno = ENOSYS; in _wait_r()
|
/AliOS-Things-master/components/kv/src/ |
A D | kv_aos.c | 27 return -ENOSYS; in _kv_to_aos_res()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | errno.h | 85 #define ENOSYS 88 /* Function not implemented */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | errno.h | 86 #define ENOSYS 38 /* Function not implemented */ macro
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb_errno.h | 42 #define ENOSYS 38 /* Function not implemented */ macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | errno-.h | 62 #define ENOSYS 38 /* Invalid system call number */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | errno_bak.h | 45 #define ENOSYS 38 /* Function not implemented */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | errno.h | 45 #define ENOSYS 38 /* Function not implemented */ macro
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_errno.h | 74 #define ENOSYS 38 /* Function not implemented */
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/ |
A D | bt_errno.h | 82 #define ENOSYS 38 /**< Function not implemented */ macro
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | errno.h | 81 #define ENOSYS 38 /**< Function not implemented */
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy_poll.c | 134 else if( errno != ENOSYS ) in mbedtls_platform_entropy_poll()
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 27 return -ENOSYS; in _vfs_to_aos_res()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 3251 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_ioctl() 3281 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_fcntl() 3286 sock_set_errno(sock, ENOSYS); /* not yet implemented */ in lwip_fcntl()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltconfig | 2316 to always fail with ENOSYS. Some functions are actually named 2403 to always fail with ENOSYS. Some functions are actually named
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltconfig | 2316 to always fail with ENOSYS. Some functions are actually named 2403 to always fail with ENOSYS. Some functions are actually named
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 430 @item ENOSYS
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1566 DEF(ENOSYS),
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 1394 DEF(ENOSYS),
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure | 1848 to always fail with ENOSYS. Some functions are actually named
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure | 1871 to always fail with ENOSYS. Some functions are actually named
|