Searched refs:modprobe (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/aoe/
H A Dautoload.sh3 # aliases in /etc/modprobe.conf
5 f=/etc/modprobe.conf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Diptables_common.h31 iptables_insmod(const char *modname, const char *modprobe, int quiet);
32 extern int load_iptables_ko(const char *modprobe, int quiet);
H A Dip6tables.h178 ip6tables_insmod(const char *modname, const char *modprobe, int quiet);
179 extern int load_ip6tables_ko(const char *modprobe, int quiet);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Diptables_common.h25 extern int iptables_insmod(const char *modname, const char *modprobe);
H A Dip6tables.h139 extern int ip6tables_insmod(const char *modname, const char *modprobe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/tests/
H A Dfunctest19 modprobe dummy numdummies=$maxports
76 modprobe dummy numdummies=2
152 modprobe bridge
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-restore.c37 { "modprobe", 1, 0, 'M'},
52 " [ --modprobe=<command>]\n", name);
57 ip6tc_handle_t create_handle(const char *tablename, const char* modprobe) argument
65 ip6tables_insmod("ip6_tables", modprobe, 0);
112 const char *modprobe = 0; local
149 modprobe = optarg;
206 handle = create_handle(table, modprobe);
H A Diptables-restore.c34 { "modprobe", 1, 0, 'M'},
49 " [ --modprobe=<command>]\n", name);
54 iptc_handle_t create_handle(const char *tablename, const char* modprobe )
62 iptables_insmod("ip_tables", modprobe, 0);
115 const char *modprobe = 0; local
152 modprobe = optarg;
209 handle = create_handle(table, modprobe);
H A Dip6tables.c54 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
135 { "modprobe", 1, 0, 'M' },
196 const char *modprobe = NULL; variable
383 " --modprobe=<command> try to insert modules using this command\n"
1120 load_ip6tables_ko(modprobe, 1);
1745 int ip6tables_insmod(const char *modname, const char *modprobe, int quiet) argument
1752 if (!modprobe) {
1756 modprobe = buf;
1761 argv[0] = (char *)modprobe;
1787 int load_ip6tables_ko(const char *modprobe, in argument
[all...]
H A Diptables.c52 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
135 { "modprobe", 1, 0, 'M' },
200 const char *modprobe = NULL; variable
468 " --modprobe=<command> try to insert modules using this command\n"
1145 load_iptables_ko(modprobe, 1);
1809 int iptables_insmod(const char *modname, const char *modprobe, int quiet) argument
1816 if (!modprobe) {
1820 modprobe = buf;
1825 argv[0] = (char *)modprobe;
1851 int load_iptables_ko(const char *modprobe, in argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/s390/
H A Dconfig3270.sh31 modprobe tub3270 > /dev/null 2>&1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A Davahi-daemon.in114 modprobe capability >/dev/null 2>&1 || true
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A Drc.atalk.debian.tmpl57 /sbin/modprobe appletalk || echo "[could not load appletalk module]"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/distrib/initscripts/
H A Drc.atalk.debian.tmpl56 /sbin/modprobe appletalk || echo "[could not load appletalk module]"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/
H A Ddepmod.pl216 dependency lists (modules.conf) which can then be used by modprobe
238 conjunction with the BusyBox modprobe applet.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c68 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
336 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
343 if (!modprobe) {
347 modprobe = buf;
358 argv[0] = (char *)modprobe;
402 int xtables_load_ko(const char *modprobe, bool quiet) argument
415 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dapplets.h233 USE_MODPROBE(APPLET(modprobe, _BB_DIR_SBIN, _BB_SUID_NEVER))

Completed in 146 milliseconds