Searched refs:config_parent (Results 1 – 3 of 3) sorted by relevance
69 struct config *config_parent(struct config *cp);
576 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()
500 config_parent(struct config *cp) in config_parent() function