Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_mblk.c303 mblk_t *m, *nextm; in xdrmblk_getmblk() local
338 nextm = dupb(m); in xdrmblk_getmblk()
339 if (nextm == NULL) in xdrmblk_getmblk()
341 nextm->b_cont = m->b_cont; in xdrmblk_getmblk()
342 m->b_cont = nextm; in xdrmblk_getmblk()
344 nextm->b_rptr += tail_bytes; in xdrmblk_getmblk()
345 ASSERT(nextm->b_rptr != nextm->b_wptr); in xdrmblk_getmblk()
347 m = nextm; /* for x_base */ in xdrmblk_getmblk()