Home
last modified time | relevance | path

Searched refs:fmd_protocol_moderror (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.h80 extern nvlist_t *fmd_protocol_moderror(struct fmd_module *, int, const char *);
H A Dfmd_protocol.c294 fmd_protocol_moderror(fmd_module_t *mp, int oserr, const char *msg) in fmd_protocol_moderror() function
H A Dfmd_module.c521 nvl = fmd_protocol_moderror(mp, EFMD_MOD_FAIL, fmd_strerror(err)); in fmd_module_error()
H A Dfmd_api.c139 nvl = fmd_protocol_moderror(mp, err, msg); in fmd_api_vxerror()