Lines Matching refs:sti
1021 sotpi_info_t *sti = SOTOTPI(so); in nl7c_urifree() local
1022 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_urifree()
1024 sti->sti_nl7c_uri = NULL; in nl7c_urifree()
1114 sotpi_info_t *sti = SOTOTPI(so); in nl7c_data() local
1115 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_data()
1129 sti->sti_nl7c_flags = 0; in nl7c_data()
1134 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) { in nl7c_data()
1135 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE; in nl7c_data()
1197 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_data()
1199 sti->sti_nl7c_flags = 0; in nl7c_data()
1209 sti->sti_nl7c_flags = 0; in nl7c_data()
1281 sotpi_info_t *sti = SOTOTPI(so); in nl7c_sendfilev() local
1282 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_sendfilev()
1301 sti->sti_nl7c_flags = 0; in nl7c_sendfilev()
1306 if (sti->sti_nl7c_flags & NL7C_WAITWRITE) in nl7c_sendfilev()
1307 sti->sti_nl7c_flags &= ~NL7C_WAITWRITE; in nl7c_sendfilev()
1442 if (! (sti->sti_nl7c_flags & NL7C_SOPERSIST)) { in nl7c_sendfilev()
1444 sti->sti_nl7c_flags = 0; in nl7c_sendfilev()
1467 sti->sti_nl7c_flags = 0; in nl7c_sendfilev()
1482 sotpi_info_t *sti = SOTOTPI(so); in nl7c_close() local
1483 uri_desc_t *uri = (uri_desc_t *)sti->sti_nl7c_uri; in nl7c_close()
1495 sti->sti_nl7c_uri = NULL; in nl7c_close()
1945 sotpi_info_t *sti = SOTOTPI(so); in nl7c_parse() local
1946 char *cp = (char *)sti->sti_nl7c_rcv_mp->b_rptr; in nl7c_parse()
1947 char *ep = (char *)sti->sti_nl7c_rcv_mp->b_wptr; in nl7c_parse()
1957 if ((reqmp = dupb(sti->sti_nl7c_rcv_mp)) == NULL) { in nl7c_parse()
1977 sti->sti_nl7c_rtime = gethrestime_sec(); in nl7c_parse()
2055 if (sti->sti_nl7c_flags & NL7C_SOPERSIST) { in nl7c_parse()
2085 mblk_t *mp = sti->sti_nl7c_rcv_mp; in nl7c_parse()
2088 sti->sti_nl7c_rcv_mp = mp->b_cont; in nl7c_parse()
2102 sti->sti_faddr_sa) ->sin_addr.s_addr; in nl7c_parse()
2107 nl7c_logd_log(ruri, uri, sti->sti_nl7c_rtime, faddr); in nl7c_parse()
2142 sti->sti_nl7c_uri = uri; in nl7c_parse()
2143 sti->sti_nl7c_flags |= NL7C_WAITWRITE; in nl7c_parse()
2161 sti->sti_nl7c_flags = 0; in nl7c_parse()