Searched refs:module (Results 51 - 75 of 2418) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp109 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr, argument
112 UpdateLoadedSectionsCommon(module, base_addr, base_addr_is_offset);
115 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module, argument
119 module->SetLoadAddress(m_process->GetTarget(), base_addr, base_addr_is_offset,
123 void DynamicLoader::UnloadSections(const ModuleSP module) { argument
124 UnloadSectionsCommon(module);
127 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) { argument
129 const SectionList *sections = GetSectionListFromModule(module);
131 assert(sections && "SectionList missing from unloaded module.");
141 DynamicLoader::GetSectionListFromModule(const ModuleSP module) cons
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c413 char *module = NULL; local
421 module = malloc(len);
422 if (module == NULL)
424 strlcpy(module, name, len);
428 /* Find module in loaded modules first */
430 if (module && strcmp(module, verifiers[i]->name) != 0)
434 if (module)
435 free(module);
440 if (module
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp93 // Always fill data about module name and offset.
113 info->module = internal_strdup(module_name);
131 info->module = internal_strdup(module_name);
177 const LoadedModule *module = FindModuleForAddress(address); local
178 if (module == nullptr)
180 *module_name = module->full_name();
181 *module_offset = address - module->base_address();
182 *module_arch = module->arch();
209 const LoadedModule *module = SearchForModule(modules_, address); local
210 if (module) retur
[all...]
/freebsd-11-stable/sys/dev/digi/
H A Ddigi_pci.c37 #include <sys/module.h>
123 sc->module = "EPCX_PCI";
129 sc->module = "Xem";
135 sc->module = "Xr";
141 sc->module = "CX_PCI";
147 sc->module = "Xr";
153 sc->module = "EPCX_PCI";
159 sc->module = "Xr";
165 sc->module = "Xr";
171 sc->module
[all...]
H A DCX.c34 #include <sys/module.h>
H A DCX_PCI.c34 #include <sys/module.h>
H A DEPCX.c34 #include <sys/module.h>
H A DEPCX_PCI.c34 #include <sys/module.h>
H A DXe.c34 #include <sys/module.h>
H A DXem.c34 #include <sys/module.h>
H A DXr.c34 #include <sys/module.h>
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mapper.c120 * mapper module arg
122 * module : mapper module name.
123 * arg : argument for the module (generally, description file name)
128 size_t linebufsize, const char **module, const char **variable)
160 /* get module name */
161 *module = p;
204 const char * __restrict module,
223 /* load module */
224 ret = _citrus_load_module(&cm->cm_module, module);
127 lookup_mapper_entry(const char *dir, const char *mapname, void *linebuf, size_t linebufsize, const char **module, const char **variable) argument
202 mapper_open(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
279 _citrus_mapper_open_direct(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict * __restrict rcm, const char * __restrict module, const char * __restrict variable) argument
318 const char *module, *variable; local
[all...]
/freebsd-11-stable/sys/sys/
H A Djail.h338 #define SYSCTL_JAIL_PARAM(module, param, type, fmt, descr) \
339 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
341 #define SYSCTL_JAIL_PARAM_STRING(module, param, access, len, descr) \
342 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
345 #define SYSCTL_JAIL_PARAM_STRUCT(module, param, access, len, fmt, descr)\
346 SYSCTL_PROC(_security_jail_param ## module, OID_AUTO, param, \
349 #define SYSCTL_JAIL_PARAM_NODE(module, descr) \
350 SYSCTL_NODE(_security_jail_param, OID_AUTO, module, 0, 0, descr)
351 #define SYSCTL_JAIL_PARAM_SUBNODE(parent, module, descr) \
352 SYSCTL_NODE(_security_jail_param_##parent, OID_AUTO, module,
[all...]
/freebsd-11-stable/contrib/top/
H A DConfigure8 set vars = (module LoadMax topn NominalTopn delay owner group mode random \
34 # collect file names and module names
58 set module = $1
64 set module = $1
66 set module = ""
87 grep -s $module $$.n >/dev/null
89 echo "$module is not recognized. To see a list of available modules"
103 Module $module
139 ./getans "What module is appropriate for this machine? " string "$module"
[all...]
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c59 * Execute a module chain
78 pamh->current->module->path,
107 if (chain->module->func[primitive] == NULL) {
109 chain->module->path, pam_sm_func_name[primitive]);
118 pam_sm_func_name[primitive], chain->module->path);
119 r = (chain->module->func[primitive])(pamh, flags,
123 chain->module->path, pam_sm_func_name[primitive],
150 * Record the return code from the first module to
151 * fail. If a required module fails, record the
152 * return code from the first required module t
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_main.c60 #include <sys/module.h>
78 static int fuse_loader(struct module *m, int what, void *arg);
116 fuse_loader(struct module *m, int what, void *arg)
153 /* Registering the module */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h51 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
84 /// Loaded module list. (link map for each module)
89 /// linker each time a module is loaded or unloaded.
102 /// Updates the load address of every allocatable section in \p module.
104 /// \param module The module to traverse.
107 /// module.
109 /// \param base_addr The virtual base address \p module is loaded at.
110 void UpdateLoadedSections(lldb::ModuleSP module, lld
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dnfssrv.d34 #pragma D depends_on module kernel
35 #pragma D depends_on module nfssrv
/freebsd-11-stable/sys/netinet/
H A Daccf_data.c34 #include <sys/module.h>
/freebsd-11-stable/sys/dev/pci/
H A Dignore_pci.c38 #include <sys/module.h>
/freebsd-11-stable/tests/freebsd_test_suite/
H A Dmacros.h33 #include <sys/module.h>
50 atf_tc_skip("module %s could not be resolved: %s", \
65 printf("module %s could not be resolved: %s\n", \
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobjects.pl33 if (/^!module\s+(.*)$/)
35 $module = $1."-";
36 $module =~ s/\./_/g;
37 $module =~ s/-/_/g;
40 { $module = ""; }
45 $Cname = $module.$1;
75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
82 if ($Cname ne "" && defined($sn{$module
[all...]
/freebsd-11-stable/share/examples/kld/syscall/test/
H A Dcall.c30 #include <sys/module.h>
/freebsd-11-stable/stand/uboot/lib/
H A DMakefile11 SRCS+= module.c net.c reboot.c time.c
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_virt.c28 #include <linux/module.h>

Completed in 129 milliseconds

1234567891011>>