Searched refs:ml2 (Results 1 - 3 of 3) sorted by path

/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))
295 ml2 = ml2->ml_next;
298 if (ml1 || ml2)
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_host.c560 mntlist *ml2 = ml->mnext; local
563 ml = ml2;
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c4501 vm_page_t ml2; local
4520 if ((ml2 = vm_page_alloc(NULL, 0, VM_ALLOC_INTERRUPT |
4527 l2phys = VM_PAGE_TO_PHYS(ml2);

Completed in 240 milliseconds