Home
last modified time | relevance | path

Searched defs:module (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/basic/
Dnss-util.h16 #define NSS_GETHOSTBYNAME_PROTOTYPES(module) \ argument
43 #define NSS_GETHOSTBYADDR_PROTOTYPES(module) \ argument
58 #define NSS_GETHOSTBYNAME_FALLBACKS(module) \ argument
102 #define NSS_GETHOSTBYADDR_FALLBACKS(module) \ argument
118 #define NSS_GETPW_PROTOTYPES(module) \ argument
130 #define NSS_GETSP_PROTOTYPES(module) \ argument
137 #define NSS_GETSG_PROTOTYPES(module) \ argument
144 #define NSS_GETGR_PROTOTYPES(module) \ argument
156 #define NSS_PWENT_PROTOTYPES(module) \ argument
167 #define NSS_SPENT_PROTOTYPES(module) \ argument
[all …]
/systemd-251/src/test/
Dtest-nss-users.c47 static void test_getpwnam_r(void *handle, const char *module, const char *name) { in test_getpwnam_r()
73 static void test_getgrnam_r(void *handle, const char *module, const char *name) { in test_getgrnam_r()
99 static void test_getpwuid_r(void *handle, const char *module, uid_t uid) { in test_getpwuid_r()
125 static void test_getgrgid_r(void *handle, const char *module, gid_t gid) { in test_getgrgid_r()
151 static void test_byname(void *handle, const char *module, const char *name) { in test_byname()
157 static void test_byuid(void *handle, const char *module, uid_t uid) { in test_byuid()
164 const char *module, in test_one_module()
Dtest-nss-hosts.c92 static void test_gethostbyname4_r(void *handle, const char *module, const char *name) { in test_gethostbyname4_r()
153 static void test_gethostbyname3_r(void *handle, const char *module, const char *name, int af) { in test_gethostbyname3_r()
188 static void test_gethostbyname2_r(void *handle, const char *module, const char *name, int af) { in test_gethostbyname2_r()
216 static void test_gethostbyname_r(void *handle, const char *module, const char *name) { in test_gethostbyname_r()
244 const char *module, in test_gethostbyaddr2_r()
282 const char *module, in test_gethostbyaddr_r()
317 static void test_byname(void *handle, const char *module, const char *name) { in test_byname()
344 const char *module, in test_byaddr()
374 const char *module, in test_one_module()
Dnss-test-util.c28 void* nss_open_handle(const char *dir, const char *module, int flags) { in nss_open_handle()
/systemd-251/src/shared/
Dmodule-util.c7 int module_load_and_warn(struct kmod_ctx *ctx, const char *module, bool verbose) { in module_load_and_warn()
Delf-util.c183 Dwfl_Module *module; in frame_callback() local
/systemd-251/src/core/
Dkmod-setup.c94 const char *module; in kmod_setup() member