Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd.h75 uint_t d_hdl_debug; /* bool indicating if hdl debug is on */ member
H A Dfmd.c837 (void) fmd_conf_getprop(dp->d_conf, "client.debug", &dp->d_hdl_debug); in fmd_run()
840 if (dp->d_hdl_debug != 0 && dbout == 0) in fmd_run()
H A Dfmd_api.c889 if (!(fmd.d_hdl_debug)) { in fmd_hdl_vdebug()