OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modprobe
(Results
1 - 9
of
9
) sorted by null
/external/iproute2/include/
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);
iptables_common.h
30
extern int iptables_insmod(const char *modname, const char *
modprobe
);
31
extern int load_iptables_ko(const char *
modprobe
);
ip6tables.h
139
extern int ip6tables_insmod(const char *modname, const char *
modprobe
);
/external/iputils/
ipg
4
modprobe
pg3 >& /dev/null
5
modprobe
pktgen >& /dev/null
/external/chromium_org/third_party/lcov/
lcovrc
131
# Location of the
modprobe
tool
132
lcov_modprobe_tool = /sbin/
modprobe
/external/iptables/iptables/
xtables.c
61
#define PROC_SYS_MODPROBE "/proc/sys/kernel/
modprobe
"
329
int xtables_insmod(const char *modname, const char *
modprobe
, bool quiet)
336
if (!
modprobe
) {
340
modprobe
= buf;
351
argv[0] = (char *)
modprobe
;
394
int xtables_load_ko(const char *
modprobe
, bool quiet)
407
ret = xtables_insmod(afinfo->kmod,
modprobe
, quiet);
[
all
...]
/external/iproute2/examples/
cbq.init-v0.7.3
479
MP=/sbin/
modprobe
[
all
...]
/external/oprofile/utils/
opcontrol
210
modprobe
oprofile
240
modprobe
oprofile
[
all
...]
/external/libsepol/tests/policies/test-cond/
refpolicy-base.conf
[
all
...]
Completed in 193 milliseconds