Home
last modified time | relevance | path

Searched defs:ml_prev (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmemlist.h47 struct memlist *ml_prev; /* link to previous list element */ member
/titanic_50/usr/src/cmd/fm/fminject/common/
H A Dinj_list.h46 struct inj_list *ml_prev; /* Link to previous list element */ member
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_list.h48 struct mdb_list *ml_prev; /* Link to previous list element */ member
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnb.c904 replace_msg(mblk_t *mp, size_t len, mblk_t *mp_prev, mblk_t *ml_prev) in replace_msg()
964 mblk_t *ml, *ml_prev; in xnb_copy_to_peer() local