OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depmod
(Results
1 - 4
of
4
) sorted by null
/external/kmod/tools/
depmod.c
2
* kmod-
depmod
- calculate modules.dep using libkmod.
52
"/run/
depmod
.d",
53
SYSCONFDIR "/
depmod
.d",
54
"/lib/
depmod
.d",
86
"If no arguments (except options) are given, \"
depmod
-a\" is assumed\n"
88
"
depmod
will output a dependency list suitable for the modprobe utility.\n"
132
* index.c: module index file shared functions for modprobe and
depmod
163
/* In-memory index (
depmod
only) */
336
Pre-order is simpler for writing, and
depmod
is already slow.
790
/*
depmod
calculations ***********************************************
817
struct
depmod
{
struct
2554
struct
depmod
depmod
;
local
[
all
...]
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Makefile
16
if [ -f $(KERNELDIR)/$(KBUILD_OUTPUT)/System.map ] ; then /sbin/
depmod
-ae -F $(KERNELDIR)/$(KBUILD_OUTPUT)/System.map $(DEPMOD_OPT) $(KERNELRELEASE) ; fi
/external/kmod/libkmod/
libkmod-module.c
179
struct kmod_module *
depmod
= NULL;
local
189
err = kmod_module_new_from_path(ctx, path, &
depmod
);
198
list = kmod_list_prepend(list,
depmod
);
[
all
...]
/build/make/core/
config.mk
497
DEPMOD
:= $(HOST_OUT_EXECUTABLES)/
depmod
[
all
...]
Completed in 732 milliseconds