Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h150 #ifndef ENFILE
151 #define ENFILE 23 macro
A Dyaffs_error.c39 { ENFILE, "ENFILE"},
A Dyaffs_uboot_glue.c124 case ENFILE: return "Too many open files"; in yaffs_error_str()
A Dyaffsfs.c826 yaffsfs_SetError(-ENFILE); in yaffs_open_sharing()
944 yaffsfs_SetError(-ENFILE); in yaffs_open_sharing()
2395 yaffsfs_SetError(-ENFILE); in yaffs_mkdir()
3016 yaffsfs_SetError(-ENFILE); in yaffs_symlink()
3112 yaffsfs_SetError(-ENFILE); in yaffs_link()
/u-boot/include/linux/
A Derrno.h26 #define ENFILE 23 /* File table overflow */ macro
/u-boot/test/
A Dut.c82 return -ENFILE; in ut_check_skipline()
/u-boot/drivers/pci/
A Dpci_rom.c354 return log_msg_ret("copy", -ENFILE); in vbe_setup_video_priv()
387 if (ret == -ENFILE) { in vbe_setup_video()
/u-boot/lib/
A Derrno_str.c37 ERRNO_MSG(ENFILE, "File table overflow"),
/u-boot/fs/ubifs/
A Dorphan.c71 return -ENFILE; in ubifs_add_orphan()
/u-boot/drivers/mtd/ubi/
A Dvmt.c182 err = -ENFILE; in ubi_create_volume()
A Dbuild.c930 return -ENFILE; in ubi_attach_mtd_dev()

Completed in 20 milliseconds