Searched refs:modules (Results 1 – 16 of 16) sorted by relevance
/busybox-1.35.0/modutils/ |
D | depmod.c | 39 module_db *modules = state->userData; in parse_module() local 51 e = moddb_get_or_create(modules, bb_get_last_path_component_nostrip(fname)); in parse_module() 86 static void order_dep_list(module_db *modules, module_entry *start, llist_t *add) in order_dep_list() argument 92 m = moddb_get(modules, n->data); in order_dep_list() 107 order_dep_list(modules, start, m->deps); in order_dep_list() 173 module_db modules; in depmod_main() local 202 memset(&modules, 0, sizeof(modules)); in depmod_main() 206 parse_module, NULL, &modules); in depmod_main() 210 parse_module, NULL, &modules); in depmod_main() 217 moddb_foreach_module(&modules, m, i) { in depmod_main() [all …]
|
D | Config.src | 17 With this option modprobe does not require modules.dep file 18 and does not use /etc/modules.conf file. 19 It scans module files in /lib/modules/`uname -r` and 26 will try to generate modules.dep.bb file in order to speed up 27 future loads by alias. Failure to do so (read-only /lib/modules, 30 NB: modules.dep.bb file format is not compatible 31 with modules.dep file as created/used by standard module tools. 34 /etc/modules/$module_name files. 49 bool "Skip loading of already loaded modules" 69 Support checking of versions for modules. This is used to [all …]
|
D | modutils-24.c | 2587 struct external_module *modules, *m; in new_get_kernel_symbols() local 2611 ext_modules = modules = xzalloc(nmod * sizeof(*modules)); in new_get_kernel_symbols() 2612 for (i = 0, mn = module_names, m = modules; in new_get_kernel_symbols()
|
/busybox-1.35.0/shell/hush_test/ |
D | run-all | 97 modules=`ls -d hush-*` 99 for module in $modules; do
|
/busybox-1.35.0/shell/ash_test/ |
D | run-all | 89 modules=`ls -d ash-*` 94 for module in $modules; do
|
/busybox-1.35.0/ |
D | Makefile | 130 _all: modules 211 ifeq ($(MAKECMDGOALS),modules) 219 ifneq ($(filter all _all modules,$(MAKECMDGOALS)),) 559 MODLIB = $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE) 896 all: modules 900 PHONY += modules 901 modules: $(busybox-dirs) $(if $(KBUILD_BUILTIN),busybox) target 950 modules modules_install: FORCE target 1102 PHONY += $(module-dirs) modules 1106 modules: $(module-dirs) target
|
D | LICENSE | 165 code means all the source code for all modules it contains, plus any
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | README | 23 Building the xz_dec and xz_dec_test modules without support for BCJ 31 Building the xz_dec and xz_dec_test modules with support for BCJ
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 34 Usually, modules have to be recompiled whenever you switch to a new 219 can be compiled as modules.
|
D | keep_data_small.txt | 265 and select modules which shrank.
|
/busybox-1.35.0/configs/ |
D | TEST_nommu_defconfig | 460 CONFIG_DEFAULT_MODULES_DIR="/lib/modules" 461 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|
D | TEST_rh9_defconfig | 475 CONFIG_DEFAULT_MODULES_DIR="/lib/modules" 476 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|
D | android2_defconfig | 494 CONFIG_DEFAULT_MODULES_DIR="/lib/modules" 495 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|
D | android_502_defconfig | 602 CONFIG_DEFAULT_MODULES_DIR="/lib/modules" 603 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|
D | android_defconfig | 518 CONFIG_DEFAULT_MODULES_DIR="/lib/modules" 519 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|
D | android_ndk_defconfig | 528 CONFIG_DEFAULT_MODULES_DIR="/system/lib/modules" 529 CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
|