Home
last modified time | relevance | path

Searched full:modprobe (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/iptables/iptables/
Diptables-save.8.in26 \fBiptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
29 \fBip6tables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
39 \fB\-M\fR, \fB\-\-modprobe\fR \fImodprobe\fP
40 Specify the path to the modprobe(8) program. By default,
41 iptables-save will inspect \fI/proc/sys/kernel/modprobe\fP to determine
Diptables-restore.8.in27 [\fB\-M\fP \fImodprobe\fP] [\fB\-T\fP \fIname\fP]
31 [\fB\-M\fP \fImodprobe\fP] [\fB\-T\fP \fIname\fP]
70 \fB\-M\fP, \fB\-\-modprobe\fP \fImodprobe\fP
71 Specify the path to the modprobe(8) program. By default,
72 iptables-restore will inspect \fI/proc/sys/kernel/modprobe\fP to
Darptables-nft-save.825 \fBarptables\-save\fP [\fB\-M\fP \fImodprobe\fP] [\fB\-c\fP]
34 \fB\-M\fR, \fB\-\-modprobe\fR \fImodprobe_program\fP
35 Specify the path to the modprobe program. By default, arptables-save will
36 inspect /proc/sys/kernel/modprobe to determine the executable's path.
Dxtables-save.c41 {.name = "modprobe", .has_arg = true, .val = 'M'},
50 {.name = "modprobe", .has_arg = true, .val = 'M'},
59 {.name = "modprobe", .has_arg = true, .val = 'M'},
/third_party/ltp/testcases/kernel/device-drivers/rcu/
Drcu_torture.sh17 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/device-drivers/zram/
Dzram03.c33 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",
Dzram_lib.sh81 modprobe zram num_devices=$dev_num
89 modprobe zram num_devices=$dev_num
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
Dbinfmt_misc_lib.sh12 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/network/can/filter-tests/
Dcan_common.h46 CAN_CMD("modprobe", "-r", "vcan"); in can_setup_vcan()
47 CAN_CMD("modprobe", "vcan", "echo=1"); in can_setup_vcan()
70 CAN_CMD("modprobe", "-r", "vcan"); in can_cleanup_vcan()
/third_party/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
/third_party/toybox/toys/pending/
Dmodprobe.c1 /* modprobe.c - modprobe utility.
8 USE_MODPROBE(NEWTOY(modprobe, "alrqvsDbd*", TOYFLAG_SBIN))
10 config MODPROBE
11 bool "modprobe"
14 usage: modprobe [-alrqvsDb] [-d DIR] MODULE [symbol=value][...]
16 modprobe utility - inserts modules and dependencies.
511 dirtree_flagread("/etc/modprobe.conf", DIRTREE_SHUTUP, config_action); in modprobe_main()
512 dirtree_flagread("/etc/modprobe.d", DIRTREE_SHUTUP, config_action); in modprobe_main()
/third_party/ltp/testcases/network/tcp_cmds/tc/
Dtc01.sh25 TST_NEEDS_CMDS="tc modprobe dmesg grep"
29 ROD modprobe $TST_NEEDS_DRIVERS
/third_party/alsa-utils/alsaconf/
Dalsaconf.in304 cfgfile="/etc/modprobe.conf"
305 if [ -d /etc/modprobe.d ]; then
306 cfgout="/etc/modprobe.d/50-sound.conf"
307 cfgoldout="/etc/modprobe.d/sound"
309 case "$(modprobe -V)" in
316 cfgout="/etc/modprobe.d/sound"
400 /^post-install .+ \/bin\/modprobe "aci"/ { if ($2 == modulename) next }
536 /sbin/modprobe -r isapnp >/dev/null 2>&1
537 /sbin/modprobe -r isa-pnp >/dev/null 2>&1
627 test -r $PROCFS/isapnp || /sbin/modprobe isapnp >/dev/null 2>&1
[all …]
/third_party/ltp/testcases/network/mpls/
Dmpls01.sh13 TST_NEEDS_CMDS="sysctl modprobe"
24 ROD modprobe mpls_router
Dmpls_lib.sh10 TST_NEEDS_CMDS="sysctl modprobe"
40 tst_net_run -s "modprobe -a $TST_NEEDS_DRIVERS"
/third_party/ltp/testcases/kernel/device-drivers/locking/
Dlock_torture.sh62 modprobe locktorture > /dev/null 2>&1 || \
77 modprobe locktorture torture_type=$type \
/third_party/ltp/testcases/network/tcp_cc/
Dtcp_cc_lib.sh44 modprobe tcp_$alg > /dev/null 2>&1
48 tst_rhost_run -c "modprobe tcp_$alg" > /dev/null 2>&1
/third_party/ltp/testscripts/
Dload_stress_all_kernel_modules.sh30 for module in `modprobe -l | tr '\n' ' '`
33 modprobe -v $insert_module
Dltp-scsi_debug.sh32 modprobe scsi_debug
107 modprobe scsi_debug max_luns=2 num_tgts=2 add_host=2 dev_size_mb=20
/third_party/ltp/testcases/kernel/fs/mongo/
Dtest.sh40 modprobe reiserfs
49 modprobe loop
/third_party/backends/
DREADME.linux57 with modprobe:
59 # modprobe your-driver-name
60 # modprobe sg
/third_party/ltp/testcases/network/can/cve/
Dcan_bcm01.c46 * Older kernels require explicit modprobe of vcan. Newer kernels in setup()
51 tst_cmd((const char*[]){"modprobe", "vcan", NULL}, NULL, NULL, 0); in setup()
/third_party/iptables/libipq/
Dlibipq.348 # modprobe iptable_filter
50 # modprobe ip_queue
/third_party/ltp/testcases/network/virt/
Dfou01.sh48 tst_net_run -s modprobe $fou
/third_party/ltp/testcases/kernel/input/
Dinput_helper.c90 const char *argv[] = {"modprobe", "uinput", NULL}; in try_load_uinput()
106 const char *argv[] = {"modprobe", "-r", "uinput", NULL}; in unload_uinput()

1234