Lines Matching refs:category

309 extern void dbg_printf(int category, int level, char *fmt, ...);
726 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_attach()
728 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_attach enter\n")); in rsm_attach()
735 DBG_PRINTF((category, RSM_ERR, in rsm_attach()
741 DBG_PRINTF((category, RSM_ERR, in rsm_attach()
787 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_attach()
793 DBG_PRINTF((category, RSM_DEBUG, "rsm_attach rsm_hash_size: %d\n", in rsm_attach()
802 DBG_PRINTF((category, RSM_ERR, in rsm_attach()
812 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_attach()
822 DBG_PRINTF((category, RSM_ERR, in rsm_attach()
832 DBG_PRINTF((category, RSM_ERR, in rsm_attach()
914 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_attach done\n")); in rsm_attach()
927 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_detach()
929 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_detach enter\n")); in rsm_detach()
935 DBG_PRINTF((category, RSM_ERR, in rsm_detach()
1023 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_detach done\n")); in rsm_detach()
1033 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_DDI); in rsm_info()
1035 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_info enter\n")); in rsm_info()
1054 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_info done\n")); in rsm_info()
1064 DBG_DEFINE(category, in rsm_getadapter()
1067 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_getadapter enter\n")); in rsm_getadapter()
1083 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_getadapter done\n")); in rsm_getadapter()
1450 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmhash_lookup()
1452 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_lookup enter\n")); in rsmhash_lookup()
1456 DBG_PRINTF((category, RSM_DEBUG_LVL2, "rsmhash_lookup %u=%d\n", in rsmhash_lookup()
1476 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmhash_lookup()
1481 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_lookup done\n")); in rsmhash_lookup()
1491 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmhash_rm()
1493 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_rm enter\n")); in rsmhash_rm()
1497 DBG_PRINTF((category, RSM_DEBUG_LVL2, "rsmhash_rm %u=%d\n", in rsmhash_rm()
1514 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_rm done\n")); in rsmhash_rm()
1525 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmhash_add()
1527 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_add enter\n")); in rsmhash_add()
1546 DBG_PRINTF((category, RSM_DEBUG_LVL2, "rsmhash_add %d\n", hashval)); in rsmhash_add()
1576 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmhash_add done\n")); in rsmhash_add()
1685 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmshare_get()
1687 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmshare_get enter\n")); in rsmshare_get()
1692 DBG_PRINTF((category, RSM_DEBUG_LVL2, "rsmshare_get:key=%u, hash=%d\n", in rsmshare_get()
1733 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmshare_get done\n")); in rsmshare_get()
1766 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in importer_list_add()
1768 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_list_add enter\n")); in importer_list_add()
1785 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_list_add done\n")); in importer_list_add()
1794 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in importer_list_rm()
1796 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_list_rm enter\n")); in importer_list_rm()
1822 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_list_rm done\n")); in importer_list_rm()
1836 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmseg_free()
1838 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_free enter\n")); in rsmseg_free()
1846 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_free()
1895 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_free done\n")); in rsmseg_free()
1904 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmseg_alloc()
1906 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_alloc enter\n")); in rsmseg_alloc()
1926 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_alloc done\n")); in rsmseg_alloc()
1938 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL| RSM_DDI); in rsm_open()
1940 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_open enter\n")); in rsm_open()
1945 DBG_PRINTF((category, RSM_ERR, "rsm_open: bad otyp\n")); in rsm_open()
1953 DBG_PRINTF((category, RSM_ERR, in rsm_open()
1959 DBG_PRINTF((category, RSM_ERR, "rsm_open: bad perm\n")); in rsm_open()
1970 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_open()
1994 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_open done\n")); in rsm_open()
2003 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL| RSM_DDI); in rsmseg_close()
2005 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_close enter\n")); in rsmseg_close()
2078 DBG_PRINTF((category, RSM_ERR, in rsmseg_close()
2082 DBG_PRINTF((category, RSM_ERR, in rsmseg_close()
2111 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_close done\n")); in rsmseg_close()
2119 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL| RSM_DDI); in rsm_close()
2121 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_close enter\n")); in rsm_close()
2128 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rnum = %d\n", rnum)); in rsm_close()
2138 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_close done\n")); in rsm_close()
2148 DBG_PRINTF((category, RSM_ERR, "bad resource in rsm_close\n")); in rsm_close()
2154 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_close done\n")); in rsm_close()
2174 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_inc_pgcnt()
2188 DBG_PRINTF((category, RSM_DEBUG, "rsm_pgcnt incr to %d.\n", in rsm_inc_pgcnt()
2206 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_dec_pgcnt()
2215 DBG_PRINTF((category, RSM_DEBUG, "rsm_pgcnt decr to %d.\n", in rsm_dec_pgcnt()
2233 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_bind_pages()
2235 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_bind_pages enter\n")); in rsm_bind_pages()
2254 DBG_PRINTF((category, RSM_ERR, in rsm_bind_pages()
2266 DBG_PRINTF((category, RSM_ERR, in rsm_bind_pages()
2281 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_bind_pages done\n")); in rsm_bind_pages()
2290 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_unbind_pages()
2292 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unbind_pages enter\n")); in rsm_unbind_pages()
2303 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unbind_pages done\n")); in rsm_unbind_pages()
2314 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_bind()
2316 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_bind enter\n")); in rsm_bind()
2320 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_bind()
2328 DBG_PRINTF((category, RSM_ERR, in rsm_bind()
2334 DBG_PRINTF((category, RSM_ERR, in rsm_bind()
2344 DBG_PRINTF((category, RSM_DEBUG, in rsm_bind()
2385 DBG_PRINTF((category, RSM_WARNING, in rsm_bind()
2416 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_bind done\n")); in rsm_bind()
2467 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_rebind()
2469 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_rebind enter\n")); in rsm_rebind()
2478 DBG_PRINTF((category, RSM_ERR, "rsm_rebind: Not owner\n")); in rsm_rebind()
2487 DBG_PRINTF((category, RSM_ERR, in rsm_rebind()
2492 DBG_PRINTF((category, RSM_ERR, in rsm_rebind()
2505 DBG_PRINTF((category, RSM_DEBUG, in rsm_rebind()
2516 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_rebind()
2525 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_rebind done\n")); in rsm_rebind()
2566 DBG_PRINTF((category, RSM_ERR, in rsm_rebind()
2580 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_rebind done\n")); in rsm_rebind()
2588 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_unbind()
2590 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unbind enter\n")); in rsm_unbind()
2598 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unbind()
2614 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unbind done\n")); in rsm_unbind()
2624 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmacl_free()
2626 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmacl_free enter\n")); in rsmacl_free()
2635 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmacl_free done\n")); in rsmacl_free()
2642 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmpiacl_free()
2644 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmpiacl_free enter\n")); in rsmpiacl_free()
2651 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmpiacl_free done\n")); in rsmpiacl_free()
2662 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmacl_build()
2664 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmacl_build enter\n")); in rsmacl_build()
2672 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmacl_build()
2685 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmacl_build()
2699 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmacl_build()
2709 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmacl_build done\n")); in rsmacl_build()
2721 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmpiacl_create()
2723 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmpiacl_create enter\n")); in rsmpiacl_create()
2741 DBG_PRINTF((category, in rsmpiacl_create()
2758 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmpiacl_create done\n")); in rsmpiacl_create()
2772 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsmsegacl_validate()
2774 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmsegacl_validate()
2784 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmsegacl_validate()
2812 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmsegacl_validate()
2840 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmsegacl_validate done\n")); in rsmsegacl_validate()
2863 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_publish()
2865 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_publish enter\n")); in rsm_publish()
2872 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2882 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2910 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2922 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2931 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2944 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
2984 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
3021 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
3048 DBG_PRINTF((category, RSM_ERR, in rsm_publish()
3082 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_publish()
3088 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_publish()
3094 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_publish done\n")); in rsm_publish()
3114 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_republish()
3116 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_republish enter\n")); in rsm_republish()
3125 DBG_PRINTF((category, RSM_ERR, in rsm_republish()
3138 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_republish()
3155 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_republish()
3192 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_republish()
3211 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_republish()
3256 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_republish done\n")); in rsm_republish()
3268 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT); in rsm_unpublish()
3270 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unpublish enter\n")); in rsm_unpublish()
3274 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3290 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3301 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3319 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3328 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3356 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3384 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3390 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3403 DBG_PRINTF((category, RSM_ERR, in rsm_unpublish()
3429 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unpublish done\n")); in rsm_unpublish()
3618 DBG_DEFINE(category, in rsm_intr_segconnect()
3621 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_segconnect()
3631 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_segconnect()
3652 DBG_DEFINE(category, in rsm_force_unload()
3655 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_force_unload enter\n")); in rsm_force_unload()
3683 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_force_unload done\n")); in rsm_force_unload()
3701 DBG_DEFINE(category, in rsm_intr_reply()
3704 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_reply enter\n")); in rsm_intr_reply()
3708 DBG_PRINTF((category, RSM_ERR, in rsm_intr_reply()
3724 DBG_PRINTF((category, RSM_DEBUG, in rsm_intr_reply()
3729 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_reply done\n")); in rsm_intr_reply()
3740 DBG_DEFINE(category, in rsm_sqready_ack_deferred()
3743 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_sqready_ack_deferred()
3759 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_sqready_ack_deferred()
3781 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_sqready_ack_deferred()
3795 DBG_DEFINE(category, in rsm_proc_sqready()
3798 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_proc_sqready enter\n")); in rsm_proc_sqready()
3808 DBG_PRINTF((category, RSM_DEBUG, in rsm_proc_sqready()
3831 DBG_PRINTF((category, RSM_DEBUG, in rsm_proc_sqready()
3836 DBG_PRINTF((category, RSM_DEBUG, "rsm_proc_sqready:path=%lx " in rsm_proc_sqready()
3863 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_proc_sqready done\n")); in rsm_proc_sqready()
3876 DBG_DEFINE(category, in rsm_proc_sqready_ack()
3879 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_proc_sqready_ack()
3891 DBG_PRINTF((category, RSM_DEBUG, in rsm_proc_sqready_ack()
3901 DBG_PRINTF((category, RSM_DEBUG, in rsm_proc_sqready_ack()
3914 DBG_PRINTF((category, RSM_DEBUG, in rsm_proc_sqready_ack()
3920 DBG_PRINTF((category, RSM_DEBUG, "rsm_proc_sqready_ack:path=%lx " in rsm_proc_sqready_ack()
3942 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_proc_sqready_ack()
3956 DBG_DEFINE(category, in rsm_add_credits()
3960 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_add_credits enter\n")); in rsm_add_credits()
3967 DBG_PRINTF((category, RSM_DEBUG, in rsm_add_credits()
3976 DBG_PRINTF((category, RSM_DEBUG, in rsm_add_credits()
3988 DBG_PRINTF((category, RSM_DEBUG, in rsm_add_credits()
3994 DBG_PRINTF((category, RSM_DEBUG, in rsm_add_credits()
4014 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_add_credits done\n")); in rsm_add_credits()
4023 DBG_DEFINE(category, in rsm_intr_event()
4026 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_event enter\n")); in rsm_intr_event()
4058 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_event()
4079 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_event done\n")); in rsm_intr_event()
4094 DBG_DEFINE(category, in importer_update()
4097 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_update enter\n")); in importer_update()
4123 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_update done\n")); in importer_update()
4131 DBG_DEFINE(category, in rsm_suspend_complete()
4134 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_suspend_complete()
4140 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_suspend_complete()
4163 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_suspend_complete()
4173 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_suspend_complete()
4184 DBG_DEFINE(category, in exporter_quiesce()
4187 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "exporter_quiesce enter\n")); in exporter_quiesce()
4214 DBG_PRINTF((category, RSM_DEBUG, in exporter_quiesce()
4220 DBG_PRINTF((category, RSM_DEBUG, in exporter_quiesce()
4250 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "exporter_quiesce done\n")); in exporter_quiesce()
4263 DBG_DEFINE(category, in importer_suspend()
4266 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_suspend enter\n")); in importer_suspend()
4348 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_suspend done\n")); in importer_suspend()
4357 DBG_DEFINE(category, in rsmseg_suspend()
4360 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_suspend()
4373 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_suspend()
4421 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_suspend done\n")); in rsmseg_suspend()
4430 DBG_DEFINE(category, in rsmsegshare_suspend()
4433 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmsegshare_suspend()
4455 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_suspend()
4471 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_suspend()
4476 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_suspend()
4496 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmsegshare_suspend()
4511 DBG_DEFINE(category, in importer_resume()
4514 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_resume enter\n")); in importer_resume()
4554 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importer_resume done\n")); in importer_resume()
4568 DBG_DEFINE(category, in rsmseg_resume()
4571 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_resume()
4629 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_resume()
4656 DBG_PRINTF((category, RSM_ERR, in rsmseg_resume()
4690 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_resume()
4708 DBG_PRINTF((category, RSM_ERR, in rsmseg_resume()
4722 DBG_PRINTF((category, RSM_ERR, in rsmseg_resume()
4732 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_resume done\n")); in rsmseg_resume()
4743 DBG_DEFINE(category, in rsmsegshare_resume()
4746 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmsegshare_resume enter\n")); in rsmsegshare_resume()
4773 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_resume()
4819 DBG_PRINTF((category, RSM_ERR, in rsmsegshare_resume()
4826 DBG_PRINTF((category, RSM_ERR, in rsmsegshare_resume()
4855 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_resume()
4864 DBG_PRINTF((category, RSM_DEBUG, in rsmsegshare_resume()
4875 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmsegshare_resume done\n")); in rsmsegshare_resume()
4893 DBG_DEFINE(category, in rsm_intr_proc_deferred()
4896 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_proc_deferred()
4965 DBG_PRINTF((category, RSM_ERR, in rsm_intr_proc_deferred()
4977 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_proc_deferred()
4991 DBG_DEFINE(category, in rsm_intr_callback_dispatch()
4994 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_callback_dispatch()
5004 DBG_PRINTF((category, RSM_DEBUG, in rsm_intr_callback_dispatch()
5012 DBG_PRINTF((category, RSM_DEBUG, in rsm_intr_callback_dispatch()
5026 DBG_PRINTF((category, RSM_DEBUG, in rsm_intr_callback_dispatch()
5045 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_intr_callback_dispatch()
5061 DBG_DEFINE(category, in rsm_sqcreateop_callback()
5064 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_sqcreateop_callback()
5072 DBG_PRINTF((category, RSM_DEBUG, in rsm_sqcreateop_callback()
5091 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_sqcreateop_callback()
5102 DBG_DEFINE(category, in rsm_intr_callback()
5105 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_callback enter:" in rsm_intr_callback()
5115 DBG_PRINTF((category, RSM_ERR, "wrong KA version\n")); in rsm_intr_callback()
5175 DBG_PRINTF((category, RSM_DEBUG, in rsm_intr_callback()
5180 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_intr_callback done\n")); in rsm_intr_callback()
5188 DBG_DEFINE(category, in rsm_srv_func()
5191 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_srv_func enter\n")); in rsm_srv_func()
5195 DBG_PRINTF((category, RSM_DEBUG, "rsm_srv_func:OP_CREATE\n")); in rsm_srv_func()
5199 DBG_PRINTF((category, RSM_DEBUG, "rsm_srv_func:OP_DESTROY\n")); in rsm_srv_func()
5205 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_srv_func()
5212 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_srv_func done\n")); in rsm_srv_func()
5223 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmipc_alloc()
5225 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_alloc enter\n")); in rsmipc_alloc()
5253 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_alloc done\n")); in rsmipc_alloc()
5261 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsmipc_free()
5263 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_free enter\n")); in rsmipc_free()
5284 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_free done\n")); in rsmipc_free()
5301 DBG_DEFINE(category, in rsmipc_send()
5304 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_send enter:dest=%d", in rsmipc_send()
5345 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send()
5351 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5365 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send()
5391 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5400 DBG_PRINTF((category, RSM_DEBUG, "rsmipc_send done=%d\n", e)); in rsmipc_send()
5411 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send()
5449 DBG_PRINTF((category, RSM_DEBUG, in rsmipc_send()
5463 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5497 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5506 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send()
5531 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5537 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send()
5587 DBG_PRINTF((category, RSM_DEBUG, in rsmipc_send()
5603 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5635 DBG_PRINTF((category, RSM_ERR, in rsmipc_send()
5663 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmipc_send done=%d\n", e)); in rsmipc_send()
5879 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_FLOWCONTROL); in rsmipc_send_controlmsg()
5881 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send_controlmsg()
5888 DBG_PRINTF((category, RSM_DEBUG, "rsmipc_send_controlmsg:path=%lx " in rsmipc_send_controlmsg()
5894 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send_controlmsg()
5938 DBG_PRINTF((category, RSM_ERR, in rsmipc_send_controlmsg()
5952 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmipc_send_controlmsg()
5981 DBG_DEFINE(category, in rsmseg_unload()
5984 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_unload enter\n")); in rsmseg_unload()
5999 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_unload()
6008 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_unload()
6031 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmseg_unload()
6057 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmseg_unload done\n")); in rsmseg_unload()
6096 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT); in rsm_connect()
6098 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_connect enter\n")); in rsm_connect()
6102 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6109 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6123 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6142 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6168 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_connect()
6194 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6238 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6270 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6284 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6344 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6380 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6427 DBG_PRINTF((category, RSM_ERR, in rsm_connect()
6480 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_connect()
6490 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_connect done\n")); in rsm_connect()
6505 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT); in rsm_unmap()
6507 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unmap()
6519 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unmap done\n")); in rsm_unmap()
6553 DBG_PRINTF((category, RSM_DEBUG, in rsm_unmap()
6588 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_unmap done\n")); in rsm_unmap()
6604 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT); in rsm_closeconnection()
6606 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_closeconnection()
6617 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_closeconnection()
6658 DBG_PRINTF((category, RSM_DEBUG, in rsm_closeconnection()
6699 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_closeconnection()
6710 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT); in rsm_disconnect()
6712 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_disconnect enter\n")); in rsm_disconnect()
6733 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_disconnect()
6757 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_disconnect done\n")); in rsm_disconnect()
6769 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsm_chpoll()
6771 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_chpoll enter\n")); in rsm_chpoll()
6800 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_chpoll done\n")); in rsm_chpoll()
6814 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_IOCTL); in rsmresource_seg()
6816 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmresource_seg enter\n")); in rsmresource_seg()
6845 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmresource_seg done\n")); in rsmresource_seg()
6855 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT | RSM_IOCTL); in rsmexport_ioctl()
6857 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmexport_ioctl enter\n")); in rsmexport_ioctl()
6888 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmexport_ioctl done: %d\n", in rsmexport_ioctl()
6898 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in rsmimport_ioctl()
6900 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmimport_ioctl enter\n")); in rsmimport_ioctl()
6913 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmimport_ioctl done: %d\n", in rsmimport_ioctl()
6924 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in rsmbar_ioctl()
6926 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmbar_ioctl enter\n")); in rsmbar_ioctl()
6930 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
6934 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
6943 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
6971 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
6980 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
6989 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmbar_ioctl()
7005 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in exportbell_ioctl()
7007 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "exportbell_ioctl enter\n")); in exportbell_ioctl()
7014 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in exportbell_ioctl()
7030 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_EXPORT | RSM_IOCTL); in importbell_ioctl()
7032 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "importbell_ioctl enter\n")); in importbell_ioctl()
7054 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in importbell_ioctl()
7065 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IOCTL); in rsm_consumeevent_copyin()
7078 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7092 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7108 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7142 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7152 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7168 DBG_PRINTF((category, RSM_ERR, in rsm_consumeevent_copyin()
7173 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_consumeevent_copyin()
7184 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IOCTL); in rsm_consumeevent_copyout()
7186 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_consumeevent_copyout()
7234 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_consumeevent_copyout()
7251 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_consumeevent_copyout()
7266 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IOCTL); in rsm_consumeevent_ioctl()
7281 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_consumeevent_ioctl()
7305 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in iovec_copyin()
7307 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "iovec_copyin enter\n")); in iovec_copyin()
7319 DBG_PRINTF((category, RSM_DEBUG, in iovec_copyin()
7338 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in iovec_copyin()
7346 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in iovec_copyin()
7351 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "iovec_copyin done\n")); in iovec_copyin()
7360 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in sgio_copyin()
7362 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "sgio_copyin enter\n")); in sgio_copyin()
7370 DBG_PRINTF((category, RSM_DEBUG, in sgio_copyin()
7381 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in sgio_copyin()
7388 DBG_PRINTF((category, RSM_DEBUG, in sgio_copyin()
7392 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "sgio_copyin done\n")); in sgio_copyin()
7399 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in sgio_resid_copyout()
7401 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in sgio_resid_copyout()
7415 DBG_PRINTF((category, RSM_ERR, in sgio_resid_copyout()
7424 DBG_PRINTF((category, RSM_ERR, in sgio_resid_copyout()
7428 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in sgio_resid_copyout()
7437 DBG_PRINTF((category, RSM_ERR, in sgio_resid_copyout()
7446 DBG_PRINTF((category, RSM_ERR, in sgio_resid_copyout()
7451 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "sgio_resid_copyout done\n")); in sgio_resid_copyout()
7478 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_IMPORT | RSM_IOCTL); in rsm_iovec_ioctl()
7480 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_iovec_ioctl enter\n")); in rsm_iovec_ioctl()
7490 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7496 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7518 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7541 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7550 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7563 DBG_PRINTF((category, RSM_DEBUG, in rsm_iovec_ioctl()
7576 DBG_PRINTF((category, RSM_DEBUG, in rsm_iovec_ioctl()
7663 DBG_PRINTF((category, RSM_DEBUG, in rsm_iovec_ioctl()
7668 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7738 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_iovec_ioctl()
7753 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_IOCTL); in rsmaddr_ioctl()
7755 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmaddr_ioctl enter\n")); in rsmaddr_ioctl()
7759 DBG_PRINTF((category, RSM_DEBUG, in rsmaddr_ioctl()
7797 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmaddr_ioctl()
7805 DBG_DEFINE(category, in rsm_ddi_copyin()
7808 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_ddi_copyin enter\n")); in rsm_ddi_copyin()
7817 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ddi_copyin()
7836 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ddi_copyin()
7841 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_ddi_copyin done\n")); in rsm_ddi_copyin()
7852 DBG_DEFINE(category, in rsmattr_ddi_copyout()
7855 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmattr_ddi_copyout()
7916 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmattr_ddi_copyout()
7946 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmattr_ddi_copyout()
7967 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_IOCTL); in rsm_ioctl()
7969 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_ioctl enter\n")); in rsm_ioctl()
7973 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
7981 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
7988 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
7998 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8006 DBG_PRINTF((category, RSM_DEBUG, in rsm_ioctl()
8012 DBG_PRINTF((category, RSM_DEBUG, in rsm_ioctl()
8030 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8039 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8059 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8068 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8076 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_ioctl()
8140 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_ioctl done: %d\n", in rsm_ioctl()
8200 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsmmap_map()
8202 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_map enter\n")); in rsmmap_map()
8204 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmmap_map()
8234 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_map done\n")); in rsmmap_map()
8249 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsmmap_access()
8251 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_access enter\n")); in rsmmap_access()
8259 DBG_PRINTF((category, RSM_DEBUG, in rsmmap_access()
8272 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmmap_access()
8278 DBG_PRINTF((category, RSM_ERR, "devmap_load failed\n")); in rsmmap_access()
8282 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_access done\n")); in rsmmap_access()
8293 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsmmap_dup()
8295 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_dup enter\n")); in rsmmap_dup()
8315 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmmap_dup()
8333 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_dup done\n")); in rsmmap_dup()
8349 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsmmap_unmap()
8351 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_unmap enter\n")); in rsmmap_unmap()
8360 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmmap_unmap()
8382 DBG_PRINTF((category, RSM_DEBUG_LVL2, in rsmmap_unmap()
8408 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsmmap_unmap done\n")); in rsmmap_unmap()
8431 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsm_devmap()
8433 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_devmap enter\n")); in rsm_devmap()
8435 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8457 DBG_PRINTF((category, RSM_ERR, in rsm_devmap()
8461 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8468 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8505 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8514 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8520 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8535 DBG_PRINTF((category, RSM_DEBUG, in rsm_devmap()
8540 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_devmap()
8565 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_DDI); in rsm_segmap()
8567 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "rsm_segmap enter\n")); in rsm_segmap()
8576 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_segmap()
8597 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8605 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_segmap()
8609 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8618 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_segmap()
8629 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8648 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8659 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8679 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8692 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_segmap()
8699 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8778 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8833 DBG_PRINTF((category, RSM_ERR, in rsm_segmap()
8838 DBG_PRINTF((category, RSM_DEBUG_LVL2, "rsm_segmap done: %d\n", in rsm_segmap()
8857 DBG_ADDCATEGORY(category, RSM_LOOPBACK); in rsm_segmap()
8895 DBG_PRINTF((category, RSM_DEBUG, in rsm_segmap()
8943 DBG_PRINTF((category, RSM_DEBUG_LVL2, in rsm_segmap()
9039 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL | RSM_LOOPBACK); in rsmka_init_loopback()
9041 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmka_init_loopback()
9061 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsmka_init_loopback()
9071 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_quiesce_exp_seg()
9074 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_exp_seg()
9085 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_exp_seg()
9094 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_exp_seg()
9105 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_exp_seg()
9136 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_exp_seg()
9160 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_unquiesce_exp_seg()
9165 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unquiesce_exp_seg()
9173 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done:state=%d\n", in rsm_unquiesce_exp_seg()
9182 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done:state=%d\n", in rsm_unquiesce_exp_seg()
9198 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unquiesce_exp_seg()
9231 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unquiesce_exp_seg()
9251 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unquiesce_exp_seg()
9297 DBG_PRINTF((category, RSM_ERR, in rsm_unquiesce_exp_seg()
9325 DBG_PRINTF((category, RSM_ERR, in rsm_unquiesce_exp_seg()
9334 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done: exp_qscd\n", in rsm_unquiesce_exp_seg()
9341 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function)); in rsm_unquiesce_exp_seg()
9348 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_quiesce_imp_seg()
9351 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_quiesce_imp_seg()
9364 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function)); in rsm_quiesce_imp_seg()
9372 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_unquiesce_imp_seg()
9375 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_unquiesce_imp_seg()
9386 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, "%s done\n", function)); in rsm_unquiesce_imp_seg()
9416 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_dr_process_local_segments()
9418 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_process_local_segments()
9445 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_process_local_segments()
9453 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_dr_callback_post_add()
9454 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_post_add()
9463 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_dr_callback_pre_del()
9465 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_pre_del()
9472 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_pre_del()
9502 DBG_PRINTF((category, RSM_DEBUG, in rsm_dr_callback_pre_del()
9520 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_pre_del()
9536 DBG_PRINTF((category, RSM_DEBUG, in rsm_dr_callback_pre_del()
9567 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_pre_del()
9577 DBG_DEFINE(category, RSM_KERNEL_AGENT | RSM_FUNC_ALL); in rsm_dr_callback_post_del()
9579 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_post_del()
9586 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_post_del()
9622 DBG_PRINTF((category, RSM_DEBUG, in rsm_dr_callback_post_del()
9639 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_post_del()
9655 DBG_PRINTF((category, RSM_DEBUG, in rsm_dr_callback_post_del()
9674 DBG_PRINTF((category, RSM_DEBUG_VERBOSE, in rsm_dr_callback_post_del()