Searched defs:module (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dkmod-setup.c52 const char *module; member in struct:__anon58
62 { "ipv6", "/sys/module/ipv6", false, true, NULL },
64 /* this should never be a module */
94 "this by loading the module...", kmod_table[i].module);
105 r = kmod_module_new_from_name(ctx, kmod_table[i].module, &mod);
107 log_error("Failed to lookup module '%s'", kmod_table[i].module);
113 log_debug("Inserted module '%s'", kmod_module_get_name(mod));
120 "Failed to insert module '
[all...]
/systemd/src/coredump/
H A Dstacktrace.c47 Dwfl_Module *module; local
61 module = dwfl_addrmodule(c->dwfl, pc_adjusted);
62 if (module) {
66 cudie = dwfl_module_addrdie(module, pc_adjusted, &bias);
88 symbol = dwfl_module_addrname(module, pc_adjusted);
90 fname = dwfl_module_info(module, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
/systemd/src/nss-resolve/
H A Dnss-resolve.c44 static voidfunc_t find_fallback(const char *module, const char *symbol) { argument
47 /* Try to find a fallback NSS module symbol */
49 dl = dlopen(module, RTLD_LAZY|RTLD_NODELETE);

Completed in 15 milliseconds