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:sysFd
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_cloexec.c
44
int
sysFd
;
in CloseOnExec()
local
H
A
D
vfs_procfd.c
105
void AssociateSystemFd(int procFd, int
sysFd
)
in AssociateSystemFd()
argument
146
int
sysFd
= fdt->ft_fds[procFd].
sysFd
;
in GetAssociatedSystemFd()
local
214
int
sysFd
= fdt->ft_fds[procFd].
sysFd
;
DisassociateProcessFd()
local
256
AllocAndAssocProcessFd(int
sysFd
, int minFd)
AllocAndAssocProcessFd()
argument
293
int
sysFd
= alloc_fd(minFd);
AllocAndAssocSystemFd()
local
305
FdRefer(int
sysFd
)
FdRefer()
argument
322
FdClose(int
sysFd
, unsigned int targetPid)
FdClose()
argument
[all...]
/kernel/liteos_a/fs/include/fs/
H
A
D
fd_table.h
42
intptr_t
sysFd
; /* system fd associate with the tg_filelist index */
member
/kernel/liteos_a/fs/proc/os_adapt/
H
A
D
fd_proc.c
50
int
sysFd
;
in FillFdInfo()
local
[all...]
/kernel/liteos_a/compat/posix/src/
H
A
D
mqueue.c
314
INT32
sysFd
= (INT32)personal;
in MqGetPrivDataBuff()
local
352
INT32
sysFd
= (INT32)personal;
in MqFreeSysFd()
local
361
MqueueRefer(int
sysFd
)
MqueueRefer()
argument
515
int
sysFd
;
mq_open()
local
[all...]
/kernel/liteos_a/fs/vfs/
H
A
D
vnode.c
722
INT32
sysFd
;
in VnodeFind()
local
/kernel/liteos_a/syscall/
H
A
D
fs_syscall.c
651
int
sysFd
;
in SysFchdir()
local
2412
int
sysFd
;
in SysFchmod()
local
2473
int
sysFd
;
in SysFchown()
local
[all...]
Completed in 7 milliseconds