Home
last modified time | relevance | path

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

/external/kmod/tools/
Ddepmod.c889 struct depmod { struct
938 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init() argument
943 depmod->cfg = cfg; in depmod_init()
944 depmod->ctx = ctx; in depmod_init()
946 array_init(&depmod->modules, 128); in depmod_init()
948 depmod->modules_by_uncrelpath = hash_new(512, NULL); in depmod_init()
949 if (depmod->modules_by_uncrelpath == NULL) { in depmod_init()
954 depmod->modules_by_name = hash_new(512, NULL); in depmod_init()
955 if (depmod->modules_by_name == NULL) { in depmod_init()
960 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/
DNEWS54 - Add support for external directories in depmod: now there's a new
55 "external" keyword parsed by depmod when calculating the dependencies.
59 relative paths only. For more information see depmod.d(1).
81 - Fix wrong dependency loops being reported by depmod
98 - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the
125 - depmod doesn't fallback to uname if a bad version is passed in the command
165 - Fix leak in depmod when -b flag is passed multiple times
229 generated by depmod with out-of-tree modules
232 - Calling depmod with modules creating a dependency loop will now make
233 depmod return an error and not update the indexes. This is to protect
[all …]
DAndroid.bp17 "tools/depmod.c",
30 name: "depmod",
DTODO24 * config: implement the config handling in shared/ and use it in both depmod
49 * depmod:
DREADME121 depmod
124 * there's no 'depmod -m' option: legacy modules.*map files are gone
/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/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…