Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c237 fmd_strmatch(const char *s, const char *p) in fmd_strmatch() function
259 if (fmd_strmatch(s++, p) != 0) in fmd_strmatch()
H A Dfmd_string.h50 extern int fmd_strmatch(const char *, const char *);
H A Dfmd_event.c349 return (fmd_strmatch(ep->ev_data, data)); in fmd_event_match()
H A Dfmd_api.c2035 FM_CLASS, &class) == 0 && fmd_strmatch(class, pattern)); in fmd_nvl_class_match()
2194 FM_CLASS, &class) == 0 && fmd_strmatch(class, fhfp->class)) in fmd_rsrc_has_fault()
H A Dfmd_asru.c667 else if (!fmd_strmatch(dp->d_name, "*-")) in fmd_asru_hash_refresh()