HomeSort by relevance Sort by last modified time
    Searched refs:modprobe (Results 1 - 25 of 48) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/drivers/gpu/
i915.sh 4 if ! /sbin/modprobe -q -r i915; then
9 if /sbin/modprobe -q i915 mock_selftests=-1; then
drm_mm.sh 4 if ! /sbin/modprobe -n -q test-drm_mm; then
9 if /sbin/modprobe -q test-drm_mm; then
10 /sbin/modprobe -q -r test-drm_mm
  /external/linux-kselftest/tools/testing/selftests/lib/
bitmap.sh 4 if /sbin/modprobe -q test_bitmap; then
5 /sbin/modprobe -q -r test_bitmap
printf.sh 4 if /sbin/modprobe -q test_printf; then
5 /sbin/modprobe -q -r test_printf
prime_numbers.sh 4 if ! /sbin/modprobe -q -r prime_numbers; then
9 if /sbin/modprobe -q prime_numbers selftest=65536; then
10 /sbin/modprobe -q -r prime_numbers
  /external/linux-kselftest/tools/testing/selftests/locking/
ww_mutex.sh 4 if /sbin/modprobe -q test-ww_mutex; then
5 /sbin/modprobe -q -r test-ww_mutex
  /external/linux-kselftest/tools/testing/selftests/net/
test_bpf.sh 4 if /sbin/modprobe -q test_bpf ; then
5 /sbin/modprobe -q -r test_bpf;
  /external/linux-kselftest/tools/testing/selftests/user/
test_user_copy.sh 4 if /sbin/modprobe -q test_user_copy; then
5 /sbin/modprobe -q -r test_user_copy
  /external/linux-kselftest/tools/testing/selftests/static_keys/
test_static_keys.sh 4 if /sbin/modprobe -q test_static_key_base; then
5 if /sbin/modprobe -q test_static_keys; then
7 /sbin/modprobe -q -r test_static_keys
8 /sbin/modprobe -q -r test_static_key_base
11 /sbin/modprobe -q -r test_static_key_base
  /external/ltp/testscripts/
load_stress_all_kernel_modules.sh 30 for module in `modprobe -l | tr '\n' ' '`
33 modprobe -v $insert_module
  /external/ltp/testcases/network/can/filter-tests/
can_run_tests.sh 33 modprobe can
36 tst_brkm TCONF "modprobe can failed: ret - $ret"
39 modprobe can_raw
42 tst_brkm TCONF "modprobe can_raw failed: ret - $ret"
46 modprobe -r vcan
49 tst_brkm TCONF "modprobe -r vcan failed: ret - $ret"
52 modprobe vcan echo=1
55 tst_brkm TCONF "modprobe vcan echo=1 failed: ret - $ret"
85 modprobe -r vcan
86 modprobe -r can_ra
    [all...]
  /external/iproute2/include/
xt-internal.h 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
51 extern int load_xtables_ko(const char *modprobe, int quiet);
iptables_common.h 30 extern int iptables_insmod(const char *modname, const char *modprobe);
31 extern int load_iptables_ko(const char *modprobe);
  /external/iputils/
ipg 4 modprobe pg3 >& /dev/null
5 modprobe pktgen >& /dev/null
  /external/ltp/testcases/kernel/fs/fs-bench/
modaltr.sh 60 modprobe $MTD_RAM total_size=32768 erase_size=256
69 modprobe $MTD_BLOCK
78 modprobe $JFFS2
87 modprobe $LOOP
  /external/ltp/testcases/kernel/fs/ext4-new-features/
ext4_funcs.sh 38 modprobe ext4 > /dev/null 2>&1
  /external/ltp/testcases/kernel/power_management/
runpwtests03.sh 121 for module in `modprobe -l | grep cpufreq_ | \
126 modprobe $module >/dev/null
134 for module in `modprobe -l | grep cpufreq_ | \
139 modprobe -r $module >/dev/null
  /external/ltp/testcases/kernel/device-drivers/locking/
lock_torture.sh 62 modprobe locktorture > /dev/null 2>&1 || \
77 modprobe locktorture torture_type=$type \
  /external/ltp/testcases/kernel/device-drivers/rcu/
rcu_torture.sh 62 modprobe rcutorture > /dev/null 2>&1 || \
88 modprobe rcutorture nfakewriters=$num_writers \
  /external/ltp/testcases/kernel/device-drivers/zram/
zram03.c 46 static int modprobe; variable
155 if (system("modprobe zram") == -1) {
157 "system(modprobe zram) failed");
159 modprobe = 1;
172 if (modprobe == 1 && system("rmmod zram") == -1)
  /external/autotest/client/site_tests/security_ModuleLocking/
security_ModuleLocking.py 66 def modprobe(self, module): member in class:security_ModuleLocking
68 If a module is not already loaded in the kernel, load it via modprobe.
73 utils.system("modprobe %s" % (module))
95 self.modprobe(module)
153 self.modprobe(module)
162 self.modprobe(module)
  /external/libcap/contrib/
pcaps4convenience 36 #modprobe=cap_sys_module
37 modprobe=16
48 APPSARRAY=( eject killall modprobe ntpdate qemu route )
  /external/ltp/testcases/kernel/fs/mongo/
test.sh 40 modprobe reiserfs
49 modprobe loop
  /external/linux-kselftest/tools/testing/selftests/memory-hotplug/
mem-on-off-test.sh 187 /sbin/modprobe -q -r memory-notifier-error-inject
188 /sbin/modprobe -q memory-notifier-error-inject priority=$priority
238 /sbin/modprobe -q -r memory-notifier-error-inject
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup.sh 59 modprobe -q $module $1
69 modprobe -r -q $module

Completed in 667 milliseconds

1 2