Searched defs:modprobe (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/site_tests/security_ModuleLocking/
H A Dsecurity_ModuleLocking.py66 def modprobe(self, module): member in class:security_ModuleLocking
68 If a module is not already loaded in the kernel, load it via modprobe.
73 utils.system("modprobe %s" % (module))
95 self.modprobe(module)
153 self.modprobe(module)
162 self.modprobe(module)
/external/kmod/libkmod/python/kmod/
H A Dkmod.pyx82 raise _KmodError('Could not modprobe')
105 def modprobe(self, name, quiet=False, *args, **kwargs): member in class:Kmod
114 raise _KmodError('Could not modprobe %s' % name)
/external/ltp/testcases/kernel/device-drivers/zram/
H A Dzram03.c46 static int modprobe; variable
155 if (system("modprobe zram") == -1) {
157 "system(modprobe zram) failed");
159 modprobe = 1;
172 if (modprobe == 1 && system("rmmod zram") == -1)
/external/iptables/libxtables/
H A Dxtables.c69 #define PROC_SYS_MODPROBE "/proc/sys/kernel/modprobe"
356 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
363 if (!modprobe) {
367 modprobe = buf;
370 argv[0] = (char *)modprobe;
418 int xtables_load_ko(const char *modprobe, bool quiet) argument
431 ret = xtables_insmod(afinfo->kmod, modprobe, quiet);
/external/toybox/generated/
H A Dglobals.h739 // toys/pending/modprobe.c
1464 struct modprobe_data modprobe; member in union:global_union

Completed in 313 milliseconds