Home
last modified time | relevance | path

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

/openbmc/u-boot/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()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h66 XSD_ERROR(EISDIR),
/openbmc/u-boot/include/linux/
H A Derrno.h24 #define EISDIR 21 /* Is a directory */ macro
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py146 if e.errno == errno.EISDIR:
159 if e.errno == errno.EISDIR:
/openbmc/u-boot/lib/
H A Derrno_str.c35 ERRNO_MSG(EISDIR, "Is a directory"),
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c216 if (fd < 0 && errno == EISDIR) in main()
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c124 case EISDIR: return TARGET_EISDIR; in errno_h2g()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py160 if recurse and exc.errno == errno.EISDIR:
/openbmc/u-boot/fs/fat/
H A Dfat_write.c1102 ret = -EISDIR; in file_fat_write_at()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c370 if (fd == -1 && errno == EISDIR) { in fchmodat_nofollow()
H A D9p.c3372 err = -EISDIR; in v9fs_rename()
3511 err = -EISDIR; in v9fs_renameat()
/openbmc/qemu/system/
H A Dphysmem.c1373 return -EISDIR; in file_ram_open()
1390 } else if (errno == EISDIR) { in file_ram_open()