Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dptem.c612 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()
[all …]
H A Dpckt.c322 mblk_t *pckt_msgp; in pcktrput() local
338 pckt_msgp = copymsg(mp); in pcktrput()
358 if (pckt_msgp == NULL) in pcktrput()
361 mp = pckt_msgp; in pcktrput()