Home
last modified time | relevance | path

Searched refs:depmod (Results 1 – 12 of 12) sorted by relevance

/external/kmod/tools/
Ddepmod.c817 struct depmod { struct
866 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init() argument
871 depmod->cfg = cfg; in depmod_init()
872 depmod->ctx = ctx; in depmod_init()
874 array_init(&depmod->modules, 128); in depmod_init()
876 depmod->modules_by_uncrelpath = hash_new(512, NULL); in depmod_init()
877 if (depmod->modules_by_uncrelpath == NULL) { in depmod_init()
882 depmod->modules_by_name = hash_new(512, NULL); in depmod_init()
883 if (depmod->modules_by_name == NULL) { in depmod_init()
888 depmod->symbols = hash_new(2048, (void (*)(void *))symbol_free); in depmod_init()
[all …]
D.gitignore2 /depmod
5 /kmod-depmod
/external/kmod/testsuite/rootfs-pristine/test-depmod/detect-loop/
Dcorrect.txt1 depmod: ERROR: Cycle detected: mod_loop_d -> mod_loop_e -> mod_loop_d
2 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_k -> mod_loop_h -> mod_loop_i
3 depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_h -> mod_loop_i
4 depmod: ERROR: Cycle detected: mod_loop_c -> mod_loop_a -> mod_loop_b -> mod_loop_c
5 depmod: ERROR: Found 9 modules in dependency cycles!
/external/kmod/testsuite/
D.gitignore11 /test-depmod
36 /test-depmod.log
37 /test-depmod.trs
/external/kmod/man/
DMakefile.am1 MAN5 = depmod.d.5 modprobe.d.5 modules.dep.5
2 MAN8 = kmod.8 depmod.8 insmod.8 lsmod.8 rmmod.8 modprobe.8 modinfo.8
/external/kmod/
DAndroid.bp18 "tools/depmod.c",
31 name: "depmod",
DNEWS11 - Fix wrong dependency loops being reported by depmod
28 - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the
55 - depmod doesn't fallback to uname if a bad version is passed in the command
95 - Fix leak in depmod when -b flag is passed multiple times
159 generated by depmod with out-of-tree modules
162 - Calling depmod with modules creating a dependency loop will now make
163 depmod return an error and not update the indexes. This is to protect
181 but instead we depend on modules.dep.bin (generated by depmod) to
184 - Fix partial matches of search directives in depmod. Previously having
185 a line in depmod.conf such as "search foo foobar built-in" would cause
[all …]
DTODO24 * config: implement the config handling in shared/ and use it in both depmod
44 * depmod:
DREADME120 depmod
123 * there's no 'depmod -m' option: legacy modules.*map files are gone
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
DMakefile16 …if [ -f $(KERNELDIR)/$(KBUILD_OUTPUT)/System.map ] ; then /sbin/depmod -ae -F $(KERNELDIR)/$(KBUIL…
/external/kmod/libkmod/
Dlibkmod-module.c179 struct kmod_module *depmod = NULL; in kmod_module_parse_depline() local
189 err = kmod_module_new_from_path(ctx, path, &depmod); in kmod_module_parse_depline()
198 list = kmod_list_prepend(list, depmod); in kmod_module_parse_depline()
/external/selinux/python/sepolgen/tests/test_data/
Dhttpd.log5269 …9): avc: denied { execute } for pid=11148 comm="new-kernel-pkg" name="depmod" dev=dm-0 ino=9984…
5271 …2140): avc: denied { read } for pid=11148 comm="new-kernel-pkg" name="depmod" dev=dm-0 ino=9984…
5273 … denied { execute_no_trans } for pid=11156 comm="new-kernel-pkg" name="depmod" dev=dm-0 ino=9984…
5274 …id=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts1 comm="depmod" exe="/sbin/depmod" subj=st…
5275 type=AVC_PATH msg=audit(1163775422.877:12141): path="/sbin/depmod"
5276 type=AVC msg=audit(1163775422.965:12142): avc: denied { read } for pid=11156 comm="depmod" name=…
5277 …id=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts1 comm="depmod" exe="/sbin/depmod" subj=st…