Searched defs:strmatep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c271 struct stdata *strmatep = stp->sd_mate; local
274 if (strmatep->sd_flag & (STWOPEN|STRCLOSE|STRPLUMB)) {
277 mutex_exit(&strmatep->sd_lock);
281 if (!cv_wait_sig(&strmatep->sd_monitor,
282 &strmatep->sd_lock)) {
284 mutex_exit(&strmatep->sd_lock);
288 mutex_exit(&strmatep->sd_lock);
294 mutex_exit(&strmatep->sd_lock);
297 mutex_exit(&strmatep->sd_lock);
309 mutex_exit(&strmatep
649 struct stdata *strmatep = stp->sd_mate; local
[all...]

Completed in 49 milliseconds