Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/librsm/common/
H A Drsmlib.c765 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_DEBUG_VERBOSE, in rsm_memseg_export_create()
829 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_create()
844 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_create()
856 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_create()
880 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_create()
896 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_DEBUG_VERBOSE, in rsm_memseg_export_create()
907 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_DEBUG_VERBOSE, in rsm_memseg_export_destroy()
911 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_destroy()
921 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_ERR, in rsm_memseg_export_destroy()
934 DBPRINTF((RSM_LIBRARY|RSM_EXPORT, RSM_DEBUG_VERBOSE, in rsm_memseg_export_destroy()
[all …]
/titanic_50/usr/src/uts/common/io/rsm/
H A Drsm.c1063 RSM_KERNEL_AGENT | RSM_IMPORT | RSM_EXPORT | RSM_IOCTL); in rsm_getadapter()
2172 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_inc_pgcnt()
2204 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_dec_pgcnt()
2231 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_bind_pages()
2288 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_unbind_pages()
2312 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_bind()
2467 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_rebind()
2588 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_unbind()
2624 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmacl_free()
2642 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmpiacl_free()
[all …]
/titanic_50/usr/src/uts/common/sys/rsm/
H A Drsm.h98 #define RSM_EXPORT 0x0200 /* export operations */ macro