Home
last modified time | relevance | path

Searched refs:FR_DISK_ERR (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1026 res = FR_DISK_ERR; in sync_window()
1049 res = FR_DISK_ERR; in move_window()
1456 if (nxt == 0xFFFFFFFF) return FR_DISK_ERR; in remove_chain()
1510 if (res == FR_DISK_ERR) return 0xFFFFFFFF; in create_chain()
1642 return (n == fs->csize) ? FR_OK : FR_DISK_ERR; in dir_clear()
3577 if (clst == 0xFFFFFFFF) res = FR_DISK_ERR;
3801 ABORT(fs, FR_DISK_ERR);
4597 if (ncl == 0xFFFFFFFF) res = FR_DISK_ERR;
4608 res = FR_DISK_ERR;
5248 if (scl == 0xFFFFFFFF) res = FR_DISK_ERR;
[all …]
A Dff.h256 FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ enumerator
/AliOS-Things-master/components/fatfs/src/
A Dff.c882 res = FR_DISK_ERR; in sync_window()
906 res = FR_DISK_ERR; in move_window()
1321 if (nxt == 0xFFFFFFFF) return FR_DISK_ERR; in remove_chain()
1375 if (res == FR_DISK_ERR) return 0xFFFFFFFF; in create_chain()
1509 return (n == fs->csize) ? FR_OK : FR_DISK_ERR; in dir_clear()
3524 if (clst == 0xFFFFFFFF) res = FR_DISK_ERR;
3748 ABORT(fs, FR_DISK_ERR);
4536 if (ncl == 0xFFFFFFFF) res = FR_DISK_ERR;
4547 res = FR_DISK_ERR;
4689 if (dcl == 0xFFFFFFFF) res = FR_DISK_ERR;
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h179 FR_DISK_ERR, /* (1) A hard error occurred in the low level disk I/O layer */ enumerator
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat_file.c41 [FR_DISK_ERR] = MP_EIO,
/AliOS-Things-master/components/fatfs/include/
A Dff.h217FR_DISK_ERR = -EIO, /* (1) A hard error occurred in the low level disk I/O lay… enumerator

Completed in 28 milliseconds