Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dfixup_tdescs.c69 for (ml = str->t_members; ml; ml = ml->ml_next) { in fix_ptrptr_to_struct()
123 for (ml = str->t_members; ml; ml = ml->ml_next) { in fix_ptr_to_struct()
229 lml = ml, ml = ml->ml_next) { in fix_small_cpu_struct()
270 cpum->ml_next = NULL; in fix_small_cpu_struct()
272 lml->ml_next = cpum; in fix_small_cpu_struct()
Dmerge.c304 ml1 = ml1->ml_next; in equiv_su()
305 ml2 = ml2->ml_next; in equiv_su()
806 omem; omem = omem->ml_next, nmemp = &((*nmemp)->ml_next)) { in conjure_su()
Dctf.c320 for (i = 0, mp = tp->t_members; mp != NULL; mp = mp->ml_next) in write_type()
336 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) { in write_type()
347 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) { in write_type()
1036 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
1050 i++, mpp = &((*mpp)->ml_next)) { in resurrect_types()
Dtraverse.c97 for (ml = this->t_members; ml; ml = ml->ml_next) { in tdtrav_su()
Dctftools.h165 struct mlist *ml_next; /* Next member */ member
Dtdata.c209 ml = ml->ml_next; in free_mlist()
Ddwarf.c1020 mlastp = &ml->ml_next; in die_sou_create()
1093 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) { in die_sou_resolve()
1149 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) { in die_sou_failed()
Dst_parse.c969 prev = &mlp->ml_next; in soudef()
/freebsd-9-stable/contrib/amd/fixmount/
Dfixmount.c147 if (mp->ml_next) in print_dump()
148 print_dump(mp->ml_next); in print_dump()
211 for (p = mp; p; p = p->ml_next) { in fix_rmtab()
/freebsd-9-stable/include/rpcsvc/
Dmount.x120 mountlist ml_next; member
/freebsd-9-stable/usr.sbin/mountd/
Dmountd.c94 struct mountlist *ml_next; member
1219 mlp = mlp->ml_next; in xdr_mlist()
2940 mlp->ml_next = (struct mountlist *)NULL; in get_mountlist()
2942 mlpp = &mlp->ml_next; in get_mountlist()
2962 *mlpp = mlp = mlp->ml_next; in del_mlist()
2965 mlpp = &mlp->ml_next; in del_mlist()
2966 mlp = mlp->ml_next; in del_mlist()
2977 mlp = mlp->ml_next; in del_mlist()
2994 mlpp = &mlp->ml_next; in add_mlist()
2995 mlp = mlp->ml_next; in add_mlist()
[all …]
/freebsd-9-stable/contrib/amd/libamu/
Dxdr_func.c456 if (!xdr_mountlist(xdrs, &objp->ml_next)) { in xdr_mountbody()