Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h195 extern fmd_event_t *fmd_case_getprincipal(fmd_hdl_t *, fmd_case_t *);
H A Dfmd_api.map38 fmd_case_getprincipal { TYPE = function; FLAGS = extern };
H A Dfmd_api.c1439 fmd_case_getprincipal(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_getprincipal() function
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c754 if ((fmep->e0r = fmd_case_getprincipal(hdl, inprogress)) == NULL) { in fme_restart()