Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EMFILE
(Results
1 - 25
of
79
) sorted by relevance
1
2
3
4
/kernel/liteos_a/fs/vfs/epoll/
H
A
D
fs_epoll.c
83
set_errno(
EMFILE
);
in EpollAllocSysFd()
98
set_errno(
EMFILE
);
in EpollFreeSysFd()
206
set_errno(
EMFILE
);
in epoll_create1()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
errno-base.h
28
#define
EMFILE
24 /* Too many open files */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
errno-base.h
28
#define
EMFILE
24 /* Too many open files */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
errno-base.h
28
#define
EMFILE
24 /* Too many open files */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
31
#define
EMFILE
24
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
44
#define
EMFILE
24
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
errno-base.h
28
#define
EMFILE
24 /* Too many open files */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
44
#define
EMFILE
24
macro
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
hmdfs_share.c
88
err = -
EMFILE
;
in insert_share_item()
95
err = -
EMFILE
;
in insert_share_item()
338
int ret = -
EMFILE
;
in hmdfs_clear_first_item()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
hmdfs_share.c
88
err = -
EMFILE
;
in insert_share_item()
95
err = -
EMFILE
;
in insert_share_item()
338
int ret = -
EMFILE
;
in hmdfs_clear_first_item()
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_fcntl.c
56
return -
EMFILE
;
in FcntlDupFd()
/kernel/linux/linux-5.10/fs/
H
A
D
file.c
193
return -
EMFILE
;
230
return -
EMFILE
;
363
*errorp = -
EMFILE
;
in dup_fd()
545
error = -
EMFILE
;
in __alloc_fd()
1217
if (err == -
EMFILE
)
in ksys_dup3()
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_090.cpp
53
if (errno !=
EMFILE
) {
in Testcase()
/kernel/liteos_a/syscall/
H
A
D
ipc_syscall.c
54
set_errno(
EMFILE
); \
55
(id) = (mqd_t)(-
EMFILE
); \
H
A
D
fs_syscall.c
428
ret = -
EMFILE
;
in SysOpen()
484
ret = -
EMFILE
;
in SysCreat()
961
return -
EMFILE
;
in SysDup()
1035
return -
EMFILE
;
in SysPipe()
1040
return -
EMFILE
;
in SysPipe()
1806
ret = -
EMFILE
;
in SysOpenat()
2754
return -
EMFILE
;
in DoEpollCreate1()
H
A
D
net_syscall.c
58
set_errno(
EMFILE
); \
59
s = -
EMFILE
; \
/kernel/linux/linux-5.10/net/9p/
H
A
D
error.c
66
{"Too many open files",
EMFILE
},
/kernel/linux/linux-6.6/net/9p/
H
A
D
error.c
64
{"Too many open files",
EMFILE
},
/kernel/linux/linux-6.6/fs/
H
A
D
file.c
193
return -
EMFILE
;
230
return -
EMFILE
;
363
*errorp = -
EMFILE
;
in dup_fd()
520
error = -
EMFILE
;
in alloc_fd()
1253
if (err == -
EMFILE
)
in ksys_dup3()
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
error.rs
54
declare_err!(
EMFILE
, "Too many open files.");
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nft_objref.c
45
return -
EMFILE
;
in nft_objref_init()
H
A
D
nft_flow_offload.c
183
return -
EMFILE
;
in nft_flow_offload_init()
/kernel/linux/linux-5.10/lib/
H
A
D
errname.c
84
E(
EMFILE
),
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_objref.c
45
return -
EMFILE
;
in nft_objref_init()
/kernel/linux/linux-6.6/lib/
H
A
D
errname.c
85
E(
EMFILE
),
Completed in 14 milliseconds
1
2
3
4