Searched defs:nextm (Results 1 - 1 of 1) sorted by relevance

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

Completed in 57 milliseconds