Searched refs:modprobe (Results 1 – 25 of 81) sorted by relevance
1234
/external/linux-kselftest/tools/testing/selftests/static_keys/ |
D | test_static_keys.sh | 8 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/ltp/testcases/network/can/filter-tests/ |
D | can_run_tests.sh | 33 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/preemptirq/ |
D | irqsoff_tracer.tc | 20 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/kmod/ |
D | README | 88 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
|
D | NEWS | 14 - Teach the --show-exports option to modprobe. This works similarly to 128 - insmod was taught the -f flag, just like in modprobe. It was previously 144 are the simplified versions of the older modprobe tool. These 178 Now some commands will start to fail, e.g. "modprobe vt". Since vt 262 - Accept special files given to "-C" switch in modprobe. This way it's 263 possible to skip system configuration with "modprobe -C /dev/null" 344 - rmmod understands builtin modules, just like modprobe does 394 probe only if mod is an alias. Now modprobe uses this flag by default. 423 - Fix a bug in "modprobe -c" output: be compatible with 436 1. /etc/modprobe.d [all …]
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | modaltr.sh | 60 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/gpu/ |
D | drm_mm.sh | 5 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
|
D | i915.sh | 5 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/lib/ |
D | printf.sh | 8 if ! /sbin/modprobe -q -n test_printf; then 13 if /sbin/modprobe -q test_printf; then 14 /sbin/modprobe -q -r test_printf
|
D | bitmap.sh | 8 if ! /sbin/modprobe -q -n test_bitmap; then 13 if /sbin/modprobe -q test_bitmap; then 14 /sbin/modprobe -q -r test_bitmap
|
D | prime_numbers.sh | 8 if ! /sbin/modprobe -q -n prime_numbers; then 13 if /sbin/modprobe -q prime_numbers selftest=65536; then 14 /sbin/modprobe -q -r prime_numbers
|
/external/linux-kselftest/tools/testing/selftests/user/ |
D | test_user_copy.sh | 8 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/ |
D | ww_mutex.sh | 8 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/linux-kselftest/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 42 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/ |
D | 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/kmod/testsuite/ |
D | .gitignore | 18 /test-modprobe 46 /test-modprobe.log 47 /test-modprobe.trs
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | test_bpf.sh | 5 if /sbin/modprobe -q test_bpf ; then 6 /sbin/modprobe -q -r test_bpf;
|
/external/ltp/testscripts/ |
D | load_stress_all_kernel_modules.sh | 30 for module in `modprobe -l | tr '\n' ' '` 33 modprobe -v $insert_module
|
/external/kmod/testsuite/rootfs-pristine/test-modprobe/builtin/lib/modules/4.4.4/ |
D | modules.softdep | 2 # Copy, with a .conf extension, to /etc/modprobe.d to use it with modprobe.
|
/external/kmod/tools/ |
D | .gitignore | 9 /kmod-modprobe 13 /modprobe
|
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/ |
D | drivers_test.sh | 15 if ! /sbin/modprobe -q -n adi; then 17 elif /sbin/modprobe -q adi; then
|
/external/iputils/ |
D | ipg | 4 modprobe pg3 >& /dev/null 5 modprobe pktgen >& /dev/null
|
/external/iproute2/include/ |
D | 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);
|
/external/kmod/libkmod/python/ |
D | README | 7 module operations: listing installed modules, modprobe, and rmmod. 22 >>> km.modprobe("btrfs")
|
/external/linux-kselftest/tools/testing/selftests/kmod/ |
D | kmod.sh | 109 if ! which modprobe 2> /dev/null > /dev/null; then 146 modprobe $TEST_DRIVER 323 modprobe -r $DEFAULT_KMOD_DRIVER 330 modprobe -r $DEFAULT_KMOD_FS
|
1234