Home
last modified time | relevance | path

Searched refs:ENFILE (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h149 #ifndef ENFILE
150 #define ENFILE 23 macro
H A Dyaffs_error.c39 { ENFILE, "ENFILE"},
H A Dyaffs_uboot_glue.c123 case ENFILE: return "Too many open files"; in yaffs_error_str()
H A Dyaffsfs.c825 yaffsfs_SetError(-ENFILE); in yaffs_open_sharing()
943 yaffsfs_SetError(-ENFILE); in yaffs_open_sharing()
2394 yaffsfs_SetError(-ENFILE); in yaffs_mkdir()
3015 yaffsfs_SetError(-ENFILE); in yaffs_symlink()
3111 yaffsfs_SetError(-ENFILE); in yaffs_link()
/openbmc/u-boot/include/linux/
H A Derrno.h26 #define ENFILE 23 /* File table overflow */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c37 ERRNO_MSG(ENFILE, "File table overflow"),
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c223 exit((err == ENOMEM||err == EMFILE||err == ENFILE) ? EX_OSERR : in main()
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c128 case ENFILE: return TARGET_ENFILE; in errno_h2g()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dvmt.c177 err = -ENFILE; in ubi_create_volume()
H A Dbuild.c928 return -ENFILE; in ubi_attach_mtd_dev()
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c69 return -ENFILE; in ubifs_add_orphan()
/openbmc/qemu/hw/9pfs/
H A D9p.c890 return -ENFILE; in qid_path_fullmap()
966 return -ENFILE; in qid_path_suffixmap()
990 if (err == -ENFILE) { in stat_to_qid()