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

/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c69 for (ml = str->t_members; ml; ml = ml->ml_next) {
123 for (ml = str->t_members; ml; ml = ml->ml_next) {
229 lml = ml, ml = ml->ml_next) {
270 cpum->ml_next = NULL;
272 lml->ml_next = cpum;
H A Dctftools.h165 struct mlist *ml_next; /* Next member */ member in struct:mlist
H A Dmerge.c304 ml1 = ml1->ml_next;
305 ml2 = ml2->ml_next;
806 omem; omem = omem->ml_next, nmemp = &((*nmemp)->ml_next)) {
H A Dtraverse.c97 for (ml = this->t_members; ml; ml = ml->ml_next) {
H A Dctf.c382 for (i = 0, mp = tp->t_members; mp != NULL; mp = mp->ml_next)
398 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) {
414 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) {
1137 i++, mpp = &((*mpp)->ml_next)) {
1155 i++, mpp = &((*mpp)->ml_next)) {
H A Dtdata.c209 ml = ml->ml_next;
H A Ddwarf.c1035 mlastp = &ml->ml_next;
1124 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) {
1180 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) {
H A Dst_parse.c969 prev = &mlp->ml_next;
/freebsd-10.2-release/include/rpcsvc/
H A Dmount.x122 mountlist ml_next;
/freebsd-10.2-release/contrib/amd/fixmount/
H A Dfixmount.c147 if (mp->ml_next)
148 print_dump(mp->ml_next);
211 for (p = mp; p; p = p->ml_next) {
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dmountd.c105 struct mountlist *ml_next; member in struct:mountlist
742 mlp = mlp->ml_next;
2276 mlp->ml_next = NULL;
2278 mlpp = &mlp->ml_next;
2323 *mlpp = mlp = mlp->ml_next;
2327 mlpp = &mlp->ml_next;
2328 mlp = mlp->ml_next;
2341 mlp = mlp->ml_next;
2361 mlpp = &mlp->ml_next;
2362 mlp = mlp->ml_next;
[all...]
/freebsd-10.2-release/usr.sbin/mountd/
H A Dmountd.c94 struct mountlist *ml_next; member in struct:mountlist
1211 mlp = mlp->ml_next;
2942 mlp->ml_next = (struct mountlist *)NULL;
2944 mlpp = &mlp->ml_next;
2964 *mlpp = mlp = mlp->ml_next;
2967 mlpp = &mlp->ml_next;
2968 mlp = mlp->ml_next;
2979 mlp = mlp->ml_next;
2996 mlpp = &mlp->ml_next;
2997 mlp = mlp->ml_next;
[all...]
/freebsd-10.2-release/contrib/amd/libamu/
H A Dxdr_func.c456 if (!xdr_mountlist(xdrs, &objp->ml_next)) {

Completed in 293 milliseconds