Searched refs:rcmhandle (Results 1 – 2 of 2) sorted by relevance
122 ops->rcmop_unregister(module->rcmhandle); in module_detach()136 if (ops->rcmop_register(module->rcmhandle) != RCM_SUCCESS) { in module_attach()190 rcm_handle_free(module->rcmhandle); in module_unload()308 module->rcmhandle = rcm_handle_alloc(module); in module_load()1629 mod->modops->rcmop_register(mod->rcmhandle); in rcmd_db_sync()
117 rcm_handle_t *rcmhandle; member