Home
last modified time | relevance | path

Searched refs:EMFILE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/
H A Derrno.h27 #define EMFILE 24 /* Too many open files */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c38 ERRNO_MSG(EMFILE, "Too many open files"),
/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.c129 case EMFILE: return TARGET_EMFILE; in errno_h2g()
/openbmc/qemu/util/
H A Dmain-loop.c174 return -EMFILE; in qemu_init_main_loop()