Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c791 mblk_t *mp_tmp; in simnet_m_tx() local
809 mp_tmp = mp; in simnet_m_tx()
810 while (mp_tmp->b_cont != NULL) in simnet_m_tx()
811 mp_tmp = mp_tmp->b_cont; in simnet_m_tx()
812 mp_tmp->b_cont = mp_new; in simnet_m_tx()