Searched refs:EISDIR (Results 1 - 8 of 8) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_error.c38 { EISDIR , "EISDIR"},
H A Dyportenv.h210 #ifndef EISDIR
211 #define EISDIR 21 macro
H A Dyaffs_uboot_glue.c140 case EISDIR: return "Not permitted on a directory";
H A Dyaffsfs.c849 yaffsfs_SetError(-EISDIR);
1337 yaffsfs_SetError(-EISDIR);
1457 yaffsfs_SetError(-EISDIR);
/u-boot/include/xen/interface/io/
H A Dxs_wire.h64 XSD_ERROR(EISDIR),
/u-boot/include/linux/
H A Derrno.h24 #define EISDIR 21 /* Is a directory */ macro
/u-boot/lib/
H A Derrno_str.c35 ERRNO_MSG(EISDIR, "Is a directory"),
/u-boot/fs/fat/
H A Dfat_write.c1405 ret = -EISDIR;

Completed in 83 milliseconds