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 Dconfig.c497 * config_parent -- get the "parent" of a config node
500 config_parent(struct config *cp) function
H A Ditree.c576 pcp = config_parent(cp);
578 for (; pcp != infop->croot; pcp = config_parent(pcp)) {
886 pcp = config_parent(wcp->nptop->u.event.epname->u.name.cp);
902 for (; pcp != infop->croot; pcp = config_parent(pcp)) {

Completed in 68 milliseconds