Searched refs:x_ml (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 85 struct memlist *s_ml, struct memlist *x_ml, 2149 struct memlist *d_ml, *t_ml, *ml, *b_ml, *x_ml = NULL; in dr_select_mem_target() local 2272 x_ml = NULL; in dr_select_mem_target() 2360 x_ml = dr_get_copy_mlist(s_ml, t_ml, s_mp, t_mp); in dr_select_mem_target() 2364 ASSERT(x_ml != NULL); in dr_select_mem_target() 2366 for (ml = x_ml; ml != NULL; ml = ml->ml_next) { 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() 2537 struct memlist *t_ml, *s_copy_ml, *s_del_ml, *ml, *x_ml; in dr_get_copy_mlist() local 2592 for (x_ml = NULL, ml = s_del_ml; ml != NULL; ml = ml->ml_next) { in dr_get_copy_mlist() [all …]
|
H A D | drmach.c | 3419 struct memlist *x_ml; in drmach_copy_rename_init() local 3517 x_ml = c_ml; in drmach_copy_rename_init() 3519 while (x_ml != NULL) { in drmach_copy_rename_init() 3520 x_ml->ml_address -= s_copybasepa; in drmach_copy_rename_init() 3521 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 3754 x_ml = c_ml; in drmach_copy_rename_init() 3756 while (x_ml != NULL) { in drmach_copy_rename_init() 3757 sz += x_ml->ml_size; in drmach_copy_rename_init() 3758 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 3772 x_ml = c_ml; in drmach_copy_rename_init() [all …]
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2087 struct memlist *d_ml, *t_ml, *x_ml; in dr_select_mem_target() local 2348 x_ml = NULL; in dr_select_mem_target() 2387 if (x_ml != NULL) in dr_select_mem_target() 2388 memlist_delete(x_ml); in dr_select_mem_target() 2390 x_ml = memlist_dup(s_ml); in dr_select_mem_target() 2391 if (x_ml == NULL) { in dr_select_mem_target() 2402 x_ml = memlist_del_span( in dr_select_mem_target() 2403 x_ml, in dr_select_mem_target() 2407 ASSERT(x_ml); in dr_select_mem_target() 2425 x_ml = memlist_del_span( in dr_select_mem_target() [all …]
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1569 struct memlist *x_ml; in drmach_copy_rename_init() local 1601 x_ml = c_ml; in drmach_copy_rename_init() 1602 while (x_ml != NULL) { in drmach_copy_rename_init() 1603 x_ml->ml_address -= s_copybasepa; in drmach_copy_rename_init() 1604 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 1611 x_ml = c_ml; in drmach_copy_rename_init() 1612 while (x_ml->ml_next != NULL) in drmach_copy_rename_init() 1613 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 1617 s_copybasepa + x_ml->ml_address + x_ml->ml_size); in drmach_copy_rename_init() 1621 t_copybasepa + x_ml->ml_address + x_ml->ml_size); in drmach_copy_rename_init() [all …]
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 1624 struct memlist *d_ml, *t_ml, *x_ml; in sbd_select_mem_target() local 1734 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() 1777 x_ml = memlist_dup(s_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() [all …]
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 3276 struct memlist *x_ml; in drmach_copy_rename_init() local 3309 x_ml = c_ml; in drmach_copy_rename_init() 3310 while (x_ml != NULL) { in drmach_copy_rename_init() 3311 x_ml->ml_address -= s_copybasepa; in drmach_copy_rename_init() 3312 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 3319 x_ml = c_ml; in drmach_copy_rename_init() 3320 while (x_ml->ml_next != NULL) in drmach_copy_rename_init() 3321 x_ml = x_ml->ml_next; in drmach_copy_rename_init() 3325 s_copybasepa + x_ml->ml_address + x_ml->ml_size); in drmach_copy_rename_init() 3329 t_copybasepa + x_ml->ml_address + x_ml->ml_size); in drmach_copy_rename_init()
|