Searched refs:nextm (Results 1 – 1 of 1) sorted by relevance
244 mblk_t *m, *nextm; in xdrmblk_getmblk() local278 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()