OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:virt_type
(Results
1 - 17
of
17
) sorted by null
/external/ltp/lib/
tst_virt.c
70
char
virt_type
[64];
local
82
if (!fgets(
virt_type
, sizeof(
virt_type
), f))
83
virt_type
[0] = '\0';
96
if (strncmp("kvm",
virt_type
, 3))
99
if (strncmp("xen",
virt_type
, 3))
105
int tst_is_virt(int
virt_type
)
110
return ret ==
virt_type
;
112
switch (
virt_type
) {
119
tst_brkm(TBROK, NULL, "invalid
virt_type
flag: %d", virt_type)
[
all
...]
/external/ltp/testcases/network/virt/
gre01.sh
29
virt_type
="gre"
30
[ "$TST_IPV6" ] &&
virt_type
="ip6gre"
40
tst_resm TINFO "test $
virt_type
"
virt_lib.sh
97
case $
virt_type
in
111
case $
virt_type
in
113
ip li add $vname type $
virt_type
$opt dev $(tst_iface)
116
ip -f inet$TST_IPV6 tu add $vname mode $
virt_type
$opt
119
ip li add link $(tst_iface) $vname type $
virt_type
$opt
127
case $
virt_type
in
131
tst_rhost_run -s -c "ip li add ltp_v0 type $
virt_type
$@ $opt"
135
mode $
virt_type
$@"
139
type $
virt_type
$@"
149
tst_resm TINFO "add $NS_TIMES $
virt_type
, then delete
[
all
...]
ipvlan01.sh
25
virt_type
="ipvlan"
macsec01.sh
25
virt_type
="macsec"
macsec02.sh
25
virt_type
="macsec"
macvlan01.sh
25
virt_type
="macvlan"
macvtap01.sh
25
virt_type
="macvtap"
vlan01.sh
25
virt_type
="vlan"
vlan02.sh
26
virt_type
="vlan"
vxlan01.sh
25
virt_type
="vxlan"
vxlan02.sh
26
virt_type
="vxlan"
geneve01.sh
23
virt_type
="geneve"
vlan03.sh
30
virt_type
="vlan"
vxlan03.sh
30
virt_type
="vxlan"
/external/ltp/include/
tst_cpu.h
28
int tst_is_virt(int
virt_type
);
/packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java
62
global_enabled, virt_enabled, virt_strength_supported, virt_strength,
virt_type
, bb_enabled,
enum constant in enum:ControlPanelEffect.Key
[
all
...]
Completed in 410 milliseconds