Lines Matching refs:sti
919 sotpi_info_t *sti = SOTOTPI(so); in nl7c_process() local
920 mblk_t *rmp = sti->sti_nl7c_rcv_mp; in nl7c_process()
929 boolean_t pollin = (sti->sti_nl7c_flags & NL7C_POLLIN); in nl7c_process()
937 sti->sti_nl7c_flags = 0; in nl7c_process()
945 sti->sti_nl7c_flags &= ~NL7C_POLLIN; in nl7c_process()
953 } else if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_process()
983 sti->sti_nl7c_flags = 0; in nl7c_process()
989 mblk_t *mp = sti->sti_nl7c_rcv_mp; in nl7c_process()
994 sti->sti_nl7c_rcv_mp = rmp; in nl7c_process()
1002 if (sti->sti_nl7c_rcv_mp == NULL) { in nl7c_process()
1008 } else if (sti->sti_nl7c_flags & in nl7c_process()
1023 if (ret == B_TRUE && (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_process()
1033 if (sti->sti_nl7c_rcv_mp) { in nl7c_process()
1049 if (sti->sti_nl7c_rcv_mp) { in nl7c_process()
1052 sti->sti_nl7c_rcv_rval = rval.r_vals; in nl7c_process()