Home
last modified time | relevance | path

Searched refs:dacf_module_register (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddacf_impl.h95 int dacf_module_register(char *, struct dacfsw *);
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c274 (void) dacf_module_register(kmod_name, &kmod_dacfsw); in dacf_init()
667 dacf_module_register(char *mod_name, struct dacfsw *sw) in dacf_module_register() function
H A Dmodconf.c480 return (dacf_module_register(mcp->mod_modname, modl->dacf_dacfsw)); in mod_installdacf()