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
defs:procFd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_cloexec.c
62
void SetCloexecFlag(int
procFd
)
in SetCloexecFlag()
argument
75
bool CheckCloexecFlag(int
procFd
)
in CheckCloexecFlag()
argument
89
void ClearCloexecFlag(int
procFd
)
in ClearCloexecFlag()
argument
H
A
D
vfs_procfd.c
94
static bool IsValidProcessFd(struct fd_table_s *fdt, int
procFd
)
in IsValidProcessFd()
argument
105
void AssociateSystemFd(int
procFd
, int sysFd)
in AssociateSystemFd()
argument
122
int CheckProcessFd(int
procFd
)
in CheckProcessFd()
argument
133
int GetAssociatedSystemFd(int
procFd
)
in GetAssociatedSystemFd()
argument
157
AllocSpecifiedProcessFd(int
procFd
)
AllocSpecifiedProcessFd()
argument
186
FreeProcessFd(int
procFd
)
FreeProcessFd()
argument
201
DisassociateProcessFd(int
procFd
)
DisassociateProcessFd()
argument
243
int
procFd
= AssignProcessFd(fdt, minFd);
AllocLowestProcessFd()
local
271
int
procFd
= AssignProcessFd(fdt, minFd);
AllocAndAssocProcessFd()
local
285
AllocAndAssocSystemFd(int
procFd
, int minFd)
AllocAndAssocSystemFd()
argument
426
CloseProcFd(int
procFd
, unsigned int targetPid)
CloseProcFd()
argument
[all...]
/base/startup/appspawn/standard/
H
A
D
appspawn_kickdog.c
27
int
procFd
= open(procName, O_RDWR | O_CLOEXEC);
in OpenAndWriteToProc()
local
/kernel/liteos_a/kernel/extended/dynload/src/
H
A
D
los_load_elf.c
55
INT32
procFd
;
in OsELFOpen()
local
76
STATIC INT32 OsELFClose(INT32
procFd
)
in OsELFClose()
argument
[all...]
/kernel/liteos_a/syscall/
H
A
D
fs_syscall.c
415
int
procFd
= -1;
in SysOpen()
local
482
int
procFd
= AllocProcessFd();
in SysCreat()
local
1784
int
procFd
;
SysOpenat()
local
2743
int
procFd
;
DoEpollCreate1()
local
[all...]
Completed in 5 milliseconds