Home
last modified time | relevance | path

Searched refs:MP_EIO (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c41 [FR_DISK_ERR] = MP_EIO,
42 [FR_INT_ERR] = MP_EIO,
54 [FR_MKFS_ABORTED] = MP_EIO,
55 [FR_TIMEOUT] = MP_EIO,
56 [FR_LOCKED] = MP_EIO,
A Dmodlwip.c214 MP_EIO, /* ERR_ARG -12 Illegal argument. */
237 MP_EIO, /* ERR_ARG -14 Illegal argument. */
262 MP_EIO, /* ERR_ARG -16 Illegal argument. */
A Dvfs.c531 mp_int_t ret = -MP_EIO; in mp_vfs_mount_and_chdir_protected()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmperrno.h44 #define MP_EIO (5) // I/O error macro
100 #define MP_EIO EIO macro
/AliOS-Things-master/components/py_engine/modules/video/
A Dvideocommon.h35 mp_raise_OSError(MP_EIO); \
/AliOS-Things-master/components/py_engine/engine/drivers/memory/
A Dspiflash.c374 return -MP_EIO; in mp_spiflash_cached_write_part()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c731 *errcode = MP_EIO; in socket_stream_ioctl()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c764 *errcode = MP_EIO; in socket_stream_ioctl()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c699 *errcode = MP_EIO; in socket_stream_ioctl()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/
A Dmodbluetooth_nimble.c78 …[BLE_HS_EDONE] = MP_EIO, // TODO: Maybe should be MP_EISCONN (connect uses this for …

Completed in 21 milliseconds