Home
last modified time | relevance | path

Searched refs:pckt_msgp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dptem.c616 mblk_t *pckt_msgp; /* message sent to the PCKT module */ in ptemwmsg() local
699 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
703 putnext(q, pckt_msgp); in ptemwmsg()
748 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
755 putnext(q, pckt_msgp); in ptemwmsg()
790 if ((pckt_msgp = copymsg(mp)) == NULL) { in ptemwmsg()
799 freemsg(pckt_msgp); in ptemwmsg()
811 freemsg(pckt_msgp); in ptemwmsg()
821 freemsg(pckt_msgp); in ptemwmsg()
829 putnext(q, pckt_msgp); in ptemwmsg()
[all …]
H A Dpckt.c319 mblk_t *pckt_msgp; in pcktrput() local
335 pckt_msgp = copymsg(mp); in pcktrput()
355 if (pckt_msgp == NULL) in pcktrput()
358 mp = pckt_msgp; in pcktrput()