Searched refs:fmd_api_vxerror (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c85 * fmd_api_vxerror() provides the engine underlying the fmd_hdl_[v]error() API
92 fmd_api_vxerror(fmd_module_t *mp, int err, const char *format, va_list ap) function
102 * fmd_api_vxerror() counts as both an error of class EFMD_MODULE
187 fmd_api_vxerror(mp, err, format, ap);
192 * fmd_api_verror() is a wrapper around fmd_api_vxerror() for API subroutines.
203 fmd_api_vxerror(mp, err, format, ap);
865 fmd_api_vxerror(mp, errno, format, ap);

Completed in 97 milliseconds