/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 28 #define EMFILE 24 /* Too many open files */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 28 #define EMFILE 24 /* Too many open files */ macro
|
/openbmc/linux/fs/ |
H A D | file.c | 190 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 D | errno.h | 27 #define EMFILE 24 /* Too many open files */ macro
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-func-open.rst | 55 EMFILE
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/ |
H A D | phosphor-pid-control_%.bbappend | 34 # which causes a "Too many open files" error (EMFILE) while creating fan zones.
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-open.rst | 64 ``EMFILE``
|
/openbmc/linux/net/9p/ |
H A D | error.c | 64 {"Too many open files", EMFILE},
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 38 ERRNO_MSG(EMFILE, "Too many open files"),
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | func-open.rst | 74 EMFILE
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-fopen.rst | 84 - - ``EMFILE``
|
H A D | frontend_f_open.rst | 96 - - ``EMFILE``
|
/openbmc/linux/lib/ |
H A D | errname.c | 85 E(EMFILE),
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ |
H A D | fcntl-lock.c | 223 exit((err == ENOMEM||err == EMFILE||err == ENFILE) ? EX_OSERR : in main()
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 54 declare_err!(EMFILE, "Too many open files.");
|
/openbmc/linux/net/netfilter/ |
H A D | nft_objref.c | 45 return -EMFILE; in nft_objref_init()
|
H A D | nf_conntrack_expect.c | 474 ret = -EMFILE; in __nf_ct_expect_check() 483 ret = -EMFILE; in __nf_ct_expect_check()
|
H A D | nft_flow_offload.c | 423 return -EMFILE; in nft_flow_offload_init()
|
/openbmc/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 76 EMFILE The process has reached its maximum open file limit.
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 125 case EMFILE: return TARGET_EMFILE; in errno_h2g()
|
/openbmc/linux/io_uring/ |
H A D | rsrc.c | 714 return -EMFILE; in io_sqe_files_register() 716 return -EMFILE; in io_sqe_files_register()
|
/openbmc/qemu/util/ |
H A D | main-loop.c | 170 return -EMFILE; in qemu_init_main_loop()
|
/openbmc/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 463 EFAULT, EBUSY, EEXIST, ENODEV, ENOTDIR, EISDIR, EINVAL, EMFILE,
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify_user.c | 687 return ERR_PTR(-EMFILE); in inotify_new_group()
|
/openbmc/linux/fs/smb/server/ |
H A D | vfs_cache.c | 560 return -EMFILE; in __open_id()
|