Searched refs:RSM_KERNEL_AGENT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/rsm/ |
H A D | rsm.c | 657 DBG_PRINTF((RSM_KERNEL_AGENT, RSM_DEBUG_VERBOSE, in _init() 676 DBG_PRINTF((RSM_KERNEL_AGENT, RSM_DEBUG_VERBOSE, in _fini() 689 DBG_PRINTF((RSM_KERNEL_AGENT, RSM_ERR, in _fini() 711 DBG_PRINTF((RSM_KERNEL_AGENT, RSM_DEBUG_VERBOSE, "_fini done\n")); in _fini() 724 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_attach() 925 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_detach() 1031 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_info() 1063 RSM_KERNEL_AGENT | RSM_IMPORT | RSM_EXPORT | RSM_IOCTL); in rsm_getadapter() 1448 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmhash_lookup() 1489 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmhash_rm() [all …]
|
H A D | rsmka_pathmanager.c | 187 static int category = RSM_PATH_MANAGER | RSM_KERNEL_AGENT;
|
/titanic_50/usr/src/uts/common/sys/rsm/ |
H A D | rsm.h | 91 #define RSM_KERNEL_AGENT 0x1000 /* kernel agent messages */ macro 110 #define RSM_KERNEL_ALL (RSM_KERNEL_AGENT | RSM_PATH_MANAGER | 0x0FFF)
|