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

1234567891011>>

/freebsd-13-stable/sys/contrib/openzfs/lib/libunicode/
H A DMakefile.am3 VPATH = $(top_srcdir)/module/unicode
/freebsd-13-stable/sys/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/
H A DMakefile.am6 module-setup.sh
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/callbacks/
H A Dzfs_mmp.ksh21 typeset history=$(</sys/module/zfs/parameters/zfs_multihost_history)
/freebsd-13-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.am10 auditfilter_noop_la_LDFLAGS = -module
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_kmod.c31 #include <sys/module.h>
/freebsd-13-stable/tools/tools/kttcp/
H A DMakefile12 all: kttcp module
14 module:
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl51 if (/^!module\s+(.*)$/)
53 $module = $1."-";
54 $module =~ s/\./_/g;
55 $module =~ s/-/_/g;
58 { $module = ""; }
63 $Cname = $module.$1;
93 if ($Cname ne "" && defined($ln{$module.$Cname}))
94 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
100 if ($Cname ne "" && defined($sn{$module
[all...]
/freebsd-13-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-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Drandom.h27 #include <linux/module.h>
/freebsd-13-stable/sys/dev/cxgbe/
H A Dif_cc.c33 #include <sys/module.h>
H A Dif_ccv.c33 #include <sys/module.h>
H A Dif_cxl.c33 #include <sys/module.h>
H A Dif_cxlv.c33 #include <sys/module.h>
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dtest_file_filter.rb9 module RakefileHelpers
/freebsd-13-stable/sys/dev/zlib/
H A Dzlib_mod.c33 #include <sys/module.h>
/freebsd-13-stable/sys/fs/cd9660/
H A Dcd9660_iconv.c34 #include <sys/module.h>
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_iconv.c35 #include <sys/module.h>
/freebsd-13-stable/sys/fs/udf/
H A Dudf_iconv.c35 #include <sys/module.h>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp65 ClangExternalASTSourceCallbacks::RegisterModule(clang::Module *module) { argument
66 m_modules.push_back(module);
68 m_ids.insert({module, id});
74 if (clang::Module *module = getModule(id))
75 return {*module};
86 ClangExternalASTSourceCallbacks::GetIDForModule(clang::Module *module) { argument
87 return OptionalClangModuleID(m_ids[module]);
/freebsd-13-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-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c371 kstat_module_t *module = NULL; local
373 list_for_each_entry(module, &kstat_module_list, ksm_module_list) {
374 if (strncmp(name, module->ksm_name, KSTAT_STRLEN) == 0)
375 return (module);
384 kstat_module_t *module; local
391 module = kmem_alloc(sizeof (kstat_module_t), KM_SLEEP);
392 module->ksm_proc = pde;
393 strlcpy(module->ksm_name, name, KSTAT_STRLEN+1);
394 INIT_LIST_HEAD(&module->ksm_kstat_list);
395 list_add_tail(&module
402 kstat_delete_module(kstat_module_t *module) argument
476 kstat_proc_entry_init(kstat_proc_entry_t *kpep, const char *module, const char *name) argument
571 kstat_module_t *module; local
606 kstat_module_t *module; local
669 kstat_module_t *module = kpep->kpe_owner; local
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp53 void AddRecognizer(StackFrameRecognizerSP recognizer, ConstString module, argument
57 false, module, RegularExpressionSP(), symbols,
62 RegularExpressionSP module, RegularExpressionSP symbol,
66 module, std::vector<ConstString>(), symbol, first_instruction_only});
71 std::string module, llvm::ArrayRef<ConstString> symbols,
88 entry.module.GetCString(), entry.symbols, false);
118 if (entry.module)
119 if (entry.module != module_name) continue;
152 ConstString module; member in struct:StackFrameRecognizerManagerImpl::RegisteredEntry
169 StackFrameRecognizerSP recognizer, ConstString module,
61 AddRecognizer(StackFrameRecognizerSP recognizer, RegularExpressionSP module, RegularExpressionSP symbol, bool first_instruction_only) argument
69 ForEach(std::function< void(uint32_t recognized_id, std::string recognizer_name, std::string module, llvm::ArrayRef<ConstString> symbols, bool regexp)> const &callback) argument
168 AddRecognizer( StackFrameRecognizerSP recognizer, ConstString module, llvm::ArrayRef<ConstString> symbols, bool first_instruction_only) argument
175 AddRecognizer( StackFrameRecognizerSP recognizer, RegularExpressionSP module, RegularExpressionSP symbol, bool first_instruction_only) argument
182 ForEach( std::function<void(uint32_t recognized_id, std::string recognizer_name, std::string module, llvm::ArrayRef<ConstString> symbols, bool regexp)> const &callback) argument
[all...]
/freebsd-13-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-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c80 libzfs_module_loaded(const char *module) argument
82 const char path_prefix[] = "/sys/module/";
86 strcpy(path + sizeof (path_prefix) - 1, module);
101 libzfs_load_module_impl(const char *module) argument
103 char *argv[4] = {"/sbin/modprobe", "-q", (char *)module, (char *)0};
110 /* Optionally request module loading */
111 if (!libzfs_module_loaded(module)) {
126 if (!libzfs_module_loaded(module))

Completed in 233 milliseconds

1234567891011>>