Home
last modified time | relevance | path

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

/titanic_44/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
339 ipathlastcomp(e0ipp); in newfme()
340 pathstr = ipath2str(NULL, e0ipp); in newfme()
357 arg = ipath2str(e0class, e0ipp); in newfme()
369 if (!prune_propagations(e0class, e0ipp)) { in newfme()
378 arg = ipath2str(e0class, e0ipp); in newfme()
391 pathstr = ipath2str(NULL, e0ipp); in newfme()
[all …]
H A Ditree.c1471 itree_create_dummy(const char *e0class, const struct ipath *e0ipp) in itree_create_dummy() argument
1506 frome = add_event_dummy(src, e0ipp); in itree_create_dummy()
1520 toe = add_event_dummy(dst, e0ipp); in itree_create_dummy()