Lines Matching defs:resstp
5115 struct stdata *resstp;
5136 if ((resstp = resftp->f_vnode->v_stream) == NULL) {
5143 mutex_enter(&resstp->sd_lock);
5144 if (resstp->sd_flag & (STRDERR|STWRERR|STRHUP|STPLEX)) {
5145 error = strgeterr(resstp,
5148 mutex_exit(&resstp->sd_lock);
5153 mutex_exit(&resstp->sd_lock);
5161 claimstr(resstp->sd_wrq);
5162 for (q = resstp->sd_wrq->q_next; q->q_next != NULL;
5164 if (!STRMATED(resstp) && STREAM(q) != resstp &&
5174 releasestr(resstp->sd_wrq);