Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/hardware/board/c906/adapter/
A Dcsi_rhino.c39 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 Dfatfs_vfs.c132 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 Dclock_gettime.c60 return EPERM; in clock_timer_init()
162 return EPERM; in clock_gettime()
/AliOS-Things-master/components/cli/src/
A Dcli_aos.c19 return -EPERM; in _cli_to_aos_res()
/AliOS-Things-master/components/osal_aos/rhino/include/
A Drhino_p.h80 return -EPERM; in rhino2stderrno()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Derrno.h48 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Derrno.h49 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/ulog/src/
A Dulog_utility.c99 rc = -EPERM; in ulog_man()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Dusb_errno.h4 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/minilibc/include/
A Derrno-.h17 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/libc_stub/compilers/armlibc/sys/
A Derrno_bak.h8 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/libc_stub/compilers/iar/sys/
A Derrno.h8 #define EPERM 1 /* Operation not permitted */ macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmoduerrno.c39 X(EPERM) \
A Dmperrno.h96 #define MP_EPERM EPERM
/AliOS-Things-master/components/amp/main/
A Damp_errno.h18 #define EPERM 1 /* Operation not permitted */
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/
A Dbt_errno.h26 #define EPERM 1 /**< Operation not permitted */ macro
/AliOS-Things-master/components/osal_aos/include/aos/
A Derrno.h25 #define EPERM 1 /**< Operation not permitted */
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_queue.c152 return ret == RHINO_SUCCESS ? info.cur_num : -EPERM; in aos_queue_get_count()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dpyboardextended.py2 from errno import EPERM
377 raise OSError(EPERM, "") # File is outside mounted dir
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dconn.c731 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 Dfb.c116 return -EPERM; in fb_read()
/AliOS-Things-master/components/a2sa/src/driver/core/
A Dcontrol.c390 return -EPERM; in audio_ctl_tlv_ioctl()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmoduos.c662 mp_raise_OSError(EPERM); in mod_os_listdir()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmoduos.c646 mp_raise_OSError(EPERM); in mod_os_listdir()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmoduos.c646 mp_raise_OSError(EPERM); in mod_os_listdir()

Completed in 34 milliseconds

12