Searched refs:np2t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c1013 struct node *np1f, *np2f, *np1t, *np2t, *retp = NULL; local
1037 for (np1t = np, np2t = events[1]->u.event.oldepname;
1038 np1t != NULL && np2t != NULL;
1039 np1t = np1t->u.name.next, np2t = np2t->u.name.next) {
1040 if (strcmp(np1t->u.name.s, np2t->u.name.s) != 0)
1042 if (np1t->u.name.child->t != np2t->u.name.child->t)
1046 np2t->u.name.child->u.ull)
1050 np2t->u.name.child->u.name.s) != 0)
1069 npend = np2t;
[all...]

Completed in 57 milliseconds