Searched refs:depmod (Results 1 – 13 of 13) sorted by relevance
/external/kmod/tools/ |
D | depmod.c | 931 struct depmod { struct 980 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init() argument 985 depmod->cfg = cfg; in depmod_init() 986 depmod->ctx = ctx; in depmod_init() 988 array_init(&depmod->modules, 128); in depmod_init() 990 depmod->modules_by_uncrelpath = hash_new(512, NULL); in depmod_init() 991 if (depmod->modules_by_uncrelpath == NULL) { in depmod_init() 996 depmod->modules_by_name = hash_new(512, NULL); in depmod_init() 997 if (depmod->modules_by_name == NULL) { in depmod_init() 1002 depmod->symbols = hash_new(2048, (void (*)(void *))symbol_free); in depmod_init() [all …]
|
D | .gitignore | 2 /depmod 5 /kmod-depmod
|
/external/kmod/testsuite/rootfs-pristine/test-depmod/detect-loop/ |
D | correct.txt | 1 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 | .gitignore | 11 /test-depmod 36 /test-depmod.log 37 /test-depmod.trs
|
/external/kmod/man/ |
D | Makefile.am | 1 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/ |
D | NEWS | 8 - Speedup depmod, particularly under qemu with emulated arch, by 10 emulated ARM rootfs, depmod with only 2 modules was taking ~32s 28 - depmod.conf learned a new "excludedir" directive so distro/user can 74 - Fix off-by-one in max module name length in depmod. 242 - Add support for external directories in depmod: now there's a new 243 "external" keyword parsed by depmod when calculating the dependencies. 247 relative paths only. For more information see depmod.d(1). 269 - Fix wrong dependency loops being reported by depmod 286 - Ignore .TOC. symbols in depmod parsing as it's for PPC64 the 313 - depmod doesn't fallback to uname if a bad version is passed in the command [all …]
|
D | TODO | 24 * config: implement the config handling in shared/ and use it in both depmod 49 * depmod:
|
D | Android.bp | 92 name: "depmod", 95 "tools/depmod.c",
|
D | README.md | 121 depmod section in Compatibility with module-init-tools 124 * 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/ |
D | Makefile | 16 …if [ -f $(KERNELDIR)/$(KBUILD_OUTPUT)/System.map ] ; then /sbin/depmod -ae -F $(KERNELDIR)/$(KBUIL…
|
/external/kmod/libkmod/ |
D | libkmod-module.c | 179 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/mesa3d/docs/drivers/ |
D | vmware-guest.rst | 231 sudo depmod -a
|
/external/selinux/python/sepolgen/tests/test_data/ |
D | httpd.log | 5269 …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…
|