Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h28 #define EMFILE 24 /* Too many open files */ macro
/openbmc/linux/fs/
H A Dfile.c190 return -EMFILE; in expand_fdtable()
227 return -EMFILE; in expand_files()
346 error = -EMFILE; in dup_fd()
502 error = -EMFILE; in alloc_fd()
1224 if (err == -EMFILE) in ksys_dup3()
/openbmc/u-boot/include/linux/
H A Derrno.h27 #define EMFILE 24 /* Too many open files */ macro
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-func-open.rst55 EMFILE
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend34 # which causes a "Too many open files" error (EMFILE) while creating fan zones.
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-func-open.rst64 ``EMFILE``
/openbmc/linux/net/9p/
H A Derror.c64 {"Too many open files", EMFILE},
/openbmc/u-boot/lib/
H A Derrno_str.c38 ERRNO_MSG(EMFILE, "Too many open files"),
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-open.rst74 EMFILE
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-fopen.rst84 - - ``EMFILE``
H A Dfrontend_f_open.rst96 - - ``EMFILE``
/openbmc/linux/lib/
H A Derrname.c85 E(EMFILE),
/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/rust/kernel/
H A Derror.rs54 declare_err!(EMFILE, "Too many open files.");
/openbmc/linux/net/netfilter/
H A Dnft_objref.c45 return -EMFILE; in nft_objref_init()
H A Dnf_conntrack_expect.c474 ret = -EMFILE; in __nf_ct_expect_check()
483 ret = -EMFILE; in __nf_ct_expect_check()
H A Dnft_flow_offload.c423 return -EMFILE; in nft_flow_offload_init()
/openbmc/linux/Documentation/filesystems/spufs/
H A Dspu_create.rst76 EMFILE The process has reached its maximum open file limit.
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c125 case EMFILE: return TARGET_EMFILE; in errno_h2g()
/openbmc/linux/io_uring/
H A Drsrc.c714 return -EMFILE; in io_sqe_files_register()
716 return -EMFILE; in io_sqe_files_register()
/openbmc/qemu/util/
H A Dmain-loop.c170 return -EMFILE; in qemu_init_main_loop()
/openbmc/linux/fs/orangefs/
H A Dorangefs-utils.c463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c687 return ERR_PTR(-EMFILE); in inotify_new_group()
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c560 return -EMFILE; in __open_id()

12