Home
last modified time | relevance | path

Searched refs:fmd_hdl_vdebug (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c53 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in verror()
68 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn_e()
81 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn()
94 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vcont()
112 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in log_msg()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h156 extern void fmd_hdl_vdebug(fmd_hdl_t *, const char *, va_list);
H A Dfmd_api.map81 fmd_hdl_vdebug { TYPE = function; FLAGS = extern };
H A Dfmd_api.c881 fmd_hdl_vdebug(fmd_hdl_t *hdl, const char *format, va_list ap) in fmd_hdl_vdebug() function
931 fmd_hdl_vdebug(hdl, format, ap); in fmd_hdl_debug()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c137 fmd_hdl_vdebug(ip_hdl, fmt, args); in ip_debug()