Searched refs:iterinfop (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 544 struct iterinfo *iterinfop) in hmatch_full_config() argument 561 iterinfop->num = cp_num; in hmatch_full_config() 621 iterinfop->num = -1; in hmatch_full_config() 633 oldepname, config_child(cp), nextnp, iterinfop); in hmatch_full_config() 704 struct iterinfo *iterinfop = NULL; in hmatch_event() local 716 if ((iterinfop = lut_lookup(infop->ex, in hmatch_event() 722 iterinfop = alloc_xmalloc( in hmatch_event() 724 iterinfop->num = -1; in hmatch_event() 725 iterinfop->np = epname; in hmatch_event() 727 iterinfop, NULL); in hmatch_event() [all …]
|
H A D | eval.c | 68 struct iterinfo *iterinfop; in begins_with() local 85 iterinfop = lut_lookup(ex, (void *)lhs->u.name.child->u.name.s, in begins_with() 87 if (iterinfop != NULL) in begins_with() 88 lnum = iterinfop->num; in begins_with() 98 iterinfop = lut_lookup(ex, (void *)rhs->u.name.child->u.name.s, in begins_with() 100 if (iterinfop != NULL) in begins_with() 101 rnum = iterinfop->num; in begins_with() 1011 struct iterinfo *iterinfop; in eval_dup() local 1128 iterinfop = lut_lookup(ex, (void *)np->u.name.s, NULL); in eval_dup() 1129 if (iterinfop != NULL) { in eval_dup() [all …]
|