/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_list.c | 45 mdb_list_t *p = mlp->ml_prev; /* p = tail list element */ in mdb_list_append() 48 mlp->ml_prev = q; in mdb_list_append() 49 q->ml_prev = p; in mdb_list_append() 68 p->ml_prev = NULL; in mdb_list_prepend() 72 ASSERT(q->ml_prev == NULL); in mdb_list_prepend() 73 q->ml_prev = p; in mdb_list_prepend() 75 ASSERT(mlp->ml_prev == NULL); in mdb_list_prepend() 76 mlp->ml_prev = p; in mdb_list_prepend() 92 q->ml_prev = p; in mdb_list_insert() 94 q->ml_next->ml_prev = q; in mdb_list_insert() [all …]
|
H A D | mdb_list.h | 48 struct mdb_list *ml_prev; /* Link to previous list element */ member 52 #define mdb_list_prev(elem) ((void *)(((mdb_list_t *)(elem))->ml_prev))
|
H A D | mdb_typedef.c | 442 if (&pn->pn_list != pr->pr_nodes.ml_prev) { in typedef_validate()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | memlist_new.c | 132 new->ml_prev = cur->ml_prev; in memlist_insert() 133 cur->ml_prev = new; in memlist_insert() 137 new->ml_prev->ml_next = new; in memlist_insert() 145 new->ml_prev = last; in memlist_insert() 166 ASSERT(memlistp->ml_prev == NULL); in memlist_del() 169 if (memlistp->ml_prev != NULL) { in memlist_del() 170 ASSERT(memlistp->ml_prev->ml_next == memlistp); in memlist_del() 171 memlistp->ml_prev->ml_next = memlistp->ml_next; in memlist_del() 174 ASSERT(memlistp->ml_next->ml_prev == memlistp); in memlist_del() 175 memlistp->ml_next->ml_prev = memlistp->ml_prev; in memlist_del() [all …]
|
H A D | mem_cage.c | 400 ml = (d == KCAGE_DOWN ? ml->ml_prev : ml->ml_next); in kcage_range_init()
|
/titanic_50/usr/src/cmd/fm/fminject/common/ |
H A D | inj_list.c | 38 inj_list_t *p = mlp->ml_prev; /* p = tail list element */ in inj_list_append() 41 mlp->ml_prev = q; in inj_list_append() 42 q->ml_prev = p; in inj_list_append() 61 p->ml_prev = NULL; in inj_list_prepend() 65 assert(q->ml_prev == NULL); in inj_list_prepend() 66 q->ml_prev = p; in inj_list_prepend() 68 assert(mlp->ml_prev == NULL); in inj_list_prepend() 69 mlp->ml_prev = p; in inj_list_prepend()
|
H A D | inj_list.h | 46 struct inj_list *ml_prev; /* Link to previous list element */ member 50 #define inj_list_prev(elem) ((void *)(((inj_list_t *)(elem))->ml_prev))
|
/titanic_50/usr/src/uts/i86pc/io/dr/ |
H A D | dr_util.c | 243 mlist->ml_next->ml_prev = mlist; in dr_memlist_coalesce() 278 (*mlp)->ml_prev = tl; in dr_memlist_dup() 299 mlist->ml_next = mlist->ml_prev = NULL; in dr_memlist_add_span() 311 if ((nl->ml_prev = ml->ml_prev) != NULL) in dr_memlist_add_span() 312 nl->ml_prev->ml_next = nl; in dr_memlist_add_span() 313 ml->ml_prev = nl; in dr_memlist_add_span() 336 nl->ml_prev = tl; in dr_memlist_add_span() 385 nlp->ml_prev = nl; in dr_memlist_del_span() 386 nl->ml_prev = ml; in dr_memlist_del_span() 394 nlp->ml_prev = NULL; in dr_memlist_del_span() [all …]
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_util.c | 243 mlist->ml_next->ml_prev = mlist; in dr_memlist_coalesce() 277 (*mlp)->ml_prev = tl; in dr_memlist_dup() 298 mlist->ml_next = mlist->ml_prev = NULL; in dr_memlist_add_span() 310 if ((nl->ml_prev = ml->ml_prev) != NULL) in dr_memlist_add_span() 311 nl->ml_prev->ml_next = nl; in dr_memlist_add_span() 312 ml->ml_prev = nl; in dr_memlist_add_span() 335 nl->ml_prev = tl; in dr_memlist_add_span() 384 nlp->ml_prev = nl; in dr_memlist_del_span() 385 nl->ml_prev = ml; in dr_memlist_del_span() 393 nlp->ml_prev = NULL; in dr_memlist_del_span() [all …]
|
/titanic_50/usr/src/uts/sun4u/os/ |
H A D | memscrub.c | 790 dst->ml_prev = NULL; in memscrub_add_span_gen() 851 if (next->ml_prev) in memscrub_add_span_gen() 852 next->ml_prev->ml_next = mlp; in memscrub_add_span_gen() 853 mlp->ml_prev = next->ml_prev; in memscrub_add_span_gen() 876 dst->ml_prev = prev; in memscrub_add_span_gen() 878 next->ml_prev = dst; in memscrub_add_span_gen() 891 dst->ml_prev = prev; in memscrub_add_span_gen() 958 if (next->ml_prev != NULL) in memscrub_delete_span() 959 next->ml_prev->ml_next = next->ml_next; in memscrub_delete_span() 961 next->ml_next->ml_prev = next->ml_prev; in memscrub_delete_span() [all …]
|
/titanic_50/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 499 ndata->ml_prev = NULL; in ndata_alloc_init() 560 if (ndata->ml_prev != NULL) in ndata_extra_base() 561 ndata->ml_prev->ml_next = NULL; in ndata_extra_base() 696 found->ml_next->ml_prev = fnd_above; in ndata_alloc() 697 fnd_above->ml_prev = found; in ndata_alloc() 704 if (found->ml_prev == NULL) { in ndata_alloc() 716 found->ml_next->ml_prev = found; in ndata_alloc() 737 fnd_above->ml_next->ml_prev = fnd_above; in ndata_alloc() 738 fnd_above->ml_prev = found->ml_prev; in ndata_alloc() 739 found->ml_prev->ml_next = fnd_above; in ndata_alloc() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | memlist.h | 47 struct memlist *ml_prev; /* link to previous list element */ member
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | memscrub.c | 534 dst->ml_prev = prev; in memscrub_add_span() 543 next->ml_prev = dst; in memscrub_add_span()
|
H A D | startup.c | 3057 new->ml_prev = cur->ml_prev; in memlist_add() 3058 cur->ml_prev = new; in memlist_add() 3064 new->ml_prev = cur; in memlist_add()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xnb.c | 904 replace_msg(mblk_t *mp, size_t len, mblk_t *mp_prev, mblk_t *ml_prev) in replace_msg() argument 926 if (ml_prev != NULL && ml_prev->b_cont == mp) in replace_msg() 927 ml_prev->b_cont = new_mp; in replace_msg() 964 mblk_t *ml, *ml_prev; in xnb_copy_to_peer() local 1040 for (ml = mp, ml_prev = NULL; ml != NULL; ml = ml->b_cont) { in xnb_copy_to_peer() 1056 mp_prev, ml_prev); in xnb_copy_to_peer() 1120 ml_prev = ml; in xnb_copy_to_peer()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | memlist.c | 419 dst->ml_prev = 0; in copy_memlist() 422 dst->ml_prev = prev; in copy_memlist()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | dr_util.c | 160 (*mlp)->ml_prev = tl; in dr_memlist_dup()
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4u_memlist.c | 206 ptr->ml_prev = last; in reg_to_list()
|
/titanic_50/usr/src/uts/intel/io/pci/ |
H A D | pci_resource.c | 159 new->ml_prev = orig; in acpi_trim_bus_ranges() 192 current->ml_prev->ml_size = in acpi_trim_bus_ranges()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | sundep.c | 197 dst->ml_prev = 0; in copy_memlist_filter() 200 dst->ml_prev = prev; in copy_memlist_filter()
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 446 wsp->walk_addr = (uintptr_t)get_mdb()->m_flist.ml_prev; in frame_walk_init() 465 wsp->walk_addr = (uintptr_t)f.f_list.ml_prev; in frame_walk_step()
|
/titanic_50/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 2974 mlist->ml_next = mlist->ml_prev = NULL; in drmach_memlist_add_span() 2989 if ((nl->ml_prev = ml->ml_prev) != NULL) in drmach_memlist_add_span() 2990 nl->ml_prev->ml_next = nl; in drmach_memlist_add_span() 2991 ml->ml_prev = nl; in drmach_memlist_add_span() 3017 nl->ml_prev = tl; in drmach_memlist_add_span()
|
H A D | mc-opl.c | 2462 (*mlp)->ml_prev = tl; in mc_memlist_dup() 2513 nlp->ml_prev = nl; in mc_memlist_del_span() 2514 nl->ml_prev = ml; in mc_memlist_del_span() 2522 nlp->ml_prev = NULL; in mc_memlist_del_span() 2529 nlp->ml_prev = tl; in mc_memlist_del_span()
|
/titanic_50/usr/src/uts/sun4u/opl/os/ |
H A D | opl.c | 344 new->ml_prev = tail; in opl_memlist_per_board()
|
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 243 mp->ml_prev = prev; in sbdp_memlist_dup()
|