Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_util.c58 int rsmdbg_category = RSM_KERNEL_ALL;
H A Drsm.c1126 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_alloc()
1148 RSM_KERNEL_ALL, in rsmresource_alloc()
1165 DBG_PRINTF((RSM_KERNEL_ALL, in rsmresource_alloc()
1243 DBG_PRINTF((RSM_KERNEL_ALL, RSM_ERR, in rsmresource_alloc()
1253 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_alloc()
1268 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_free()
1310 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_free()
1323 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_lookup()
1358 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_lookup()
1373 DBG_PRINTF((RSM_KERNEL_ALL, RSM_DEBUG_VERBOSE, in rsmresource_insert()
[all …]
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm.h108 #define RSM_KERNEL_ALL (RSM_KERNEL_AGENT | RSM_PATH_MANAGER | 0x0FFF) macro