/scripts/mod/ |
D | modpost.c | 174 struct module *mod; in find_module() local 176 for (mod = modules; mod; mod = mod->next) in find_module() 177 if (strcmp(mod->name, modname) == 0) in find_module() 179 return mod; in find_module() 184 struct module *mod; in new_module() local 186 mod = NOFAIL(malloc(sizeof(*mod) + strlen(modname) + 1)); in new_module() 187 memset(mod, 0, sizeof(*mod)); in new_module() 190 strcpy(mod->name, modname); in new_module() 191 mod->is_vmlinux = (strcmp(modname, "vmlinux") == 0); in new_module() 192 mod->gpl_compatible = -1; in new_module() [all …]
|
D | file2alias.c | 160 unsigned char max, struct module *mod) in do_usb_entry() argument 221 buf_printf(&mod->dev_table_buf, in do_usb_entry() 264 static void do_usb_entry_multi(void *symval, struct module *mod) in do_usb_entry_multi() argument 311 do_usb_entry(symval, devlo, ndigits, clo, chi, max, mod); in do_usb_entry_multi() 319 ndigits, clo, max, max, mod); in do_usb_entry_multi() 325 ndigits, 0x0, chi, max, mod); in do_usb_entry_multi() 330 struct module *mod) in do_usb_table() argument 335 device_id_check(mod->name, "usb", size, id_size, symval); in do_usb_table() 341 do_usb_entry_multi(symval + i, mod); in do_usb_table() 344 static void do_of_entry_multi(void *symval, struct module *mod) in do_of_entry_multi() argument [all …]
|
D | modpost.h | 182 void handle_moddevtable(struct module *mod, struct elf_info *info, 184 void add_moddevtable(struct buffer *buf, struct module *mod);
|
/scripts/ |
D | Makefile.modfinal | 24 modname = $(notdir $(@:.mod.o=)) 30 %.mod.o: %.mod.c FORCE 60 $(modules): %.ko: %$(mod-prelink-ext).o %.mod.o scripts/module.lds $(if $(KBUILD_BUILTIN),$(mixed-b… 66 targets += $(modules) $(modules:.ko=.mod.o)
|
D | nsdeps | 34 local mod=${1%.ko:} 37 local mod_source_files=$(sed "s|^\(.*\)\.o$|${src_prefix}\1.c|" $mod.mod) 40 echo "Adding namespace $ns to module $mod.ko."
|
D | export_report.pl | 29 for my $mod (sort keys %$href) { 30 my $list = $href->{$mod}; 31 print "\t$mod:\n";
|
D | Makefile.build | 89 targets-for-modules := $(foreach x, o mod $(if $(CONFIG_TRIM_UNUSED_KSYMS), usyms), \ 314 $(obj)/%.mod: FORCE 315 $(call if_changed,mod) 320 $(obj)/%.usyms: $(obj)/%$(mod-prelink-ext).o FORCE 477 $(AR) cDPrsT $@ @$(patsubst %.o,%.mod,$@) 480 cmd_link_multi-m = $(LD) $(ld_flags) -r -o $@ @$(patsubst %.o,%.mod,$@) 483 $(multi-obj-m): %.o: %.mod FORCE
|
D | Makefile.modpost | 49 MODPOST = scripts/mod/modpost \ 156 $(output-symdump): $(MODORDER) $(input-symdump) $(modules:.ko=$(mod-prelink-ext).o) FORCE
|
D | Makefile | 46 subdir- += basic dtc gdb kconfig mod
|
D | Makefile.lib | 234 mod-prelink-ext := .lto
|
/scripts/kconfig/ |
D | conf.c | 242 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols() 254 sym->def[S_DEF_USER].tri = mod; in conf_set_all_new_symbols() 309 tristate old_val = (mode == def_y2m) ? yes : mod; in conf_rewrite_mod_or_yes() 310 tristate new_val = (mode == def_y2m) ? mod : yes; in conf_rewrite_mod_or_yes() 400 case mod: in conf_sym() 409 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym() 427 newval = mod; in conf_sym() 466 case mod: in conf_choice() 475 case mod: in conf_choice() 609 if (sym->curr.tri != mod) in conf()
|
D | symbol.c | 22 .curr = { "m", mod }, 194 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility() 199 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility() 211 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 220 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 229 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 310 sym->dir_dep.tri == mod ? 'm' : 'n'); in sym_warn_unmet_dep() 316 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep() 409 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 487 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range() [all …]
|
D | mconf.c | 545 case mod: ch = 'M'; break; in build_conf() 598 case mod: ch = 'M'; break; in build_conf() 602 if (sym->rev_dep.tri == mod) in build_conf() 722 if (sym_set_tristate_value(sym, mod)) in conf() 732 sym_set_tristate_value(sym, mod); in conf()
|
D | nconf.c | 814 case mod: in build_conf() 869 case mod: in build_conf() 877 if (sym->rev_dep.tri == mod) in build_conf() 1191 if (sym_set_tristate_value(sym, mod)) in conf() 1201 sym_set_tristate_value(sym, mod); in conf()
|
D | expr.h | 28 no, mod, yes enumerator
|
D | gconf.c | 813 newval = mod; in change_sym_value() 1127 case mod: in fill_row() 1142 if (val != mod && sym_tristate_within_range(sym, mod)) in fill_row()
|
D | confdata.c | 237 sym->def[def].tri = mod; in conf_set_sym_val() 507 case mod: in conf_read_simple()
|
D | menu.c | 837 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str() 844 expr_gstr_print_revdep(sym->implied.expr, r, mod, "Implied by [m]:\n"); in get_symbol_str()
|
D | qconf.cc | 154 case mod: in updateMenu() 769 setValue(item, mod); in keyPressEvent() 1000 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
|
/scripts/clang-tools/ |
D | gen_compile_commands.py | 159 mod = base + '.mod' 161 with open(mod) as m:
|