Searched refs:nss_module_register_fn (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/include/
H A Dnsswitch.h183 typedef ns_mtab *(*nss_module_register_fn)(const char *, unsigned int *, typedef
/freebsd-13-stable/lib/libc/net/
H A Dnsdispatch.c187 static void nss_load_module(const char *, nss_module_register_fn);
482 nss_load_module(const char *source, nss_module_register_fn reg_fn)
486 nss_module_register_fn fn;
526 fn = (nss_module_register_fn)dlfunc(mod.handle,

Completed in 123 milliseconds