Home
last modified time | relevance | path

Searched refs:rcmhandle (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h119 rcm_handle_t *rcmhandle; member
H A Drcm_subr.c124 ops->rcmop_unregister(module->rcmhandle); in module_detach()
138 if (ops->rcmop_register(module->rcmhandle) != RCM_SUCCESS) { in module_attach()
192 rcm_handle_free(module->rcmhandle); in module_unload()
310 module->rcmhandle = rcm_handle_alloc(module); in module_load()
1631 mod->modops->rcmop_register(mod->rcmhandle); in rcmd_db_sync()