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

/u-boot/fs/yaffs2/
H A Dyaffs_error.c39 { ENFILE, "ENFILE"},
H A Dyportenv.h150 #ifndef ENFILE
151 #define ENFILE 23 macro
H A Dyaffs_uboot_glue.c126 case ENFILE: return "Too many open files";
H A Dyaffsfs.c826 yaffsfs_SetError(-ENFILE);
944 yaffsfs_SetError(-ENFILE);
2395 yaffsfs_SetError(-ENFILE);
3016 yaffsfs_SetError(-ENFILE);
3112 yaffsfs_SetError(-ENFILE);
/u-boot/include/linux/
H A Derrno.h26 #define ENFILE 23 /* File table overflow */ macro
/u-boot/lib/
H A Derrno_str.c37 ERRNO_MSG(ENFILE, "File table overflow"),
/u-boot/test/
H A Dut.c116 return -ENFILE;
/u-boot/drivers/pci/
H A Dpci_rom.c410 if (ret == -ENFILE) {
/u-boot/drivers/mtd/ubi/
H A Dvmt.c182 err = -ENFILE;
H A Dbuild.c925 return -ENFILE;
/u-boot/fs/ubifs/
H A Dorphan.c71 return -ENFILE;

Completed in 196 milliseconds