Home
last modified time | relevance | path

Searched refs:modprobe (Results 1 – 25 of 110) sorted by relevance

12345

/external/linux-kselftest/tools/testing/selftests/static_keys/
Dtest_static_keys.sh8 if ! /sbin/modprobe -q -n test_static_key_base; then
13 if ! /sbin/modprobe -q -n test_static_keys; then
18 if /sbin/modprobe -q test_static_key_base; then
19 if /sbin/modprobe -q test_static_keys; then
21 /sbin/modprobe -q -r test_static_keys
22 /sbin/modprobe -q -r test_static_key_base
25 /sbin/modprobe -q -r test_static_key_base
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/preemptirq/
Dirqsoff_tracer.tc20 modprobe $MOD || unsup "$MOD module not available"
31 modprobe $MOD test_mode=preempt delay=500000 || fail
33 modprobe $MOD test_mode=preempt delay=500000 || fail
35 modprobe $MOD test_mode=preempt delay=500000 || fail
54 modprobe $MOD test_mode=irq delay=500000 || fail
56 modprobe $MOD test_mode=irq delay=500000 || fail
58 modprobe $MOD test_mode=irq delay=500000 || fail
/external/ltp/testcases/network/can/filter-tests/
Dcan_run_tests.sh33 modprobe can
39 modprobe can_raw
46 modprobe -r vcan
52 modprobe vcan echo=1
85 modprobe -r vcan
86 modprobe -r can_raw
87 modprobe -r can
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/direct/
Dftrace-direct.tc6 if ! modprobe ftrace-direct ; then
23 modprobe ftrace-direct
29 modprobe ftrace-direct
34 modprobe ftrace-direct
40 modprobe ftrace-direct
59 modprobe ftrace-direct-too
Dkprobe-direct.tc6 if ! modprobe ftrace-direct ; then
27 modprobe ftrace-direct
78 modprobe ftrace-direct-too
/external/linux-kselftest/tools/testing/selftests/vm/
Dtest_vmalloc.sh37 if ! which modprobe > /dev/null 2>&1; then
54 modprobe $DRIVER $PERF_PARAM > /dev/null 2>&1
65 modprobe $DRIVER $STRESS_PARAM > /dev/null 2>&1
76 modprobe $DRIVER $SMOKE_PARAM > /dev/null 2>&1
151 modprobe $DRIVER $@ > /dev/null 2>&1
/external/linux-kselftest/tools/testing/selftests/kselftest/
Dmodule.sh20 modprobe="/sbin/modprobe"
51 if ! $modprobe -q -n $module; then
57 if $modprobe -q $module $args; then
58 $modprobe -q -r $module
/external/kmod/
DREADME88 modprobe
91 * 'modprobe -l' was marked as deprecated and does not exist anymore
93 * 'modprobe -t' is gone, together with 'modprobe -l'
95 * modprobe doesn't parse configuration files with names not ending in
96 '.alias' or '.conf'. modprobe used to warn about these files.
98 * modprobe doesn't parse 'config' and 'include' commands in configuration
101 * modprobe from m-i-t does not honour softdeps for install commands. E.g.:
108 With m-i-t, the output of 'modprobe --show-depends bla' will be:
119 of configuration files, it's enough to use find(1) in modprobe.d directories
DNEWS52 - Fix module removal with `modprobe -r` when a dependency is built-in.
76 - Teach the --show-exports option to modprobe. This works similarly to
190 - insmod was taught the -f flag, just like in modprobe. It was previously
206 are the simplified versions of the older modprobe tool. These
240 Now some commands will start to fail, e.g. "modprobe vt". Since vt
324 - Accept special files given to "-C" switch in modprobe. This way it's
325 possible to skip system configuration with "modprobe -C /dev/null"
406 - rmmod understands builtin modules, just like modprobe does
456 probe only if mod is an alias. Now modprobe uses this flag by default.
485 - Fix a bug in "modprobe -c" output: be compatible with
[all …]
/external/ltp/testcases/kernel/device-drivers/rcu/
Drcu_torture.sh49 modprobe -q rcutorture || module=
50 modprobe -qr rcutorture || module=
62 modprobe rcutorture nfakewriters=$num_writers \
73 modprobe -r rcutorture >/dev/null || \
/external/linux-kselftest/tools/testing/selftests/drivers/gpu/
Ddrm_mm.sh5 if ! /sbin/modprobe -n -q test-drm_mm; then
10 if /sbin/modprobe -q test-drm_mm; then
11 /sbin/modprobe -q -r test-drm_mm
Di915.sh5 if ! /sbin/modprobe -q -r i915; then
10 if /sbin/modprobe -q i915 mock_selftests=-1; then
11 /sbin/modprobe -q -r i915
/external/linux-kselftest/tools/testing/selftests/user/
Dtest_user_copy.sh8 if ! /sbin/modprobe -q -n test_user_copy; then
12 if /sbin/modprobe -q test_user_copy; then
13 /sbin/modprobe -q -r test_user_copy
/external/linux-kselftest/tools/testing/selftests/locking/
Dww_mutex.sh8 if ! /sbin/modprobe -q -n test-ww_mutex; then
13 if /sbin/modprobe -q test-ww_mutex; then
14 /sbin/modprobe -q -r test-ww_mutex
/external/ltp/testcases/kernel/fs/fs-bench/
Dmodaltr.sh60 modprobe $MTD_RAM total_size=32768 erase_size=256
69 modprobe $MTD_BLOCK
78 modprobe $JFFS2
87 modprobe $LOOP
/external/linux-kselftest/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh42 if ! /sbin/modprobe -q -n usbip_host; then
48 if /sbin/modprobe -q usbip_host; then
57 if /sbin/modprobe -q vhci_hcd; then
194 /sbin/modprobe usbip_host
/external/ltp/testcases/kernel/power_management/
Drunpwtests03.sh118 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
/external/rust/crates/vsock/
DMakefile48 sudo /sbin/modprobe -r vmw_vsock_vmci_transport
49 sudo /sbin/modprobe -r vmw_vsock_virtio_transport_common
50 sudo /sbin/modprobe -r vsock
51 sudo /sbin/modprobe vhost_vsock
/external/igt-gpu-tools/lib/
Ddrmtest.c185 static int modprobe(const char *driver) in modprobe() function
199 void (*modprobe)(const char *name); member
281 if (m->modprobe) in __open_driver()
282 m->modprobe(m->module); in __open_driver()
284 modprobe(m->module); in __open_driver()
/external/linux-kselftest/tools/testing/selftests/net/
Dtest_blackhole_dev.sh5 if /sbin/modprobe -q test_blackhole_dev ; then
6 /sbin/modprobe -q -r test_blackhole_dev;
Dtest_bpf.sh5 if /sbin/modprobe -q test_bpf ; then
6 /sbin/modprobe -q -r test_bpf;
/external/ltp/testscripts/
Dload_stress_all_kernel_modules.sh30 for module in `modprobe -l | tr '\n' ' '`
33 modprobe -v $insert_module
/external/kmod/testsuite/
D.gitignore18 /test-modprobe
46 /test-modprobe.log
47 /test-modprobe.trs
/external/kmod/testsuite/rootfs-pristine/test-modprobe/builtin/lib/modules/4.4.4/
Dmodules.softdep2 # Copy, with a .conf extension, to /etc/modprobe.d to use it with modprobe.
/external/kmod/tools/
D.gitignore9 /kmod-modprobe
13 /modprobe

12345