Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/simnet/
H A Dsimnet.c766 mblk_t *mp_tmp; in simnet_m_tx() local
784 mp_tmp = mp; in simnet_m_tx()
785 while (mp_tmp->b_cont != NULL) in simnet_m_tx()
786 mp_tmp = mp_tmp->b_cont; in simnet_m_tx()
787 mp_tmp->b_cont = mp_new; in simnet_m_tx()