Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dxdr_mblk.c244 mblk_t *m, *nextm; in xdrmblk_getmblk() local
278 nextm = dupb(m); in xdrmblk_getmblk()
279 if (nextm == NULL) in xdrmblk_getmblk()
281 nextm->b_cont = m->b_cont; in xdrmblk_getmblk()
282 m->b_cont = nextm; in xdrmblk_getmblk()
284 nextm->b_rptr += tail_bytes; in xdrmblk_getmblk()
285 ASSERT(nextm->b_rptr != nextm->b_wptr); in xdrmblk_getmblk()
287 m = nextm; /* for x_base */ in xdrmblk_getmblk()