Home
last modified time | relevance | path

Searched refs:e0class (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c259 prune_propagations(const char *e0class, const struct ipath *e0ipp) in prune_propagations() argument
268 Nfmep->eventtree = itree_create_dummy(e0class, e0ipp); in prune_propagations()
270 itree_lookup(Nfmep->eventtree, e0class, e0ipp)) == NULL) { in prune_propagations()
325 newfme(const char *e0class, const struct ipath *e0ipp, fmd_hdl_t *hdl, in newfme() argument
349 if (lut_lookup(Ereportenames_discard, (void *)e0class, NULL)) { in newfme()
352 e0class); in newfme()
357 arg = ipath2str(e0class, e0ipp); in newfme()
369 if (!prune_propagations(e0class, e0ipp)) { in newfme()
378 arg = ipath2str(e0class, e0ipp); in newfme()
416 arg = ipath2str(e0class, e0ipp); in newfme()
[all …]
H A Ditree.c1471 itree_create_dummy(const char *e0class, const struct ipath *e0ipp) in itree_create_dummy() argument