Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/netbsd/src/external/gpl3/gcc/dist/
DMakefile.def24 // "missing" indicates that that module doesn't supply
62 host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
66 host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
69 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
73 host_modules= { module= libelf; lib_path=.libs; bootstrap=true;
76 host_modules= { module= gold; bootstrap=true; };
77 host_modules= { module= gprof; };
78 host_modules= { module= intl; bootstrap=true; };
79 host_modules= { module= tcl;
81 host_modules= { module= itcl; };
[all …]
DMakefile.tpl639 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
642 @if target-[+module+]
643 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
644 @endif target-[+module+]
651 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
660 @if [+module+]
661 HOST_LIB_PATH_[+module+] = \
662 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
663 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
664 @endif [+module+]
[all …]
/netbsd/src/external/gpl3/gdb/dist/
DMakefile.def24 // "missing" indicates that that module doesn't supply
63 host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
67 host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
70 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
74 host_modules= { module= gold; bootstrap=true; };
75 host_modules= { module= gprof; };
76 host_modules= { module= gprofng; };
77 host_modules= { module= gettext; bootstrap=true; no_install=true;
94 host_modules= { module= tcl;
96 host_modules= { module= itcl; };
[all …]
DMakefile.tpl653 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
656 @if target-[+module+]
657 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
658 @endif target-[+module+]
665 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
674 @if [+module+]
675 HOST_LIB_PATH_[+module+] = \
676 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
677 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
678 @endif [+module+]
[all …]
/netbsd/src/external/gpl3/binutils/dist/
DMakefile.def24 // "missing" indicates that that module doesn't supply
63 host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
67 host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
70 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
74 host_modules= { module= gold; bootstrap=true; };
75 host_modules= { module= gprof; };
76 host_modules= { module= gprofng; };
77 host_modules= { module= gettext; bootstrap=true; no_install=true;
94 host_modules= { module= tcl;
96 host_modules= { module= itcl; };
[all …]
DMakefile.tpl659 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
662 @if target-[+module+]
663 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
664 @endif target-[+module+]
671 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
680 @if [+module+]
681 HOST_LIB_PATH_[+module+] = \
682 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
683 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
684 @endif [+module+]
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dmodule.c33 const void *module,
57 static int module_int_unload (module_loaded_t *module);
103 module_loaded_t *module; in module_handle() local
105 for ( module = module_list; module; module= module->next ) { in module_handle()
106 if ( !strcmp( module->name, file_name )) { in module_handle()
107 return module; in module_handle()
115 module_loaded_t *module; in module_unload() local
117 module = module_handle( file_name ); in module_unload()
118 if ( module ) { in module_unload()
119 module_int_unload( module ); in module_unload()
[all …]
/netbsd/src/external/bsd/iscsi/dist/src/initiator/
Dlibkmod.c100 readkmod(kernel_t *kernel, kmod_t *module) in readkmod() argument
109 (void) memset(module, 0x0, sizeof(*module)); in readkmod()
110 module->name = strdup(ms->ms_name); in readkmod()
111 module->class = strdup(classes[ms->ms_class]); in readkmod()
112 module->source = strdup(sources[ms->ms_source]); in readkmod()
113 module->refcnt = ms->ms_refcnt; in readkmod()
114 module->size = ms->ms_size; in readkmod()
116 module->required = strdup(ms->ms_required); in readkmod()
123 freekmod(kmod_t *module) in freekmod() argument
125 (void) free(module->name); in freekmod()
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/igen/
Digen.h186 igen_module_options module; member
227 options.module.global.prefix.u = ""; \
228 options.module.global.prefix.l = ""; \
230 options.module.engine = options.module.global; \
231 options.module.icache = options.module.global; \
232 options.module.idecode = options.module.global; \
233 options.module.itable = options.module.global; \
234 options.module.semantics = options.module.global; \
235 options.module.support = options.module.global; \
237 options.module.engine.suffix.l = "engine"; \
[all …]
Dgen-itable.c87 options.module.itable.prefix.l, name, elem); in itable_print_enum()
88 if (strlen (options.module.itable.prefix.l) > 0) in itable_print_enum()
92 name, elem, options.module.itable.prefix.l, name, elem); in itable_print_enum()
95 lf_printf (file, "nr_%sitable_%ss,\n", options.module.itable.prefix.l, in itable_print_enum()
99 lf_printf (file, "} %sitable_%ss;\n", options.module.itable.prefix.l, name); in itable_print_enum()
100 if (strlen (options.module.itable.prefix.l) > 0) in itable_print_enum()
104 name, options.module.itable.prefix.l, name); in itable_print_enum()
107 name, options.module.itable.prefix.l, name); in itable_print_enum()
119 options.module.itable.prefix.l, name, in itable_print_names()
120 options.module.itable.prefix.l, name); in itable_print_names()
[all …]
Digen.c62 options.module.global.prefix.l); in print_semantic_function_formal()
64 options.module.global.prefix.l); in print_semantic_function_formal()
72 options.module.global.prefix.l, word_nr); in print_semantic_function_formal()
75 options.module.global.prefix.l); in print_semantic_function_formal()
83 options.module.global.prefix.l, word_nr); in print_semantic_function_formal()
86 options.module.global.prefix.l); in print_semantic_function_formal()
118 options.module.global.prefix.l); in print_semantic_function_type()
136 options.module.global.prefix.l, word_nr); in print_icache_function_formal()
138 options.module.global.prefix.l); in print_icache_function_formal()
140 options.module.global.prefix.l); in print_icache_function_formal()
[all …]
Dgen-support.c64 && strcmp (options.module.support.prefix.l, "") != 0) in print_support_function_name()
69 options.module.support.prefix.l, function->name); in print_support_function_name()
76 options.module.support.prefix.l, function->name); in print_support_function_name()
80 options.module.support.prefix.l); in print_support_function_name()
84 options.module.support.prefix.l); in print_support_function_name()
144 if (strcmp (options.module.idecode.prefix.l, "") != 0) in gen_support_h()
149 options.module.idecode.prefix.l, "instruction_word"); in gen_support_h()
154 options.module.idecode.prefix.l, "idecode_issue"); in gen_support_h()
159 options.module.idecode.prefix.l, "semantic_illegal"); in gen_support_h()
170 options.module.support.prefix.l); in gen_support_h()
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
DMakefile.in70 $(LTLINK_MOD) -module -o $@ accesslog.lo version.lo $(LINK_LIBS)
73 $(LTLINK_MOD) -module -o $@ auditlog.lo version.lo $(LINK_LIBS)
76 $(LTLINK_MOD) -module -o $@ autoca.lo version.lo $(LINK_LIBS)
79 $(LTLINK_MOD) -module -o $@ constraint.lo version.lo $(LINK_LIBS)
82 $(LTLINK_MOD) -module -o $@ dds.lo version.lo $(LINK_LIBS)
85 $(LTLINK_MOD) -module -o $@ deref.lo version.lo $(LINK_LIBS)
88 $(LTLINK_MOD) -module -o $@ dyngroup.lo version.lo $(LINK_LIBS)
91 $(LTLINK_MOD) -module -o $@ dynlist.lo version.lo $(LINK_LIBS)
94 $(LTLINK_MOD) -module -o $@ homedir.lo version.lo $(LINK_LIBS)
97 $(LTLINK_MOD) -module -o $@ memberof.lo version.lo $(LINK_LIBS)
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/bindings/swig/
Dswigit38 module=$2
58 case "$module" in
65 cat << EOF > ${module}${lang}.i
66 %module ${module}${lang}
72 %include ${module}.h
75 cp ../../include/${module}.h .
77 swig ${swigflags} -${lang} ${module}${lang}.i
85 LIB=${module}${lang}
86 SRCS=${module}${lang}_wrap.c
92 LDADD+=-l${module}
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/
Dobjects.pl52 $module = $1."-";
53 $module =~ s/\./_/g;
54 $module =~ s/-/_/g;
57 { $module = ""; }
62 $Cname = $module.$1;
92 if ($Cname ne "" && defined($ln{$module.$Cname}))
93 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.…
99 if ($Cname ne "" && defined($sn{$module.$Cname}))
100 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.…
108 if ($Cname ne "" && defined($ln{$module.$Cname}))
[all …]
/netbsd/src/doc/
DTODO.modules3 Some notes on the limitations of our current (as of 7.99.35) module
11 modules which depend on them. At load time, a module's
13 be resolved, the load fails. Similarly, if a module is
18 module's initialization command recursively call the module
23 the need for a specific child module is encountered, use
24 module_autoload() to load the child module. Of course, this
25 requires that the parent module know about all potentially
42 requirement is that the root file-system's module must be
43 available when the module subsystem is initialized, in order
45 boot loader "push" the module at boot time. (It used to do
[all …]
DTODO.compat-module1 /* $NetBSD: TODO.compat-module,v 1.5 2019/02/04 22:00:51 mrg Exp $ */
8 module; the breakage was introduced as the fix for a build break.
10 3. Split the sysv_ipc compat routines into their own compat_sysv module.
12 4. Resolved some inter-module dependencies.
14 5. Extracted some net/if.c compat routines into the compat module, and
17 6. Reconfirmed existing compat-module dependencies, and update the
21 7. Fixed limits on the number of module dependencies and maximum
23 for reporting module status to userland has been versioned and moved
24 to the (new) compat_80 module.
26 8. The old monolithic compat module has been broken into multiple
[all …]
/netbsd/src/tools/llvm/
DMakefile26 cp ${LLVM_TOPLEVEL}/include/module.modulemap include/llvm/module.modulemap
28 support-modules: module-test.cpp Makefile
29 … if ${HOST_CXX} -stdlib=libc++ -c -fmodules -fcxx-modules -fmodules-cache-path=./module.cache \
30 ${.CURDIR}/module-test.cpp 3> /dev/null 2>&1; then \
61 test ! -d module-cache || rm -r module-cache
62 rm -f need-dl need-dl.tmp module-cache module-test.o
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_encoder_slave.c62 struct module *module = NULL; in drm_i2c_encoder_init() local
80 module = client->dev.driver->owner; in drm_i2c_encoder_init()
81 if (!try_module_get(module)) { in drm_i2c_encoder_init()
102 module_put(module); in drm_i2c_encoder_init()
119 struct module *module = client->dev.driver->owner; in drm_i2c_encoder_destroy() local
124 module_put(module); in drm_i2c_encoder_destroy()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
Dpassword_quality.c417 char *module = NULL; in find_func() local
425 module = malloc(len); in find_func()
426 if (module == NULL) in find_func()
428 strlcpy(module, name, len); in find_func()
434 if (module && strcmp(module, verifiers[i]->name) != 0) in find_func()
438 if (module) in find_func()
439 free(module); in find_func()
444 if (module == NULL || strcmp(module, "builtin") == 0) { in find_func()
447 if (module) in find_func()
448 free(module); in find_func()
[all …]
/netbsd/src/etc/pam.d/
DREADME5 Each file details the module chain for a single service, and must be
17 module-type control-flag module-path arguments
24 module-type:
32 control-flag: How libpam handles success or failure of the module.
38 module failed, no remaining modules are run.
49 preceding auth module.
51 the preceding auth module, and if that fails
57 Note that having a "sufficient" module as the last entry for a
58 particular service and module type may result in surprising behaviour.
60 pam_deny module at the end of the chain.
/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_common_linux.cc34 static bool IsLinker(const LoadedModule& module) { in IsLinker() argument
36 return module.base_address() == getauxval(AT_BASE); in IsLinker()
38 return LibraryNameIs(module.full_name(), kLinkerName); in IsLinker()
56 for (LoadedModule &module : modules) { in InitializePlatformSpecificModules()
57 if (!IsLinker(module)) in InitializePlatformSpecificModules()
61 *linker = module; in InitializePlatformSpecificModules()
62 module = LoadedModule(); in InitializePlatformSpecificModules()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dsym-info-cmds.exp289 proc _add_entry { filename module lineno text } {
292 set entry [list $filename $module $lineno $text]
441 proc check_entry_1 { filename module lineno text optional testname } {
465 && [regexp -- $module $m] \
486 proc check_entry { filename module lineno text { testname "" } } {
487 check_entry_1 $filename $module $lineno $text 0 $testname
491 proc check_optional_entry { filename module lineno text { testname "" } } {
492 check_entry_1 $filename $module $lineno $text 1 $testname
509 proc check_no_entry { filename module { lineno ".*" } \
529 && [regexp -- $module $m] \
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dos929 # OS9/6809 module descriptions:
31 0 beshort 0x87CD OS9/6809 module:
43 >6 byte&0xf0 0x30 multi-module
44 >6 byte&0xf0 0x40 data module
46 >6 byte&0xf0 0xC0 system module
53 0 beshort 0x4AFC OS9/68K module:
74 >0x12 byte 3 multi-module
75 >0x12 byte 4 data module
77 >0x12 byte 12 system module
/netbsd/src/sys/sys/
Dmodule.h89 typedef struct module { struct
96 TAILQ_ENTRY(module) mod_chain; argument
97 struct module *(*mod_required)[MAXMODDEPS]; argument
169 TAILQ_HEAD(modlist, module);
186 const char *module_name(struct module *);
187 modsrc_t module_source(struct module *);
204 void *module_register_callbacks(void (*)(struct module *),
205 void (*)(struct module *));

12345678910>>...43