Searched defs:s_mlist (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 70 static int memlist_canfit(struct memlist *s_mlist, 2167 * Determine whether the source memlist (s_mlist) will 2172 memlist_canfit(struct memlist *s_mlist, struct memlist *t_mlist) argument 2178 if ((s_mlist == NULL) || (t_mlist == NULL)) 2184 s_basepa = s_mlist->ml_address; 2187 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next) 2193 s_ml = s_mlist; 2220 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next)
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 72 static int memlist_canfit(struct memlist *s_mlist, 2668 * Determine whether the source memlist (s_mlist) will 2673 memlist_canfit(struct memlist *s_mlist, struct memlist *t_mlist) argument 2679 if ((s_mlist == NULL) || (t_mlist == NULL)) 2685 s_basepa = s_mlist->ml_address; 2688 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next) 2694 s_ml = s_mlist; 2721 for (s_ml = s_mlist; s_ml; s_ml = s_ml->ml_next)
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 88 static int memlist_canfit(struct memlist *s_mlist, 97 static int dr_memlist_canfit(struct memlist *s_mlist, 2534 dr_get_copy_mlist(struct memlist *s_mlist, struct memlist *t_mlist, argument 2542 ASSERT(s_mlist != NULL); 2547 s_slice_base = s_mlist->ml_address & ~s_slice_mask; 2553 s_del_ml = memlist_dup(s_mlist); 2554 s_copy_ml = memlist_dup(s_mlist); 2715 dr_memlist_canfit(struct memlist *s_mlist, struct memlist *t_mlist, argument 2723 s_ml = memlist_dup(s_mlist); 2756 * Determine whether the source memlist (s_mlist) wil 2762 memlist_canfit(struct memlist *s_mlist, struct memlist *t_mlist) argument [all...] |
Completed in 95 milliseconds