Searched refs:tmpmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c600 mblk_t *tmpmp; local
620 if ((tmpmp = make_expmblk(cntl))) {
621 putnext(q, tmpmp);
745 mblk_t *mp, *tmpmp; local
763 if ((tmpmp = make_expmblk(cntl))) {
764 putnext(q, tmpmp);
1090 mblk_t *tmpmp; local
1149 if ((tmpmp = make_expmblk(cntl)) == NULL) {
1154 freemsg(tmpmp);
1157 putnext(q, tmpmp);
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2684 mblk_t *tmpmp; local
2696 if ((tmpmp = msgpullup(mp, -1)) == NULL) {
2701 mp = tmpmp;

Completed in 81 milliseconds