Searched refs:nextnp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 86 static void hmatch(struct info *infop, struct node *np, struct node *nextnp); 88 struct node *epname, struct config *ncp, struct node *nextnp, int rematch); 543 struct node *oldepname, struct config *ncp, struct node *nextnp, in hmatch_full_config() argument 615 config_child(cp), nextnp, 1); in hmatch_full_config() 633 oldepname, config_child(cp), nextnp, iterinfop); in hmatch_full_config() 651 struct config *ncp, struct node *nextnp, int rematch) in hmatch_event() argument 664 if (nextnp) { in hmatch_event() 672 hmatch(infop, nextnp, NULL); in hmatch_event() 751 infop->croot, nextnp, iterinfop); in hmatch_event() 769 nextnp, 1); in hmatch_event() [all …]
|