Searched refs:module (Results 26 - 50 of 2418) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/cxgbe/
H A Dif_cxl.c33 #include <sys/module.h>
H A Dif_cxlv.c33 #include <sys/module.h>
H A Dif_ccv.c33 #include <sys/module.h>
H A Dif_cc.c33 #include <sys/module.h>
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd_nexusvar.h38 #include <sys/module.h>
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb9 module RakefileHelpers
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_iconv.c32 #include <sys/module.h>
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_iconv.c33 #include <sys/module.h>
/freebsd-11-stable/sys/fs/udf/
H A Dudf_iconv.c33 #include <sys/module.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.h27 /// \param[in] module
28 /// The module \a symbol belongs to.
43 ConvertPDBLocationToDWARFExpression(lldb::ModuleSP module,
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapu_dso.c112 const char *module,
125 *dsoptr = apr_hash_get(dsos, module, APR_HASH_KEY_STRING);
163 apr_cpystrn(eos, module, sizeof(path) - (eos - path));
182 apr_cpystrn(eos, module, sizeof(path) - (eos - path));
202 module = apr_pstrdup(global, module);
203 apr_hash_set(dsos, module, APR_HASH_KEY_STRING, *dsoptr);
110 apu_dso_load(apr_dso_handle_t **dlhandleptr, apr_dso_handle_sym_t *dsoptr, const char *module, const char *modsym, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dlog.h205 * the category/module specification of isc_log_[v]write[1] that is compiled
366 *\li A module should only be registered once, but no mechanism enforces
394 *\li Each module has a reference in the logging context, so they can be
470 const isc_logmodule_t *module);
472 * Associate a named logging channel with a category and module that
488 * module for all known categories (including the "default" category).
490 *\li If module is NULL, then the channel is associated with every module
493 *\li Passing both category and module as NULL would make every log message
496 * \li Specifying a channel that is #ISC_LOG_TONULL for a category/module pai
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp54 ConstString module, ConstString symbol,
56 m_recognizers.push_front({(uint32_t)m_recognizers.size(), false, recognizer, false, module, RegularExpressionSP(),
62 RegularExpressionSP module, RegularExpressionSP symbol,
64 m_recognizers.push_front({(uint32_t)m_recognizers.size(), false, recognizer, true, ConstString(), module,
69 std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module,
76 callback(entry.recognizer_id, entry.recognizer->GetName(), entry.module.GetCString(),
107 if (entry.module)
108 if (entry.module != module_name) continue;
140 ConstString module; member in struct:StackFrameRecognizerManagerImpl::RegisteredEntry
157 StackFrameRecognizerSP recognizer, ConstString module,
53 AddRecognizer(StackFrameRecognizerSP recognizer, ConstString module, ConstString symbol, bool first_instruction_only) argument
61 AddRecognizer(StackFrameRecognizerSP recognizer, RegularExpressionSP module, RegularExpressionSP symbol, bool first_instruction_only) argument
68 ForEach( std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, std::string symbol, bool regexp)> const &callback) argument
156 AddRecognizer( StackFrameRecognizerSP recognizer, ConstString module, ConstString symbol, bool first_instruction_only) argument
163 AddRecognizer( StackFrameRecognizerSP recognizer, RegularExpressionSP module, RegularExpressionSP symbol, bool first_instruction_only) argument
170 ForEach( std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, std::string symbol, bool regexp)> const &callback) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h191 /// Retrieves the per-module TLS block for a given thread.
193 /// \param[in] module
194 /// The module to query TLS data for.
201 /// module, the address of the TLS block. Otherwise
203 virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, argument
209 /// Locates or creates a module given by \p file and updates/loads the
210 /// resulting module at the virtual base address \p base_addr.
263 /// Checks to see if the target module has changed, updates the target
264 /// accordingly and returns the target executable module.
267 /// Updates the load address of every allocatable section in \p module
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp44 // them as strings so we can provide them to the user in case a module failed
76 bool AddModule(const SourceModule &module, ModuleVector *exported_modules,
90 clang::Module *module);
92 void ReportModuleExports(ModuleVector &exports, clang::Module *module);
168 clang::Module *module) {
169 if (exports.count(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module)))
172 exports.insert(reinterpret_cast<ClangModulesDeclVendor::ModuleID>(module));
176 module->getExportedModules(sub_exports);
178 for (clang::Module *module : sub_exports) {
179 ReportModuleExportsHelper(exports, module);
166 ReportModuleExportsHelper( std::set<ClangModulesDeclVendor::ModuleID> &exports, clang::Module *module) argument
183 ReportModuleExports( ClangModulesDeclVendor::ModuleVector &exports, clang::Module *module) argument
194 AddModule(const SourceModule &module, ModuleVector *exported_modules, Stream &error_stream) argument
437 clang::Module *module = module_macro->getOwningModule(); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/
H A Dh_funcs.subr57 autoload=$(sysctl -n kern.module.autoload)
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.am13 pam_return_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.am13 pam_unix_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.am13 pam_permit_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.am13 pam_deny_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h38 static bool CanInterpret(llvm::Module &module, llvm::Function &function,
42 static bool Interpret(llvm::Module &module, llvm::Function &function,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h35 // %m - path to module (binary or shared object);
36 // %o - offset in the module in hex format;
47 // module+offset if it is known, or (<unknown module>) string.
48 // %M - prints module basename and offset, if it is known, or PC.
58 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h45 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
67 /// Loaded module list. (link map for each module)
72 /// linker each time a module is loaded or unloaded.
85 /// Updates the load address of every allocatable section in \p module.
87 /// \param module The module to traverse.
90 /// module.
92 /// \param base_addr The virtual base address \p module is loaded at.
93 void UpdateLoadedSections(lldb::ModuleSP module, lld
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.h37 bool runOnModule(llvm::Module &module) override;
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kstat.c42 kstat_create(char *module, int instance, char *name, char *class, uchar_t type, argument
53 * Allocate the main structure. We don't need to copy module/class/name
63 * kstat.<module>.<class>.<name>.
67 SYSCTL_STATIC_CHILDREN(_kstat), OID_AUTO, module, CTLFLAG_RW, 0,
70 printf("%s: Cannot create kstat.%s tree!\n", __func__, module);
79 module, class);
88 module, class, name);

Completed in 150 milliseconds

1234567891011>>