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

/freebsd-12-stable/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.c294 ml1 = ml1->ml_next;
295 ml2 = ml2->ml_next;
797 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.c380 for (i = 0, mp = tp->t_members; mp != NULL; mp = mp->ml_next)
396 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) {
412 for (mp = tp->t_members; mp != NULL; mp = mp->ml_next) {
1133 i++, mpp = &((*mpp)->ml_next)) {
1147 i++, mpp = &((*mpp)->ml_next)) {
H A Dtdata.c209 ml = ml->ml_next;
H A Ddwarf.c1038 mlastp = &ml->ml_next;
1111 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) {
1172 for (ml = tdp->t_members; ml != NULL; ml = ml->ml_next) {
H A Dst_parse.c973 prev = &mlp->ml_next;
/freebsd-12-stable/include/rpcsvc/
H A Dmount.x122 mountlist ml_next;
/freebsd-12-stable/contrib/amd/fixmount/
H A Dfixmount.c143 if (mp->ml_next)
144 print_dump(mp->ml_next);
207 for (p = mp; p; p = p->ml_next) {
/freebsd-12-stable/contrib/amd/libamu/
H A Dxdr_func.c452 if (!xdr_mountlist(xdrs, &objp->ml_next)) {

Completed in 86 milliseconds