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:ns_type
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/setns/
H
A
D
setns01.c
26
int
ns_type
;
member
36
t->
ns_type
= ns_types[i];
in setup0()
41
t->
ns_type
= ns_types[i];
in setup1()
58
t->
ns_type
= ns_types[(i+1) % ns_total];
in setup3()
66
t->
ns_type
= ns_types[i];
in setup4()
89
.msg = "invalid
ns_type
",
90
.
ns_type
= -1,
96
.msg = "mismatch
ns_type
/fd",
124
tst_res(TINFO, "setns(%d, 0x%x)", t->fd, t->
ns_type
);
in test_setns()
125
ret = tst_syscall(__NR_setns, t->fd, t->
ns_type
);
in test_setns()
[all...]
/third_party/cares/include/
H
A
D
ares_nameser.h
146
}
ns_type
;
typedef
/third_party/node/deps/cares/include/
H
A
D
ares_nameser.h
172
}
ns_type
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H
A
D
nameser.h
69
#define ns_rr_type(rr) ((
ns_type
)((rr).type + 0))
200
}
ns_type
;
typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H
A
D
nameser.h
69
#define ns_rr_type(rr) ((
ns_type
)((rr).type + 0))
200
}
ns_type
;
typedef
/third_party/musl/porting/uniproton/kernel/include/arpa/
H
A
D
nameser.h
69
#define ns_rr_type(rr) ((
ns_type
)((rr).type + 0))
200
}
ns_type
;
typedef
/third_party/musl/include/arpa/
H
A
D
nameser.h
69
#define ns_rr_type(rr) ((
ns_type
)((rr).type + 0))
235
}
ns_type
;
typedef
/third_party/NuttX/fs/nfs/
H
A
D
nfs_adapter.c
128
uint8_t
ns_type
; /* File type */
member
Completed in 11 milliseconds