Home
last modified time | relevance | path

Searched refs:ENFILE (Results 1 – 10 of 10) 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/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()