Searched refs:mnext (Results 1 – 3 of 3) sorted by relevance
770 mblk_t *mi = *mop, *mnext; in z_decompress() local811 mnext = mi->b_cont; \ in z_decompress()813 if ((mi = mnext) == NULL) { \ in z_decompress()924 mnext = mi->b_cont; in z_decompress()926 mi = mnext; in z_decompress()
1096 mblk_t *cmsg = *dmpp, *mnext; in bsd_decompress() local1141 mnext = cmsg->b_cont; \ in bsd_decompress()1143 if ((cmsg = mnext) == NULL) { \ in bsd_decompress()
340 mblk_t *mnext; in send_up_messages() local346 mnext = mp->b_next; in send_up_messages()349 mp = mnext; in send_up_messages()