Home
last modified time | relevance | path

Searched defs:modpath (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dhooks.c51 char *modpath; global() member
90 load_symbol(uv_lib_t * handle,const char * modpath,const char * symbol_name,void ** symbolp) load_symbol() argument
121 load_plugin(isc_mem_t * mctx,const char * modpath,ns_plugin_t ** pluginp) load_plugin() argument
210 ns_plugin_register(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx,dns_view_t * view) ns_plugin_register() argument
244 ns_plugin_check(const char * modpath,const char * parameters,const void * cfg,const char * cfg_file,unsigned long cfg_line,isc_mem_t * mctx,isc_log_t * lctx,void * actx) ns_plugin_check() argument
[all...]
/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_dynamic.c125 try_module(const char *modpath) in try_module()
185 char modpath[PATH_MAX]; in openpam_dynamic() local
/netbsd-src/sys/kern/
H A Dkern_module_vfs.c149 module_load_plist_vfs(const char *modpath, const bool nochroot, in module_load_plist_vfs()