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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c5115 struct stdata *resstp; local
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)
[all...]

Completed in 67 milliseconds