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:sfd
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
83
hi_s32
sfd
;
member
91
hi_s32
sfd
;
member
740
closesocket(g_ip_link_ctl[link_id].
sfd
);
in ip_link_release()
741
g_ip_link_ctl[link_id].
sfd
= -1;
in ip_link_release()
777
closesocket(g_listen_fd.
sfd
);
in ip_monitor_link_close()
778
g_listen_fd.
sfd
= -1;
in ip_monitor_link_close()
781
closesocket(g_listen_fd.
sfd
);
in ip_monitor_link_close()
782
g_listen_fd.
sfd
= -1;
in ip_monitor_link_close()
796
FD_SET(g_ip_link_ctl[i].
sfd
, read_set);
in ip_set_monitor_socket()
797
if (g_ip_link_ctl[i].
sfd
> sfd_max_inte
in ip_set_monitor_socket()
1007
ip_set_tcp_link_info(hi_u8 link_id, hi_s32
sfd
)
ip_set_tcp_link_info()
argument
1035
hi_s32
sfd
= socket(AF_INET, SOCK_STREAM, 0);
ip_start_tcp_client()
local
1089
ip_set_udp_link_info(hi_u8 link_id, hi_s32
sfd
)
ip_set_udp_link_info()
argument
1117
hi_s32
sfd
= socket(AF_INET, SOCK_DGRAM, 0);
ip_start_udp()
local
[all...]
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
shm.c
274
struct shm_file_data *
sfd
= shm_file_data(file);
in __shm_open()
local
277
shp = shm_lock(
sfd
->ns,
sfd
->id);
in __shm_open()
282
if (shp->shm_file !=
sfd
->file) {
in __shm_open()
361
struct shm_file_data *
sfd
= shm_file_data(file);
in shm_close()
local
363
struct ipc_namespace *ns =
sfd
->ns;
in shm_close()
367
shp = shm_lock(ns,
sfd
->id);
in shm_close()
520
struct shm_file_data *
sfd
= shm_file_data(file);
in shm_fault()
local
522
return
sfd
->vm_ops->fault(vmf);
in shm_fault()
528
struct shm_file_data *
sfd
in shm_split()
local
540
struct shm_file_data *
sfd
= shm_file_data(file);
shm_pagesize()
local
553
struct shm_file_data *
sfd
= shm_file_data(file);
shm_set_policy()
local
565
struct shm_file_data *
sfd
= shm_file_data(file);
shm_get_policy()
local
580
struct shm_file_data *
sfd
= shm_file_data(file);
shm_mmap()
local
608
struct shm_file_data *
sfd
= shm_file_data(file);
shm_release()
local
619
struct shm_file_data *
sfd
= shm_file_data(file);
shm_fsync()
local
629
struct shm_file_data *
sfd
= shm_file_data(file);
shm_fallocate()
local
640
struct shm_file_data *
sfd
= shm_file_data(file);
shm_get_unmapped_area()
local
1541
struct shm_file_data *
sfd
;
do_shmat()
local
[all...]
Completed in 4 milliseconds