Home
last modified time | relevance | path

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

12345678910>>...30

/NextBSD/contrib/binutils/
HDMakefile.def24 // "missing" indicates that that module doesn't supply
268 // Inter-module dependencies
271 dependencies = { module=all-build-bison; on=all-build-texinfo; };
272 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
273 dependencies = { module=all-build-flex; on=all-build-texinfo; };
274 dependencies = { module=all-build-flex; on=all-build-bison; };
275 dependencies = { module=all-build-flex; on=all-build-byacc; };
276 dependencies = { module=all-build-flex; on=all-build-m4; };
277 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
278 dependencies = { module=all-build-m4; on=all-build-texinfo; };
[all …]
HDMakefile.tpl385 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
388 @if target-[+module+]
389 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:
390 @endif target-[+module+]
397 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+
406 @if [+module+]
407 HOST_LIB_PATH_[+module+] = \
408 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
409 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
410 @endif [+module+]
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/
HDmodule.modulemap1 module Clang_Analysis {
7 module * { export * }
10 module Clang_AST {
18 module * { export * }
21 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } }
23 module Clang_Basic {
48 module * { export * }
51 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } }
52 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } }
55 // logically form a single module.
[all …]
/NextBSD/contrib/libc++/include/
Dmodule.modulemap1 module std [system] {
6 module algorithm {
11 module array {
16 module atomic {
21 module bitset {
28 module ccomplex {
33 module cctype {
37 module cerrno {
57 module cfenv {
66 module cfloat {
[all …]
/NextBSD/contrib/llvm/include/llvm/
HDmodule.modulemap1 module LLVM_Analysis {
4 module * { export * }
13 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } }
15 // A module covering CodeGen/ and Target/. These are intertwined
16 // and codependent, and thus notionally form a single module.
17 module LLVM_Backend {
20 module CodeGen {
22 module * { export * }
28 // translation unit (or none) and aren't part of this module.
37 module Target {
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDmodule.modulemap1 module _Builtin_intrinsics [system] [extern_c] {
2 explicit module altivec {
7 explicit module arm {
10 explicit module acle {
15 explicit module neon {
22 explicit module intel {
29 explicit module mm_malloc {
34 explicit module cpuid {
39 explicit module mmx {
44 explicit module f16c {
[all …]
/NextBSD/contrib/openpam/lib/libpam/
HDopenpam_load.c57 pam_module_t *module; in openpam_load_module() local
59 module = openpam_dynamic(modulename); in openpam_load_module()
61 (module == NULL) ? "no" : "using", modulename); in openpam_load_module()
65 if (module == NULL && strchr(modulename, '/') == NULL) { in openpam_load_module()
66 module = openpam_static(modulename); in openpam_load_module()
68 (module == NULL) ? "no" : "using", modulename); in openpam_load_module()
71 if (module == NULL) { in openpam_load_module()
75 return (module); in openpam_load_module()
85 openpam_release_module(pam_module_t *module) in openpam_release_module() argument
87 if (module == NULL) in openpam_release_module()
[all …]
HDopenpam_dynamic.c125 pam_module_t *module; in try_module() local
128 if ((module = calloc(1, sizeof *module)) == NULL || in try_module()
129 (module->path = strdup(modpath)) == NULL || in try_module()
130 (module->dlh = try_dlopen(modpath)) == NULL) in try_module()
132 dlmodule = dlsym(module->dlh, "_pam_module"); in try_module()
135 module->func[i] = dlmodule->func[i]; in try_module()
137 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module()
149 if (module->func[i] == NULL) in try_module()
155 return (module); in try_module()
158 if (module != NULL) { in try_module()
[all …]
/NextBSD/sys/dev/nxge/include/
HDxge-debug.h149 #define xge_debug(module, level, fmt) { \ argument
150 if (((level >= XGE_TRACE && ((module & XGE_DEBUG_TRACE_MASK) == module)) || \
151 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \
152 level >= *g_level && module & *(unsigned int *)g_module_mask) { \
164 #define xge_debug(module, level, fmt...) { \ argument
165 if (((level >= XGE_TRACE && ((module & XGE_DEBUG_TRACE_MASK) == module)) || \
166 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \
167 level >= *g_level && module & *(unsigned int *)g_module_mask) { \
176 u32 module = XGE_COMPONENT_HAL_STATS; in xge_debug_stats() local
177 xge_debug(module, level, fmt); in xge_debug_stats()
[all …]
/NextBSD/crypto/openssl/crypto/objects/
HDobjects.pl35 $module = $1."-";
36 $module =~ s/\./_/g;
37 $module =~ s/-/_/g;
40 { $module = ""; }
45 $Cname = $module.$1;
75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.…
82 if ($Cname ne "" && defined($sn{$module.$Cname}))
83 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.…
91 if ($Cname ne "" && defined($ln{$module.$Cname}))
[all …]
/NextBSD/sys/boot/forth/
HDloader.4th197 \ show, enable, disable, toggle module loading. They all take module from
200 : set-module-flag ( module_addr val -- ) \ set and print flag
201 over module.flag !
202 dup module.name strtype
203 module.flag @ if ." will be loaded" else ." will not be loaded" then cr
206 : enable-module find-module ?dup if true set-module-flag then ;
208 : disable-module find-module ?dup if false set-module-flag then ;
210 : toggle-module find-module ?dup if dup module.flag @ 0= set-module-flag then ;
212 \ ***** show-module
214 \ Show loading information about a module.
[all …]
HDsupport.4th43 \ module module loading information structure
44 \ cell module.flag should we load it?
45 \ string module.name module's name
46 \ string module.loadname name to be used in loading the module
47 \ string module.type module's type
48 \ string module.args flags to be passed during load
49 \ string module.beforeload command to be executed before load
50 \ string module.afterload command to be executed after load
51 \ string module.loaderror command to be executed if load fails
52 \ cell module.next list chain
[all …]
/NextBSD/sys/sys/
HDmodule.h50 typedef struct module *module_t;
118 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument
119 static struct mod_depend _##module##_depend_on_##mdepend \
125 MODULE_METADATA(_md_##module##_on_##mdepend, MDT_DEPEND, \
126 &_##module##_depend_on_##mdepend, #mdepend)
143 SYSINIT(name##module, sub, order, module_register_init, &data); \
159 #define MODULE_VERSION(module, version) \ argument
160 static struct mod_version _##module##_version \
164 MODULE_METADATA(_##module##_version, MDT_VERSION, \
165 &_##module##_version, #module)
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp122 DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, addr_t base_addr) in UpdateLoadedSections() argument
124 UpdateLoadedSectionsCommon(module, base_addr); in UpdateLoadedSections()
128 DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, addr_t base_addr) in UpdateLoadedSectionsCommon() argument
132 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset, changed); in UpdateLoadedSectionsCommon()
136 DynamicLoader::UnloadSections(const ModuleSP module) in UnloadSections() argument
138 UnloadSectionsCommon(module); in UnloadSections()
142 DynamicLoader::UnloadSectionsCommon(const ModuleSP module) in UnloadSectionsCommon() argument
145 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon()
159 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const in GetSectionListFromModule()
162 if (module.get()) in GetSectionListFromModule()
[all …]
/NextBSD/contrib/bsnmp/
HDoid-list13 2 BEGEMOT-NETGRAPH snmpd netgraph module
18 100 BEGEMOT-ILMID snmpd ILMID module
19 101 BEGEMOT-ATM snmpd ATM module
20 200 BEGEMOT-PF snmpd PF module (phillip@freebsd.org)
21 201 BEGEMOT-NTP snmpd NTP module
22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff
25 205 begemotBridge bridge module
26 210 begemotWlan WLAN module
27 220 begemotHast HAST module
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_libignore.cc53 InternalScopedString module(kMaxPathLength); in OnLibraryLoaded() local
59 while (proc_maps.Next(&b, &e, &off, module.data(), module.size(), &prot)) { in OnLibraryLoaded()
62 if (TemplateMatch(lib->templ, module.data()) || in OnLibraryLoaded()
64 internal_strcmp(lib->real_name, module.data()) == 0)) { in OnLibraryLoaded()
68 SanitizerToolName, lib->templ, lib->name, module.data()); in OnLibraryLoaded()
77 lib->templ, module.data()); in OnLibraryLoaded()
79 lib->name = internal_strdup(module.data()); in OnLibraryLoaded()
/NextBSD/contrib/top/
HDINSTALL18 appropriate machine-specific module. The Configure script gives you a
20 appropriate. Each module is contained in a separate c file in the
21 directory "machine". The module contains all of the machine-specific code
24 strives to be). Hints for some module choices that are not obvious are
28 AND a detailed description of the machines for which that module is
29 appropriate. It also contains a list of authors for that module. If you
38 a different module) you need to reconfigure top. A short cut is available
40 configuration questions (except for the module name of course) are
43 using the new module and all the answers you gave last time. It will
81 . on any machine, run Configure and choose the module that is
[all …]
HDConfigure8 set vars = (module LoadMax topn NominalTopn delay owner group mode random \
58 set module = $1
64 set module = $1
66 set module = ""
87 grep -s $module $$.n >/dev/null
89 echo "$module is not recognized. To see a list of available modules"
103 Module $module
139 ./getans "What module is appropriate for this machine? " string "$module" .$$
140 set module = `cat .$$`
142 if ("$module" == "") then
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSerializationKinds.td29 "after modifying system headers, please delete the module cache at '%0'">;
44 def err_pch_modulecache_mismatch : Error<"PCH was compiled with module cache "
57 "module '%0' in AST file '%1' (imported by AST file '%2') "
58 "is not defined in any loaded module map file; "
61 "module '%0' imported by AST file '%1' found in a different module map file"
64 "module '%0' was built in directory '%1' but now resides in "
67 "module '%0' %select{uses|does not use}1 additional module map '%2'"
68 "%select{| not}1 used when the module was built">;
89 "%q0 from module '%1' is not present in definition of %q2"
90 "%select{ in module '%4'| provided earlier}3">, NoSFINAE;
[all …]
HDDiagnosticFrontendKinds.td23 def err_fe_cannot_link_module : Error<"cannot link module '%0': %1">,
39 "overriding the module target triple with %0">,
40 InGroup<DiagGroup<"override-module">>;
164 def err_module_map_not_found : Error<"module map file '%0' not found">,
167 "no module name provided; specify one with -fmodule-name=">,
170 "no module named '%0' declared in module map file '%1'">, DefaultFatal;
171 def err_no_submodule : Error<"no submodule named %0 in module '%1'">;
173 "no submodule named %0 in module '%1'; did you mean '%2'?">;
177 "module '%0' %select{is incompatible with|requires}1 feature '%2'">;
181 "cannot create includes file for module %0: %1">;
[all …]
/NextBSD/tools/tools/bus_autoconf/
HDbus_autoconf.c64 char *module; in main() local
77 module = strchr(fname, ','); in main()
78 if (module == NULL) { in main()
83 *module++ = 0; in main()
86 postfix = strchr(module, '.'); in main()
95 usb_import_entries(section, module, ptr, len); in main()
/NextBSD/etc/pam.d/
HDREADME5 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.
/NextBSD/contrib/libucl/doc/
HDlua_api.md3 This lua module allows to parse objects from strings and to store data into
62 The module `ucl` defines the following functions.
85 Back to [module description](#module-ucl).
132 Back to [module description](#module-ucl).
137 The module `ucl` defines the following methods.
164 Back to [module description](#module-ucl).
178 Back to [module description](#module-ucl).
192 Back to [module description](#module-ucl).
/NextBSD/sys/dev/digi/
HDdigi_pci.c123 sc->module = "EPCX_PCI"; in digi_pci_attach()
129 sc->module = "Xem"; in digi_pci_attach()
135 sc->module = "Xr"; in digi_pci_attach()
141 sc->module = "CX_PCI"; in digi_pci_attach()
147 sc->module = "Xr"; in digi_pci_attach()
153 sc->module = "EPCX_PCI"; in digi_pci_attach()
159 sc->module = "Xr"; in digi_pci_attach()
165 sc->module = "Xr"; in digi_pci_attach()
171 sc->module = "Xr"; in digi_pci_attach()
/NextBSD/contrib/ntp/lib/isc/include/isc/
HDlog.h470 const isc_logmodule_t *module);
569 isc_logmodule_t *module, int level,
608 isc_logmodule_t *module, int level,
620 isc_logmodule_t *module, int level, const char *format, ...)
631 isc_logmodule_t *module, int level, const char *format,
653 isc_logmodule_t *module, int level,
660 isc_logmodule_t *module, int level,
667 isc_logmodule_t *module, int level,
674 isc_logmodule_t *module, int level,

12345678910>>...30