Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dimmintrin.h47 #if !defined(_MSC_VER) || __has_feature(modules) || \
52 #if !defined(_MSC_VER) || __has_feature(modules) || \
125 #if !defined(_MSC_VER) || __has_feature(modules) || \
134 #if !defined(_MSC_VER) || __has_feature(modules) || \
143 #if !defined(_MSC_VER) || __has_feature(modules) || \
148 #if !defined(_MSC_VER) || __has_feature(modules) || \
153 #if !defined(_MSC_VER) || __has_feature(modules) || \
158 #if !defined(_MSC_VER) || __has_feature(modules) || \
171 #if !defined(_MSC_VER) || __has_feature(modules) || \
180 #if !defined(_MSC_VER) || __has_feature(modules) || \
[all …]
H A Dstddef.h34 #if !__has_feature(modules)
46 #if !defined(_PTRDIFF_T) || __has_feature(modules)
48 #if !__has_feature(modules)
57 #if !defined(_SIZE_T) || __has_feature(modules)
59 #if !__has_feature(modules)
71 !defined(_RSIZE_T)) || __has_feature(modules)
73 #if !__has_feature(modules)
83 #if !defined(_WCHAR_T) || __has_feature(modules)
84 #if !__has_feature(modules)
128 #if !defined(_WINT_T) || __has_feature(modules)
[all …]
H A Dx86intrin.h31 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__3dNOW__)
35 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__PRFCHW__)
39 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__SSE4A__)
43 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__FMA4__)
47 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__XOP__)
51 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__TBM__)
55 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__LWP__)
59 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__MWAITX__)
63 #if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLZERO__)
/freebsd-12.1/lib/libpam/static_libpam/
H A DMakefile.depend7 lib/libpam/modules/pam_chroot \
8 lib/libpam/modules/pam_deny \
9 lib/libpam/modules/pam_echo \
10 lib/libpam/modules/pam_exec \
12 lib/libpam/modules/pam_group \
13 lib/libpam/modules/pam_guest \
14 lib/libpam/modules/pam_krb5 \
15 lib/libpam/modules/pam_ksu \
19 lib/libpam/modules/pam_opie \
27 lib/libpam/modules/pam_self \
[all …]
/freebsd-12.1/targets/pseudo/userland/lib/
H A DMakefile.depend29 lib/libalias/modules/cuseeme \
30 lib/libalias/modules/dummy \
31 lib/libalias/modules/ftp \
32 lib/libalias/modules/irc \
33 lib/libalias/modules/nbt \
34 lib/libalias/modules/pptp \
35 lib/libalias/modules/skinny \
36 lib/libalias/modules/smedia \
117 lib/libpam/modules/pam_deny \
124 lib/libpam/modules/pam_ksu \
[all …]
/freebsd-12.1/contrib/openpam/
H A Dconfigure.ac37 AC_ARG_ENABLE([unversioned-modules],
39 [support loading of unversioned modules]),
46 AC_ARG_WITH([modules-dir],
47 AC_HELP_STRING([--with-modules-dir=DIR],
48 [OpenPAM modules directory]),
53 [OpenPAM modules directory])
159 modules/Makefile
160 modules/pam_deny/Makefile
161 modules/pam_permit/Makefile
162 modules/pam_return/Makefile
[all …]
/freebsd-12.1/crypto/openssl/
H A DNOTES.PERL6 - Notes on Perl modules we use
13 some core Perl modules. These Perl modules are part of the Perl
17 differ, and you may have to check that you do get the core modules
22 install the core Perl modules as well, so you will be fine.
65 Text::Template This module is not part of the core Perl modules.
66 As a matter of fact, the core Perl modules do not
72 following modules in our source. They will work as fallbacks if
73 these modules aren't already installed on the system.
/freebsd-12.1/contrib/compiler-rt/lib/stats/
H A Dstats.cc31 InternalMmapVectorNoCtor<StatModule **> modules; variable
89 modules.push_back(mod); in __sanitizer_stats_register()
90 return modules.size() - 1; in __sanitizer_stats_register()
97 WriteModuleReport(modules[index]); in __sanitizer_stats_unregister()
98 modules[index] = 0; in __sanitizer_stats_unregister()
105 for (StatModule **mod : modules) { in WriteFullReport()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dompt-general.cpp168 HMODULE *modules; in ompt_tool_windows() local
170 modules = (HMODULE *)malloc(NUM_MODULES * sizeof(HMODULE)); in ompt_tool_windows()
176 if (!EnumProcessModules(process, modules, NUM_MODULES * sizeof(HMODULE), in ompt_tool_windows()
179 free(modules); in ompt_tool_windows()
188 modules = (HMODULE *)realloc(modules, needed); in ompt_tool_windows()
190 if (!EnumProcessModules(process, modules, needed, &needed)) { in ompt_tool_windows()
191 free(modules); in ompt_tool_windows()
200 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows()
204 free(modules); in ompt_tool_windows()
210 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows()
[all …]
/freebsd-12.1/contrib/apr-util/
H A DMakefile.in78 install: $(TARGETS) install-modules
95 install-modules: install-modules-@APU_HAVE_MODULES@
97 install-modules-no:
99 install-modules-yes: $(APU_MODULES)
123 .PHONY: install-modules install-modules-yes install-modules-no dox test check
/freebsd-12.1/share/examples/drivers/
H A Dmake_pseudo_driver.sh38 if [ -d ${TOP}/modules/${1} ]; then
49 rm -rf ${TOP}/modules/${1}
61 echo ${TOP}/modules/${1}
67 echo ${TOP}/modules/${1}
68 echo ${TOP}/modules/${1}/Makefile
70 mkdir ${TOP}/modules/${1}
387 if [ ! -d ${TOP}/modules/${1} ]; then
388 mkdir -p ${TOP}/modules/${1}
391 cat >${TOP}/modules/${1}/Makefile <<DONE
410 (cd ${TOP}/modules/${1}; make depend; make )
/freebsd-12.1/sys/kern/
H A Dkern_module.c63 static TAILQ_HEAD(modulelist, module) modules;
87 TAILQ_INIT(&modules); in module_init()
103 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link) in module_shutdown()
143 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_register_init()
144 TAILQ_INSERT_HEAD(&mod->file->modules, mod, flink); in module_register_init()
174 TAILQ_INSERT_TAIL(&modules, newmod, link); in module_register()
206 TAILQ_REMOVE(&modules, mod, link); in module_release()
208 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_release()
221 TAILQ_FOREACH(mod, &modules, link) { in module_lookupbyname()
236 TAILQ_FOREACH(mod, &modules, link) in module_lookupbyid()
[all …]
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCONF_modules_free.pod24 configuration modules. Normally, in versions of OpenSSL prior to 1.1.0,
28 CONF_modules_finish() calls each configuration modules B<finish> handler
31 CONF_modules_unload() finishes and unloads configuration modules. If
32 B<all> is set to B<0> only modules loaded from DSOs will be unloads. If
33 B<all> is B<1> all modules, including builtin modules will be unloaded.
H A DOPENSSL_load_builtin_modules.pod5 …d_builtin_modules, ASN1_add_oid_module, ENGINE_add_conf_module - add standard configuration modules
18 configuration modules to the internal list. They can then be used by the
35 configuration modules instead of adding modules selectively: otherwise
37 modules are added.
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cc124 InternalMmapVector<LoadedModule> modules; in ProcessGlobalRegions() local
125 modules.reserve(128); in ProcessGlobalRegions()
126 memory_mapping.DumpListOfModules(&modules); in ProcessGlobalRegions()
127 for (uptr i = 0; i < modules.size(); ++i) { in ProcessGlobalRegions()
130 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions()
133 modules[i].ranges()) { in ProcessGlobalRegions()
/freebsd-12.1/sys/conf/
H A Dkern.post.mk51 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
52 ${target}: modules-${target}
53 modules-${target}:
54 cd $S/modules; ${MKMODULESENV} ${MAKE} \
111 .ORDER: kernel-install modules-install
123 .if !defined(MODULES_WITH_WORLD) && !defined(NO_MODULES) && exists($S/modules)
124 modules: modules-all
125 modules-depend: beforebuild
126 modules-all: beforebuild
129 modules-all modules-depend: modules-obj
/freebsd-12.1/lib/libpam/pam.d/
H A DREADME12 PAM library and descriptions of the various files and modules. Below
34 modules are run, but the request will be denied.
36 modules are run.
38 module failed, no remaining modules are run.
40 modules are run, but the request will be denied.
41 optional: ignored unless the other modules return PAM_IGNORE.
/freebsd-12.1/stand/lua/
H A Dconfig.lua35 local modules = {}
106 if modules[key] == nil then
107 modules[key] = {}
109 modules[key][name] = value
176 if modules[k] == nil then
177 modules[k] = {}
179 modules[k].load = v:upper()
617 modules = {}
643 return loadModule(modules, not config.verbose)
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc54 ListOfModules modules; in OnLibraryLoaded() local
55 modules.init(); in OnLibraryLoaded()
59 for (const auto &mod : modules) { in OnLibraryLoaded()
101 for (const auto &mod : modules) { in OnLibraryLoaded()
H A Dsanitizer_procmaps_mac.cc355 InternalMmapVectorNoCtor<LoadedModule> *modules) { in DumpListOfModules() argument
364 if (!modules->empty() && in DumpListOfModules()
365 0 == internal_strcmp(segment.filename, modules->back().full_name())) { in DumpListOfModules()
366 cur_module = &modules->back(); in DumpListOfModules()
368 modules->push_back(LoadedModule()); in DumpListOfModules()
369 cur_module = &modules->back(); in DumpListOfModules()
/freebsd-12.1/contrib/netbsd-tests/share/mk/
H A Dcommon.subr58 # Creates a main C source file that references a set of modules.
60 # The modules to be referenced should have been created with
61 # create_c_module. The generated source file ensures that all the modules
72 local modules=
75 modules="${modules} $(echo ${spec} | cut -d : -f 1)"
80 for module in ${modules}; do
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dplugin.c389 static heim_dict_t modules; variable
421 if (modules == NULL) { in _krb5_load_plugins()
422 modules = heim_dict_create(11); in _krb5_load_plugins()
423 if (modules == NULL) { in _krb5_load_plugins()
429 module = heim_dict_copy_value(modules, s); in _krb5_load_plugins()
437 heim_dict_add_value(modules, s, module); in _krb5_load_plugins()
505 heim_release(modules); in _krb5_unload_plugins()
506 modules = NULL; in _krb5_unload_plugins()
606 dict = heim_dict_copy_value(modules, m); in _krb5_plugin_run_f()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp208 const ModuleList &modules = process->GetTarget().GetImages(); in GetObjCModule() local
209 for (uint32_t idx = 0; idx < modules.GetSize(); idx++) { in GetObjCModule()
210 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()
222 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetPrintForDebuggerAddr() local
227 if ((!modules.FindSymbolsWithNameAndType(ConstString("_NSPrintForDebugger"), in GetPrintForDebuggerAddr()
229 (!modules.FindSymbolsWithNameAndType(ConstString("_CFPrintForDebugger"), in GetPrintForDebuggerAddr()
302 const ModuleList &modules = m_process->GetTarget().GetImages(); in GetFoundationVersion() local
303 for (uint32_t idx = 0; idx < modules.GetSize(); idx++) { in GetFoundationVersion()
304 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp123 const DbiModuleList &modules = m_index.dbi().modules(); in GetOrCreateCompiland() local
124 llvm::pdb::DbiModuleDescriptor descriptor = modules.getModuleDescriptor(modi); in GetOrCreateCompiland()
152 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland()
155 for (llvm::StringRef file : modules.source_files(modi)) { in GetOrCreateCompiland()
/freebsd-12.1/tools/debugscripts/
H A DREADME19 information about kernel modules loaded, and then reruns gdb loading the
20 necessary symbols for the modules. You need to make sure you build the
21 modules w/ debugging symbols separately to get things to work.

12345678910>>...19