Searched refs:module (Results 251 - 275 of 2418) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/usb/
H A Dusb_mbuf.c38 #include <sys/module.h>
/freebsd-11-stable/sys/kern/
H A Dkern_module.c44 #include <sys/module.h>
47 static MALLOC_DEFINE(M_MODULE, "module", "module data structures");
49 struct module { struct
50 TAILQ_ENTRY(module) link; /* chain together all modules */
51 TAILQ_ENTRY(module) flink; /* all modules in a file */
52 struct linker_file *file; /* file which contains this module */
55 char *name; /* module name */
58 modspecific_t data; /* module specific data */
63 static TAILQ_HEAD(modulelist, module) module
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c44 #include <sys/module.h>
97 #define IPUV3_READ(ipuv3, module, reg) \
98 bus_space_read_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg))
99 #define IPUV3_WRITE(ipuv3, module, reg, val) \
100 bus_space_write_4((ipuv3)->iot, (ipuv3)->module##_ioh, (reg), (val))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp123 // don't rebase if the module already has a load address
141 " added executable '%s' to module load list",
158 LLDB_LOGF(log, "-- [module] %s (pid %" PRIu64 ")",
209 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, argument
213 m_loaded_modules[module] = link_map_addr;
214 UpdateLoadedSectionsCommon(module, base_addr, base_addr_is_offset);
217 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { argument
218 m_loaded_modules.erase(module);
220 UnloadSectionsCommon(module);
566 // The rendezvous class doesn't enumerate the main module, s
[all...]
/freebsd-11-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c34 * SNMP module for ATM hardware interfaces.
52 struct lmodule *module; variable in typeref:struct:lmodule
142 * Function gets called from the MIB-II module for events on that interface
281 aif->ifpreg = mibif_notify(ifp, module, atmif_notify, aif);
311 * Start the module
319 "The Begemot MIB for ATM interfaces.", module);
334 module = mod;
337 if (mib_register_newif(new_if, module)) {
346 * Called when module gets unloaded - free all resources
356 mib_unregister_newif(module);
[all...]
/freebsd-11-stable/share/examples/
H A DMakefile88 kld/cdev/module/Makefile \
89 kld/cdev/module/cdev.c \
90 kld/cdev/module/cdev.h \
91 kld/cdev/module/cdevmod.c \
107 kld/syscall/module/Makefile \
108 kld/syscall/module/syscall.c \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp137 /// \param[in] module
138 /// The module being instrumented.
139 Instrumenter(llvm::Module &module, argument
141 : m_module(module), m_checker_function(checker_function),
301 llvm::Module &m_module; ///< The module which is being instrumented
312 ValidPointerChecker(llvm::Module &module, argument
314 : Instrumenter(module, checker_function),
370 ObjcObjectChecker(llvm::Module &module, argument
372 : Instrumenter(module, checker_function),
548 LLDB_LOGF(log, "Couldn't find %s() in the module", m_func_nam
[all...]
/freebsd-11-stable/sys/conf/
H A Dkmod.mk12 # EXPORT_SYMS A list of symbols that should be exported from the module,
17 # KMOD The name of the kernel module to build.
27 # KMODLOAD Command to load a kernel module [/sbin/kldload]
29 # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
31 # KMODISLOADED Command to check whether a kernel module is
34 # PROG The name of the kernel module to build.
45 # DESTDIR The tree where the module gets installed. [not set]
50 # install the kernel module; if the Makefile
57 # Load a module.
60 # Unload a module
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp168 // Now add the new module to the list
510 // Search the module if the module is not equal to the one in the symbol
511 // context "sc". If "sc" contains a empty module shared pointer, then the
585 Module *module = pos->get(); local
586 const FileSpec &module_file_spec = module->GetFileSpec();
589 module->GetUUID().GetAsString().c_str(),
590 module->GetArchitecture().GetArchitectureName(),
612 // The address is already section offset so it has a module
653 size_t ModuleList::GetIndexForModule(const Module *module) cons
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h32 * library, libctf, and an equivalent kernel module. This API can be used by
242 struct module;
243 extern ctf_file_t *ctf_modopen(struct module *, int *);
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap_module.c32 #include <sys/module.h>
136 event_handler(module_t module, int event, void *arg) argument
180 "wtap", /* module name */
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dudp.d29 #pragma D depends_on module kernel
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping_dev.c17 #include <sys/module.h>
21 #include <sys/kernel.h> /* types used in module initialization */
33 SYSCTL_NODE(_dev, OID_AUTO, krping, CTLFLAG_RW, 0, "kernel rping module");
69 krping_loader(struct module *m, int what, void *arg)
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A Dopenpam_dump_policy.c78 /* declare the module's struct pam_module */
79 modname = strrchr(chain->module->path, '/');
80 modname = strdup(modname ? modname : chain->module->path);
87 /* module arguments */
101 /* next module in chain */
106 printf("\t.module = &%s_pam_module,\n", modname);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.h289 void hostapd_logger(void *ctx, const u8 *addr, unsigned int module, int level,
293 unsigned int module, int level,
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping_dev.c17 #include <sys/module.h>
21 #include <sys/kernel.h> /* types used in module initialization */
33 SYSCTL_NODE(_dev, OID_AUTO, krping, CTLFLAG_RW, 0, "kernel rping module");
71 krping_loader(struct module *m, int what, void *arg)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectConstResult.h59 Module *module = nullptr);
145 ConstString name, Module *module = nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp51 UUID MinidumpParser::GetModuleUUID(const minidump::Module *module) { argument
53 GetData().slice(module->CvRecord.RVA, module->CvRecord.DataSize);
266 "Failed to read module list: {0}");
275 "Failed to read module list: {0}");
285 for (const auto &module : *ExpectedModules) {
286 auto ExpectedName = m_file->getString(module.ModuleNameRVA);
289 "Failed to get module name: {0}");
295 // See if we have inserted this module aready into filtered_modules. If we
302 // This module ha
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp31 UnwindTable::UnwindTable(Module &module) argument
32 : m_module(module), m_unwinds(), m_initialized(false), m_mutex(),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp152 if (!ParseCommandOutput(buf, addr, &stack->info.function, &stack->info.module,
183 if (!ParseCommandOutput(buf, addr, &info->name, &info->module, nullptr,
H A Dsanitizer_procmaps_common.cpp66 void MemoryMappedSegment::AddAddressRanges(LoadedModule *module) { argument
69 module->addAddressRange(start, end, IsExecutable(), IsWritable());
138 // shadow memory of the tool), so the module can't be the
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp98 suppression_ctx->Match(info.module, stype, sp)) {
136 suppression_ctx->Match(global.module, stype, &s)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c158 /* Write module information to the log file */
169 MINIDUMP_MODULE_CALLBACK module = callback_input->Module; local
171 char *buf = convert_wbcs_to_ansi(module.FullPath);
172 fprintf(log_file, FORMAT_PTR, (UINT_PTR)module.BaseOfImage);
177 HIWORD(module.VersionInfo.dwFileVersionMS),
178 LOWORD(module.VersionInfo.dwFileVersionMS),
179 HIWORD(module.VersionInfo.dwFileVersionLS),
180 LOWORD(module.VersionInfo.dwFileVersionLS),
181 module.SizeOfImage);
657 module enumeratio
[all...]
/freebsd-11-stable/stand/lua/
H A Dcore.lua69 -- try_include will return the loaded module on success, or false and the error
71 function try_include(module)
72 if module:sub(1, 1) ~= "/" then
79 module = lua_path .. "/" .. module
85 if module:match(".lua$") == nil then
86 module = module .. ".lua"
89 if lfs.attributes(module, "mode") ~= "file" then
93 return dofile(module)
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dcython.mk89 build-cython-module: ${CYTHON_MODULE}
91 install-cython-module: ${CYTHON_MODULE}

Completed in 316 milliseconds

<<11121314151617181920>>