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:virt_type
(Results
1 - 17
of
17
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_virt.c
67
static int is_ibmz(int
virt_type
)
in is_ibmz()
argument
88
switch (
virt_type
) {
in is_ibmz()
105
char *
virt_type
= getenv("LTP_VIRT_OVERRIDE");
in try_systemd_detect_virt()
local
107
if (
virt_type
) {
in try_systemd_detect_virt()
108
if (!strcmp("",
virt_type
))
in try_systemd_detect_virt()
114
virt_type
= virt_buf;
in try_systemd_detect_virt()
125
if (!fgets(
virt_type
, sizeof(
virt_type
), f))
in try_systemd_detect_virt()
126
virt_type
[0] = '\0';
in try_systemd_detect_virt()
143
if (!strncmp("kvm",
virt_type
,
in try_systemd_detect_virt()
158
tst_is_virt(int
virt_type
)
tst_is_virt()
argument
[all...]
/third_party/ltp/testcases/network/virt/
H
A
D
virt_lib.sh
45
case "$
virt_type
" in
59
tst_brk TCONF "iproute2 or kernel doesn't support $
virt_type
"
107
case $
virt_type
in
111
[ "$
virt_type
" = "vxlan" ] && opt="$opt dev $(tst_iface)"
125
case $
virt_type
in
127
ip link add $vname type $
virt_type
$opt
130
ip -f inet$TST_IPV6 tu add $vname mode $
virt_type
$opt
133
ip link add name $vname type $(_get_gue_fou_tnl $
virt_type
) $opt
136
ip link add link $(tst_iface) $vname type $
virt_type
$opt
144
case $
virt_type
i
[all...]
H
A
D
fou01.sh
12
virt_type
="fou"
19
t)
virt_type
="$2";;
37
local encap_cmd="encap $
virt_type
encap-sport auto encap-dport"
42
case $
virt_type
in
H
A
D
sit01.sh
9
virt_type
="sit"
17
tst_res TINFO "test $
virt_type
"
H
A
D
vlan02.sh
10
virt_type
="vlan"
H
A
D
vxlan02.sh
15
virt_type
="vxlan"
H
A
D
geneve01.sh
15
virt_type
="geneve"
H
A
D
geneve02.sh
15
virt_type
="geneve"
H
A
D
vxlan03.sh
19
virt_type
="vxlan"
H
A
D
vxlan04.sh
15
virt_type
="vxlan"
H
A
D
vlan03.sh
21
virt_type
="vlan"
H
A
D
macsec_lib.sh
7
virt_type
="macsec"
H
A
D
wireguard_lib.sh
14
virt_type
="wireguard"
/third_party/ltp/testcases/network/mpls/
H
A
D
mpls03.sh
11
virt_type
="gre"
15
virt_type
="ip6gre"
H
A
D
mpls04.sh
11
virt_type
="sit"
H
A
D
mpls_lib.sh
74
tst_res TINFO "test $
virt_type
with MPLS"
/third_party/ltp/include/
H
A
D
tst_cpu.h
22
int tst_is_virt(int
virt_type
);
Completed in 3 milliseconds