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

/illumos-gate/usr/src/uts/common/io/
H A Dptem.c612 mblk_t *pckt_msgp; /* message sent to the PCKT module */ local
695 if ((pckt_msgp = copymsg(mp)) == NULL) {
699 putnext(q, pckt_msgp);
744 if ((pckt_msgp = copymsg(mp)) == NULL) {
751 putnext(q, pckt_msgp);
786 if ((pckt_msgp = copymsg(mp)) == NULL) {
795 freemsg(pckt_msgp);
807 freemsg(pckt_msgp);
817 freemsg(pckt_msgp);
825 putnext(q, pckt_msgp);
890 mblk_t *pckt_msgp; /* message sent to the PCKT module */ local
[all...]
H A Dpckt.c319 mblk_t *pckt_msgp; local
335 pckt_msgp = copymsg(mp);
355 if (pckt_msgp == NULL)
358 mp = pckt_msgp;

Completed in 308 milliseconds