Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c770 mblk_t *mi = *mop, *mnext; in z_decompress() local
811 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()
H A Dbsd-comp.c1094 mblk_t *cmsg = *dmpp, *mnext; in bsd_decompress() local
1139 mnext = cmsg->b_cont; \ in bsd_decompress()
1141 if ((cmsg = mnext) == NULL) { \ in bsd_decompress()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c343 mblk_t *mnext; in send_up_messages() local
349 mnext = mp->b_next; in send_up_messages()
352 mp = mnext; in send_up_messages()