Searched refs:module (Results 126 - 150 of 2418) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/xz/
H A Dxz_mod.c33 #include <sys/module.h>
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_var.h38 #include <sys/module.h>
/freebsd-11-stable/tests/sys/net/
H A Dif_epair.c31 #include <sys/module.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h40 /// Add a module to the list of modules to search.
42 /// \param[in] module
43 /// The path to the exact module to be loaded. E.g., if the desired
44 /// module is std.io, then this should be { "std", "io" }.
48 /// module that is re-exported by the specified module.
52 /// it tries to load the module.
55 /// True if the module could be loaded; false if not. If the
56 /// compiler encountered a fatal error during a previous module
58 virtual bool AddModule(const SourceModule &module,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp668 // global shared module list
959 // Didn't find matching shlib/module in target...
986 // Get all global variables for this module
1286 static void DumpModuleArchitecture(Stream &strm, Module *module, argument
1288 if (module) {
1292 module->GetArchitecture().DumpTriple(arch_strm.AsRawOstream());
1294 arch_strm.PutCString(module->GetArchitecture().GetArchitectureName());
1304 static void DumpModuleUUID(Stream &strm, Module *module) { argument
1305 if (module && module
1311 DumpCompileUnitLineTable(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, lldb::DescriptionLevel desc_level) argument
1396 Module *module = module_list.GetModulePointerAtIndexUnlocked(image_idx); local
1416 DumpModuleSymtab(CommandInterpreter &interpreter, Stream &strm, Module *module, SortOrder sort_order, Mangled::NamePreference name_preference) argument
1426 DumpModuleSections(CommandInterpreter &interpreter, Stream &strm, Module *module) argument
1443 DumpModuleSymbolFile(Stream &strm, Module *module) argument
1474 LookupAddressInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, uint32_t resolve_mask, lldb::addr_t raw_addr, lldb::addr_t offset, bool verbose) argument
1524 LookupSymbolInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool verbose) argument
1588 LookupFunctionInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name, bool name_is_regex, bool include_inlines, bool include_symbols, bool verbose) argument
1621 LookupTypeInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const char *name_cstr, bool name_is_regex) argument
1668 LookupTypeHere(CommandInterpreter &interpreter, Stream &strm, Module &module, const char *name_cstr, bool name_is_regex) argument
1711 LookupFileAndLineInModule(CommandInterpreter &interpreter, Stream &strm, Module *module, const FileSpec &file_spec, uint32_t line, bool check_inlines, bool verbose) argument
1754 Module *module = Module::GetAllocatedModuleAtIndex(image_idx); local
2048 Module *module = module_list.GetModulePointerAtIndex(i); variable
2137 Module *module = module_list.GetModulePointerAtIndex(i); variable
2296 Module *module = module_list.GetModulePointerAtIndex(i); variable
2705 Module *module = matching_modules.GetModulePointerAtIndex(0); variable
3056 Module *module; variable
3090 PrintModule(Target *target, Module *module, int indent, Stream &strm) argument
3760 LookupInModule(CommandInterpreter &interpreter, Module *module, CommandReturnObject &result, bool &syntax_error) argument
3900 Module *module = module_list.GetModulePointerAtIndex(j); variable
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c380 * module - dict of {
413 heim_dict_t module; local
429 module = heim_dict_copy_value(modules, s);
430 if (module == NULL) {
431 module = heim_dict_create(11);
432 if (module == NULL) {
437 heim_dict_add_value(modules, s, module);
478 p = heim_dict_copy_value(module, spath);
487 heim_dict_add_value(module, spath, p);
496 heim_release(module);
592 _krb5_plugin_run_f(krb5_context context, const char *module, const char *name, int min_version, int flags, void *userctx, krb5_error_code (*func)(krb5_context, const void *, void *, void *)) argument
[all...]
/freebsd-11-stable/contrib/libucl/lua/
H A DMakefile.am9 ucl_la_LDFLAGS = -module -export-dynamic -avoid-version
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dzfs.d33 #pragma D attributes Private/Private/Unknown provider zfs module
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.h21 ManualDWARFIndex(Module &module, DWARFDebugInfo *debug_info, argument
23 : DWARFIndex(module), m_debug_info(debug_info),
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec13 pam_passwdqc is a simple password strength checking module for
49 - Permit for stacking of more than one instance of this module (no statics).
52 - Install the module as mode 755.
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_pe.c43 * so this module implements only enough routines to be able to parse the
46 * (and to have it call back to us). Note that while this module
436 * Return the import descriptor for a particular module. An image
438 * and NDIS.SYS. For each module, there is a list of imported function
441 * Note: module names are case insensitive!
445 pe_get_import_descriptor(imgbase, desc, module)
448 char *module;
454 if (imgbase == 0 || module == NULL || desc == NULL)
466 if (!strncasecmp(module, modname, strlen(module))) {
[all...]
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_iconv.c115 const char *module; local
129 module = (strcmp(src, dst) != 0) ? "iconv_std" : "iconv_none";
131 module = "iconv_std";
147 /* load module */
148 ret = _citrus_load_module(&ci->ci_module, module);
154 module, "iconv");
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp72 const char *StripModuleName(const char *module) { argument
73 if (!module)
78 if (const char *bslash_pos = internal_strrchr(module, '\\'))
81 if (const char *slash_pos = internal_strrchr(module, '/')) {
84 return module;
H A Dsanitizer_procmaps_mac.cpp49 static void NextSectionLoad(LoadedModule *module, MemoryMappedSegmentData *data, argument
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable,
60 void MemoryMappedSegment::AddAddressRanges(LoadedModule *module) { argument
67 module->addAddressRange(start, end, IsExecutable(), IsWritable(),
74 NextSectionLoad<struct section>(module, data_, IsWritable());
77 NextSectionLoad<struct section_64>(module, data_, IsWritable());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDWARFExpression.h44 DWARFExpression(lldb::ModuleSP module, const DataExtractor &data,
121 void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; } argument
173 /// The module which defined the expression.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp49 Module *module, Target *target) {
55 create_callback(language, module, target);
64 Module *module) {
65 return CreateInstanceHelper(language, module, nullptr);
224 Module *module, bool can_create) {
274 auto type_system_sp = TypeSystem::CreateInstance(language, module);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h43 struct module;
51 struct module *owner;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h140 RSKernelDescriptor(const RSModuleDescriptor *module, llvm::StringRef name, argument
142 : m_module(module), m_name(name), m_slot(slot) {}
153 RSGlobalDescriptor(const RSModuleDescriptor *module, llvm::StringRef name) argument
154 : m_module(module), m_name(name) {}
163 RSReductionDescriptor(const RSModuleDescriptor *module, uint32_t sig, argument
168 : m_module(module), m_reduce_name(name), m_init_name(init_name),
218 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} argument
398 for (const auto &module : m_rsmodules)
399 for (const auto &kernel : module
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp317 Module *module) {
407 if (module == nullptr) {
408 // The only thing we can currently lock down to a module so that we
414 module = var_sc.module_sp.get();
418 if (module) {
420 ObjectFile *objfile = module->GetObjectFile();
453 if (module) {
456 "unable to resolve the module for file address 0x%" PRIx64
459 module->GetFileSpec().GetPath().c_str());
462 "unable to resolve the module fo
316 GetValueAsData(ExecutionContext *exe_ctx, DataExtractor &data, Module *module) argument
675 ConvertToLoadAddress(Module *module, Target *target) argument
[all...]
H A DSearchFilter.cpp402 const FileSpec &module)
403 : SearchFilter(target_sp, FilterTy::ByModule), m_module_spec(module) {}
437 // If the module file spec is a full path, then we can just find the one
446 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i); local
447 if (FileSpec::Match(m_module_spec, module->GetFileSpec())) {
448 SymbolContext matchingContext(m_target_sp, module->shared_from_this());
459 s->PutCString(", module = ");
481 error.SetErrorString("SFBM::CFSD: Could not find the module list key.");
492 llvm::StringRef module; local
493 success = modules_array->GetItemAtIndexAsString(0, module);
401 SearchFilterByModule(const lldb::TargetSP &target_sp, const FileSpec &module) argument
575 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i); local
632 llvm::StringRef module; local
680 llvm::StringRef module; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c34 #include <sys/module.h>
42 /* Sysctl interface to query information about the module. */
66 SYSCTL_DESCR("Whether the module was loaded or not"),
/freebsd-11-stable/contrib/netbsd-tests/modules/k_helper3/
H A Dk_helper3.c34 #include <sys/module.h>
48 * A program that loads a module and returns the errno(2) from modctl(8).
81 printf("Loading module %s\n", filename);
/freebsd-11-stable/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c34 #include <sys/module.h>
40 /* Sysctl interface to query information about the module. */
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapu_internal.h40 apr_status_t apu_dso_load(apr_dso_handle_t **dso, apr_dso_handle_sym_t *dsoptr, const char *module,
/freebsd-11-stable/contrib/ipfilter/
H A Dmlfk_rule.c15 #include <sys/module.h>

Completed in 363 milliseconds

1234567891011>>