/AliOS-Things-master/hardware/board/c906/adapter/ |
A D | csi_rhino.c | 39 return -EPERM; in csi_kernel_init() 50 return -EPERM; in csi_kernel_start() 129 return -EPERM; in csi_kernel_task_new() 151 return -EPERM; in csi_kernel_task_del() 214 return -EPERM; in csi_kernel_task_set_prio() 258 return -EPERM; in csi_kernel_task_suspend() 711 return -EPERM; in csi_kernel_event_del() 850 return -EPERM; in csi_kernel_mutex_del() 945 return -EPERM; in csi_kernel_sem_del() 1071 return -EPERM; in csi_kernel_mpool_free() [all …]
|
/AliOS-Things-master/components/fatfs/src/ |
A D | fatfs_vfs.c | 132 int32_t ret = -EPERM; in fatfs_vfs_open() 162 int32_t ret = -EPERM; in fatfs_vfs_close() 180 int32_t ret = -EPERM; in fatfs_vfs_read() 196 int32_t ret = -EPERM; in fatfs_vfs_write() 241 int32_t ret = -EPERM; in fatfs_vfs_lseek() 270 int32_t ret = -EPERM; in fatfs_vfs_sync() 460 int32_t ret = -EPERM; in fatfs_vfs_closedir() 477 int32_t ret = -EPERM; in fatfs_vfs_mkdir() 493 int32_t ret = -EPERM; in fatfs_vfs_rmdir()
|
/AliOS-Things-master/components/minilibc/libc/ |
A D | clock_gettime.c | 60 return EPERM; in clock_timer_init() 162 return EPERM; in clock_gettime()
|
/AliOS-Things-master/components/cli/src/ |
A D | cli_aos.c | 19 return -EPERM; in _cli_to_aos_res()
|
/AliOS-Things-master/components/osal_aos/rhino/include/ |
A D | rhino_p.h | 80 return -EPERM; in rhino2stderrno()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | errno.h | 48 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | errno.h | 49 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_utility.c | 99 rc = -EPERM; in ulog_man()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | usb_errno.h | 4 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/minilibc/include/ |
A D | errno-.h | 17 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/ |
A D | errno_bak.h | 8 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/ |
A D | errno.h | 8 #define EPERM 1 /* Operation not permitted */ macro
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | moduerrno.c | 39 X(EPERM) \
|
A D | mperrno.h | 96 #define MP_EPERM EPERM
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_errno.h | 18 #define EPERM 1 /* Operation not permitted */
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/ |
A D | bt_errno.h | 26 #define EPERM 1 /**< Operation not permitted */ macro
|
/AliOS-Things-master/components/osal_aos/include/aos/ |
A D | errno.h | 25 #define EPERM 1 /**< Operation not permitted */
|
/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_queue.c | 152 return ret == RHINO_SUCCESS ? info.cur_num : -EPERM; in aos_queue_get_count()
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | pyboardextended.py | 2 from errno import EPERM 377 raise OSError(EPERM, "") # File is outside mounted dir
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | conn.c | 731 return -EPERM; in bt_conn_auth_pincode_entry() 736 return -EPERM; in bt_conn_auth_pincode_entry() 2670 return -EPERM; in bt_conn_auth_passkey_entry() 2697 return -EPERM; in bt_conn_auth_passkey_confirm() 2721 return -EPERM; in bt_conn_auth_cancel()
|
/AliOS-Things-master/components/drivers/core/fbdev/src/ |
A D | fb.c | 116 return -EPERM; in fb_read()
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | control.c | 390 return -EPERM; in audio_ctl_tlv_ioctl()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | moduos.c | 662 mp_raise_OSError(EPERM); in mod_os_listdir()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | moduos.c | 646 mp_raise_OSError(EPERM); in mod_os_listdir()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | moduos.c | 646 mp_raise_OSError(EPERM); in mod_os_listdir()
|