Home
last modified time | relevance | path

Searched refs:fmd_dprintf (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_subr.h68 extern void fmd_dprintf(int, const char *, ...);
H A Dfmd_xprt.c442 fmd_dprintf(FMD_DBG_XPRT, "xprt %u protocol mismatch: %u>%u\n", in fmd_xprt_vmismatch()
537 fmd_dprintf(FMD_DBG_XPRT, "re-send %s for %s to transport %u\n", in fmd_xprt_send_case()
565 fmd_dprintf(FMD_DBG_XPRT, "re-send %s for %s to rdonly transport %s\n", in fmd_xprt_send_case_ro()
918 fmd_dprintf(FMD_DBG_XPRT, "opened transport %u\n", xip->xi_id); in fmd_xprt_create()
1003 fmd_dprintf(FMD_DBG_XPRT, "closed transport %u\n", id); in fmd_xprt_destroy()
1062 fmd_dprintf(FMD_DBG_XPRT, "xprt %u sending %s\n", in fmd_xprt_send()
1500 fmd_dprintf(FMD_DBG_XPRT, "xprt %u %s %s\n", xip->xi_id, in fmd_xprt_recv()
1545 fmd_dprintf(FMD_DBG_XPRT, "xprt %u nvlist %p (%s) " in fmd_xprt_recv()
1860 fmd_dprintf(FMD_DBG_XPRT, in fmd_xprt_subscribe()
1905 fmd_dprintf(FMD_DBG_XPRT, in fmd_xprt_unsubscribe()
H A Dfmd_time.c239 fmd_dprintf(FMD_DBG_TMR, "simulator tod base tv_sec=%lx hrt=%llx\n", in fmd_simulator_init()
301 fmd_dprintf(FMD_DBG_TMR, "hrt clock set %llx\n", fts->fts_hrt); in fmd_simulator_add()
H A Dfmd_ctl.c105 fmd_dprintf(FMD_DBG_DISP, "unpausing modules from ctl barrier\n"); in fmd_ctl_pause()
H A Dfmd_rpc.c160 fmd_dprintf(FMD_DBG_RPC, "registered %s rpc service " in fmd_rpc_svc_init()
H A Dfmd_subr.c237 fmd_dprintf(int mask, const char *format, ...) in fmd_dprintf() function
H A Dfmd_module.c333 fmd_dprintf(FMD_DBG_MOD, "loaded module %s\n", mp->mod_name); in fmd_module_create()
412 fmd_dprintf(FMD_DBG_MOD, "unloaded module %s\n", mp->mod_name); in fmd_module_unload()
982 fmd_dprintf(FMD_DBG_MOD, "module %s opening %s -> %s/%s.dict\n", in fmd_module_dc_opendict()
H A Dfmd_dispq.c379 fmd_dprintf(FMD_DBG_DISP, "%s dispatched to %u queues\n", class, n); in fmd_dispq_dispatch_gid()
H A Dfmd_api.c560 fmd_dprintf(FMD_DBG_MOD, "not cancelling %s private door " in fmd_module_thrcancel()
566 fmd_dprintf(FMD_DBG_MOD, "cancelling %s auxiliary thread %u\n", in fmd_module_thrcancel()
1868 (void) fmd_dprintf(FMD_DBG_XPRT, "door server %s for %p " in fmd_doorthr_create()
1885 fmd_dprintf(FMD_DBG_XPRT, "door server startup for %p %s\n", in fmd_doorthr_create()
H A Dfmd_ckpt.c847 fmd_dprintf(FMD_DBG_CKPT, "saved checkpoint of %s (%llu)\n", in fmd_ckpt_save()
1175 fmd_dprintf(FMD_DBG_CKPT, "restored checkpoint of %s\n", mp->mod_name); in fmd_ckpt_restore()
H A Dfmd.c778 fmd_dprintf(FMD_DBG_XPRT, "door server starting for %p\n", dip); in fmd_door_server()
H A Dfmd_asru.c691 fmd_dprintf(FMD_DBG_ASRU, in fmd_asru_hash_replay_asru()