Lines Matching refs:pckt_msgp
612 mblk_t *pckt_msgp; /* message sent to the PCKT module */ in ptemwmsg() local
695 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
699 putnext(q, pckt_msgp); in ptemwmsg()
744 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
751 putnext(q, pckt_msgp); in ptemwmsg()
786 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
795 freemsg(pckt_msgp); in ptemwmsg()
807 freemsg(pckt_msgp); in ptemwmsg()
817 freemsg(pckt_msgp); in ptemwmsg()
825 putnext(q, pckt_msgp); in ptemwmsg()
890 mblk_t *pckt_msgp; /* message sent to the PCKT module */ in ptioc() local
990 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptioc()
994 putnext(q, pckt_msgp); in ptioc()