Home
last modified time | relevance | path

Searched refs:tmp_wrq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c4150 queue_t *tmp_wrq; in strioctl() local
4236 for (tmp_wrq = stp->sd_wrq; pos > 0; in strioctl()
4237 tmp_wrq = tmp_wrq->q_next, pos--) { in strioctl()
4238 ASSERT(SAMESTR(tmp_wrq)); in strioctl()
4241 if ((error = qattach(_RD(tmp_wrq), &dummydev, 0, crp, in strioctl()