Searched refs:fmd_hdl_vdebug (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | util.c | 55 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in verror() 70 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn_e() 83 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vwarn() 96 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in vcont() 114 fmd_hdl_vdebug(g_fm_hdl, fmt, ap); in log_msg()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 156 extern void fmd_hdl_vdebug(fmd_hdl_t *, const char *, va_list);
|
H A D | fmd_api.map | 81 fmd_hdl_vdebug { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 881 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()
|
/titanic_41/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 137 fmd_hdl_vdebug(ip_hdl, fmt, args); in ip_debug()
|