Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_module.h64 #define RCM_MOD_OPS_V1 1 macro
H A Drcm_subr.c194 case RCM_MOD_OPS_V1: in module_unload()
275 case RCM_MOD_OPS_V1: in module_load()
312 if (module->modops && module->modops->version == RCM_MOD_OPS_V1) in module_load()
1899 if (ops->version == RCM_MOD_OPS_V1) { in call_getinfo()