| /third_party/iptables/iptables/ |
| D | iptables-save.8.in | 26 \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
|
| D | iptables-restore.8.in | 27 [\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
|
| D | arptables-nft-save.8 | 25 \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.
|
| D | xtables-save.c | 41 {.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/ |
| 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/device-drivers/zram/ |
| 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",
|
| 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/ |
| 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/network/can/filter-tests/ |
| D | can_common.h | 46 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/ |
| 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/toybox/toys/pending/ |
| D | modprobe.c | 1 /* 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/ |
| D | tc01.sh | 25 TST_NEEDS_CMDS="tc modprobe dmesg grep" 29 ROD modprobe $TST_NEEDS_DRIVERS
|
| /third_party/alsa-utils/alsaconf/ |
| D | alsaconf.in | 304 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/ |
| D | mpls01.sh | 13 TST_NEEDS_CMDS="sysctl modprobe" 24 ROD modprobe mpls_router
|
| D | mpls_lib.sh | 10 TST_NEEDS_CMDS="sysctl modprobe" 40 tst_net_run -s "modprobe -a $TST_NEEDS_DRIVERS"
|
| /third_party/ltp/testcases/kernel/device-drivers/locking/ |
| D | lock_torture.sh | 62 modprobe locktorture > /dev/null 2>&1 || \ 77 modprobe locktorture torture_type=$type \
|
| /third_party/ltp/testcases/network/tcp_cc/ |
| 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/testscripts/ |
| D | load_stress_all_kernel_modules.sh | 30 for module in `modprobe -l | tr '\n' ' '` 33 modprobe -v $insert_module
|
| D | ltp-scsi_debug.sh | 32 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/ |
| D | test.sh | 40 modprobe reiserfs 49 modprobe loop
|
| /third_party/backends/ |
| D | README.linux | 57 with modprobe: 59 # modprobe your-driver-name 60 # modprobe sg
|
| /third_party/ltp/testcases/network/can/cve/ |
| D | can_bcm01.c | 46 * 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/ |
| D | libipq.3 | 48 # modprobe iptable_filter 50 # modprobe ip_queue
|
| /third_party/ltp/testcases/network/virt/ |
| D | fou01.sh | 48 tst_net_run -s modprobe $fou
|
| /third_party/ltp/testcases/kernel/input/ |
| D | input_helper.c | 90 const char *argv[] = {"modprobe", "uinput", NULL}; in try_load_uinput() 106 const char *argv[] = {"modprobe", "-r", "uinput", NULL}; in unload_uinput()
|