Home
last modified time | relevance | path

Searched refs:iterinfop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c561 iterinfop->num = cp_num; in hmatch_full_config()
621 iterinfop->num = -1; in hmatch_full_config()
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()
735 ocp_num = iterinfop->num; in hmatch_event()
763 iterinfop->num = cp_num; in hmatch_event()
774 iterinfop->num = -1; in hmatch_event()
858 alloc_xfree(iterinfop, sizeof (*iterinfop)); in iterinfo_destructor()
[all …]
H A Deval.c68 struct iterinfo *iterinfop; in begins_with() local
87 if (iterinfop != NULL) in begins_with()
88 lnum = iterinfop->num; 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
1129 if (iterinfop != NULL) { in eval_dup()
1132 newnp->u.ull = iterinfop->num; in eval_dup()
1892 struct iterinfo *iterinfop; in eval_expr() local
1938 if (iterinfop != NULL) { in eval_expr()
[all …]