Searched refs:module (Results 1 - 5 of 5) sorted by relevance
/systemd/src/basic/ |
H A D | nss-util.h | 30 #define NSS_GETHOSTBYNAME_PROTOTYPES(module) \ 31 enum nss_status _nss_##module##_gethostbyname4_r( \ 37 enum nss_status _nss_##module##_gethostbyname3_r( \ 45 enum nss_status _nss_##module##_gethostbyname2_r( \ 51 enum nss_status _nss_##module##_gethostbyname_r( \ 57 #define NSS_GETHOSTBYADDR_PROTOTYPES(module) \ 58 enum nss_status _nss_##module##_gethostbyaddr2_r( \ 65 enum nss_status _nss_##module##_gethostbyaddr_r( \ 72 #define NSS_GETHOSTBYNAME_FALLBACKS(module) \ 73 enum nss_status _nss_##module##_gethostbyname2_ [all...] |
/systemd/src/core/ |
H A D | kmod-setup.c | 52 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 D | stacktrace.c | 47 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/test/TEST-06-SELINUX/ |
H A D | test.sh | 72 cat <<EOF >$initdir/etc/systemd/system/load-systemd-test-module.service 74 Description=Load systemd-test module 81 ConditionPathExists=|/.load-systemd-test-module 84 ExecStart=/bin/sh -x -c 'echo 0 >/sys/fs/selinux/enforce && cd /systemd-test-module && make -f /usr/share/selinux/devel/Makefile load && rm /.load-systemd-test-module' 90 touch $initdir/.load-systemd-test-module 92 ln -fs load-systemd-test-module.service $initdir/etc/systemd/system/basic.target.wants/load-systemd-test-module.service 109 mkdir $initdir/systemd-test-module 110 cp systemd_test.te $initdir/systemd-test-module [all...] |
/systemd/src/nss-resolve/ |
H A D | nss-resolve.c | 44 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 1890 milliseconds