Home
last modified time | relevance | path

Searched refs:ml_next (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c110 lml = ml, ml = ml->ml_next) { in fix_small_cpu_struct()
151 cpum->ml_next = NULL; in fix_small_cpu_struct()
153 lml->ml_next = cpum; in fix_small_cpu_struct()
H A Dctf.c377 for (i = 0, mp = tp->t_members; mp != NULL; mp = mp->ml_next) in write_type()
393 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) { in write_type()
409 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) { in write_type()
1210 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1224 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1242 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1256 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
H A Dmerge.c294 ml1 = ml1->ml_next; in equiv_su()
295 ml2 = ml2->ml_next; in equiv_su()
797 omem; omem = omem->ml_next, nmemp = &((*nmemp)->ml_next)) { in conjure_su()
H A Dtraverse.c97 for (ml = this->t_members; ml; ml = ml->ml_next) { in tdtrav_su()
H A Dctftools.h171 struct mlist *ml_next; /* Next member */ member
H A Dtdata.c209 ml = ml->ml_next; in free_mlist()
H A Ddwarf.c1040 mlastp = &ml->ml_next; in die_sou_create()
1113 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) { in die_sou_resolve()
1183 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) { in die_sou_failed()
/freebsd/include/rpcsvc/
H A Dmount.x113 mountlist ml_next; member