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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c285 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; local
287 while (ml1 && ml2) {
288 if (ml1->ml_offset != ml2->ml_offset ||
289 strcmp(ml1->ml_name, ml2->ml_name) != 0 ||
290 ml1->ml_size != ml2->ml_size ||
291 !equiv_node(ml1->ml_type, ml2->ml_type, ed))
294 ml1 = ml1->ml_next;
298 if (ml1 || ml2)

Completed in 95 milliseconds