Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h209 #ifndef EISDIR
210 #define EISDIR 21 macro
H A Dyaffs_error.c38 { EISDIR , "EISDIR"},
H A Dyaffs_uboot_glue.c137 case EISDIR: return "Not permitted on a directory"; in yaffs_error_str()
H A Dyaffsfs.c848 yaffsfs_SetError(-EISDIR); in yaffs_open_sharing()
1336 yaffsfs_SetError(-EISDIR); in yaffs_truncate()
1456 yaffsfs_SetError(-EISDIR); in yaffsfs_DoUnlink()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h24 #define EISDIR 21 /* Is a directory */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c35 ERRNO_MSG(EISDIR, "Is a directory"),