Searched refs:sti_nl7c_rcv_mp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h228 * sti_nl7c_rcv_mp mblk_t chain of already received data to be
241 mblk_t *sti_nl7c_rcv_mp; member in struct:sotpi_info
H A Dnl7c.c920 mblk_t *rmp = sti->sti_nl7c_rcv_mp;
989 mblk_t *mp = sti->sti_nl7c_rcv_mp;
994 sti->sti_nl7c_rcv_mp = rmp;
1002 if (sti->sti_nl7c_rcv_mp == NULL) {
1033 if (sti->sti_nl7c_rcv_mp) {
1049 if (sti->sti_nl7c_rcv_mp) {
H A Dnl7curi.c1946 char *cp = (char *)sti->sti_nl7c_rcv_mp->b_rptr;
1947 char *ep = (char *)sti->sti_nl7c_rcv_mp->b_wptr;
1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) {
2085 mblk_t *mp = sti->sti_nl7c_rcv_mp;
2088 sti->sti_nl7c_rcv_mp = mp->b_cont;
H A Dsocktpi.c2994 mblk_t *nmp = sti->sti_nl7c_rcv_mp;
3035 freemsg(sti->sti_nl7c_rcv_mp);
3037 if ((sti->sti_nl7c_rcv_mp = nmp) == NULL) {
3151 sti->sti_nl7c_rcv_mp == NULL) {
3243 if (sti->sti_nl7c_rcv_mp != NULL) {
6320 if (sti->sti_nl7c_rcv_mp != NULL) {
6630 sti->sti_nl7c_rcv_mp = NULL;
6655 ASSERT(sti->sti_nl7c_rcv_mp == NULL);
6789 if ((mp = sti->sti_nl7c_rcv_mp) != NULL) {
6790 sti->sti_nl7c_rcv_mp
[all...]

Completed in 78 milliseconds