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:modprobe
(Results
1 - 25
of
25
) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/rcu/
H
A
D
rcu_torture.sh
17
TST_NEEDS_CMDS="
modprobe
dmesg sed tail"
47
modprobe
-q rcutorture || module=
48
modprobe
-qr rcutorture || module=
60
modprobe
rcutorture nfakewriters=$num_writers \
71
modprobe
-r rcutorture >/dev/null || \
/third_party/ltp/testcases/kernel/power_management/
H
A
D
runpwtests03.sh
118
for module in `
modprobe
-l | grep cpufreq_ | \
123
modprobe
$module >/dev/null
131
for module in `
modprobe
-l | grep cpufreq_ | \
136
modprobe
-r $module >/dev/null
/third_party/ltp/testcases/kernel/device-drivers/zram/
H
A
D
zram03.c
33
static int
modprobe
, dev_num, hot_add_flag;
variable
172
const char *const cmd_modprobe[] = {"
modprobe
", "zram", NULL};
in setup()
193
modprobe
= 1;
in setup()
199
if (
modprobe
) {
in setup()
211
modprobe
= 0;
in setup()
231
if (
modprobe
)
in cleanup()
246
"
modprobe
",
H
A
D
zram_lib.sh
81
modprobe
zram num_devices=$dev_num
89
modprobe
zram num_devices=$dev_num
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H
A
D
binfmt_misc_lib.sh
12
TST_NEEDS_CMDS="${TST_NEEDS_CMDS}
modprobe
mount umount mkdir rm"
42
ROD
modprobe
binfmt_misc
69
modprobe
-r binfmt_misc
/third_party/ltp/testcases/kernel/device-drivers/locking/
H
A
D
lock_torture.sh
62
modprobe
locktorture > /dev/null 2>&1 || \
77
modprobe
locktorture torture_type=$type \
/third_party/ltp/testcases/kernel/fs/mongo/
H
A
D
test.sh
40
modprobe
reiserfs
49
modprobe
loop
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
init-stage2.sh
45
echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/
modprobe
63
modprobe
${KVM_KERNEL_MODULE}
/third_party/ltp/testcases/network/stress/route/
H
A
D
route4-rmmod
101
modprobe
$lhost_module
251
rmmod $lhost_module &&
modprobe
$lhost_module
H
A
D
route6-rmmod
97
modprobe
$lhost_module
247
rmmod $lhost_module &&
modprobe
$lhost_module
/third_party/ltp/testcases/network/tcp_cmds/tc/
H
A
D
tc01.sh
25
TST_NEEDS_CMDS="tc
modprobe
dmesg grep"
29
ROD
modprobe
$TST_NEEDS_DRIVERS
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H
A
D
erst-inject.sh
64
modprobe
erst_dbg
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H
A
D
erst-inject.sh
64
modprobe
erst_dbg
/third_party/ltp/testcases/network/virt/
H
A
D
fou01.sh
48
tst_net_run -s
modprobe
$fou
/third_party/ltp/testcases/network/mpls/
H
A
D
mpls01.sh
13
TST_NEEDS_CMDS="sysctl
modprobe
"
24
ROD
modprobe
mpls_router
/third_party/ltp/testcases/network/tcp_cc/
H
A
D
tcp_cc_lib.sh
44
modprobe
tcp_$alg > /dev/null 2>&1
48
tst_rhost_run -c "
modprobe
tcp_$alg" > /dev/null 2>&1
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H
A
D
driver.sh
72
[ $? -eq 0 ] ||
modprobe
mce_inject
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
apei-inject.sh
93
[ -d $APEI_IF ] ||
modprobe
einj
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H
A
D
driver.sh
238
if !
modprobe
mce_inject; then
/third_party/ltp/testcases/network/iproute/
H
A
D
ip_tests.sh
51
[ "$rm_dummy" ] &&
modprobe
-r dummy
/third_party/ltp/testcases/kernel/mce-test/kvm/host/
H
A
D
host_run.sh
114
if !
modprobe
mce_inject; then
/third_party/ltp/testcases/kernel/mce-test/stress/
H
A
D
hwpoison.sh
264
[ -d $g_debugfs/hwpoison/ ] ||
modprobe
hwpoison_inject
276
[ -d $g_debugfs/apei/einj ] ||
modprobe
einj
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
324
# Check
modprobe
config files for sound related options
325
SNDOPTIONS="$(
modprobe
-c | sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p')"
632
modprobe
-c|sed -n 's/^options \(snd[-_][^ ]*\)/\1:/p' >> $FILE
/third_party/toybox/generated/
H
A
D
globals.h
920
// toys/pending/
modprobe
.c
1709
struct modprobe_data
modprobe
;
member
H
A
D
flags.h
1901
//
modprobe
alrqvsDbd*
5076
#define TT this.
modprobe
Completed in 23 milliseconds