Home
last modified time | relevance | path

Searched refs:config_parent (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.h69 struct config *config_parent(struct config *cp);
H A Ditree.c576 pcp = config_parent(cp); in hmatch_full_config()
578 for (; pcp != infop->croot; pcp = config_parent(pcp)) { in hmatch_full_config()
886 pcp = config_parent(wcp->nptop->u.event.epname->u.name.cp); in vmatch_event()
902 for (; pcp != infop->croot; pcp = config_parent(pcp)) { in vmatch_event()
H A Dconfig.c500 config_parent(struct config *cp) in config_parent() function