Home
last modified time | relevance | path

Searched refs:x_ml (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c2272 x_ml = NULL; in dr_select_mem_target()
2364 ASSERT(x_ml != NULL); in dr_select_mem_target()
2424 if (x_ml != NULL) in dr_select_mem_target()
2425 memlist_delete(x_ml); in dr_select_mem_target()
2609 x_ml = memlist_cat_span(x_ml, del_base, del_end - del_base); in dr_get_copy_mlist()
2613 s_del_ml = x_ml; in dr_get_copy_mlist()
2657 memlist_delete(x_ml); in dr_get_nonreloc_mlist()
2696 x_ml = memlist_cat_span(x_ml, nr_base, nr_end - nr_base); in dr_get_nonreloc_mlist()
2699 if (x_ml == NULL) { in dr_get_nonreloc_mlist()
2705 PR_MEMLIST_DUMP(x_ml); in dr_get_nonreloc_mlist()
[all …]
H A Ddrmach.c3422 struct memlist *x_ml; in drmach_copy_rename_init() local
3520 x_ml = c_ml; in drmach_copy_rename_init()
3522 while (x_ml != NULL) { in drmach_copy_rename_init()
3524 x_ml = x_ml->ml_next; in drmach_copy_rename_init()
3757 x_ml = c_ml; in drmach_copy_rename_init()
3759 while (x_ml != NULL) { in drmach_copy_rename_init()
3760 sz += x_ml->ml_size; in drmach_copy_rename_init()
3761 x_ml = x_ml->ml_next; in drmach_copy_rename_init()
3775 x_ml = c_ml; in drmach_copy_rename_init()
3818 x_ml = x_ml->ml_next; in drmach_copy_rename_init()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2350 x_ml = NULL; in dr_select_mem_target()
2389 if (x_ml != NULL) in dr_select_mem_target()
2390 memlist_delete(x_ml); in dr_select_mem_target()
2393 if (x_ml == NULL) { in dr_select_mem_target()
2405 x_ml, in dr_select_mem_target()
2409 ASSERT(x_ml); in dr_select_mem_target()
2428 x_ml, in dr_select_mem_target()
2439 d_ml = x_ml; in dr_select_mem_target()
2452 d_ml = x_ml; in dr_select_mem_target()
2615 if (x_ml != NULL) in dr_select_mem_target()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1734 x_ml = NULL; in sbd_select_mem_target()
1774 if (x_ml != NULL) in sbd_select_mem_target()
1775 memlist_delete(x_ml); in sbd_select_mem_target()
1778 if (x_ml == NULL) { in sbd_select_mem_target()
1792 &x_ml); in sbd_select_mem_target()
1818 &x_ml); in sbd_select_mem_target()
1824 SBD_MEMLIST_DUMP(x_ml); in sbd_select_mem_target()
1828 d_ml = x_ml; in sbd_select_mem_target()
1842 d_ml = x_ml; in sbd_select_mem_target()
1998 if (x_ml != NULL) in sbd_select_mem_target()
[all …]