Home
last modified time | relevance | path

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

123

/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()
/openbmc/linux/io_uring/
H A Dfiletable.c23 return -ENFILE; in io_file_bitmap_get()
36 return -ENFILE; in io_file_bitmap_get()
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h27 #define ENFILE 23 /* File table overflow */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h27 #define ENFILE 23 /* File table overflow */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h26 #define ENFILE 23 /* File table overflow */ macro
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst58 ENFILE
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst67 ``ENFILE``
/openbmc/linux/net/9p/
H A Derror.c63 {"Too many open files in system", ENFILE},
/openbmc/linux/tools/crypto/ccp/
H A Ddbc_cli.py16 errno.ENFILE: "Overflow",
/openbmc/linux/drivers/media/dvb-core/
H A Ddvbdev.c199 return -ENFILE; in dvbdev_get_free_id()
467 return -ENFILE; in dvb_register_device()
884 return -ENFILE; in dvbdev_get_free_adapter_num()
910 return -ENFILE; in dvb_register_adapter()
/openbmc/u-boot/lib/
H A Derrno_str.c37 ERRNO_MSG(ENFILE, "File table overflow"),
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst77 ENFILE
/openbmc/linux/drivers/crypto/ccp/
H A Ddbc.c35 {DBC_ERROR_OVERFLOW, -ENFILE},
/openbmc/linux/lib/
H A Derrname.c94 E(ENFILE),
/openbmc/linux/rust/kernel/
H A Derror.rs53 declare_err!(ENFILE, "File table overflow.");
/openbmc/linux/mm/
H A Dsecretmem.c247 return -ENFILE; in SYSCALL_DEFINE1()
/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/linux/drivers/crypto/cavium/cpt/
H A Dcptpf_main.c179 return -ENFILE; in do_cpt_init()
208 return -ENFILE; in do_cpt_init()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst99 - - ``ENFILE``
/openbmc/linux/drivers/media/mc/
H A Dmc-devnode.c225 return -ENFILE; in media_devnode_register()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c982 return -ENFILE; in __video_register_device()
996 return -ENFILE; in __video_register_device()
1006 return -ENFILE; in __video_register_device()
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst81 ENFILE The system has reached the global open file limit.
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c124 case ENFILE: return TARGET_ENFILE; in errno_h2g()

123