Lines Matching refs:pts_rdq
409 queue_t *pts_rdq; in ptmclose() local
415 if (ptmp->pts_rdq) { in ptmclose()
416 pts_rdq = ptmp->pts_rdq; in ptmclose()
417 if (pts_rdq->q_next) { in ptmclose()
419 (void) putnextctl(pts_rdq, M_HANGUP); in ptmclose()
435 if (ptmp->pts_rdq) in ptmclose()
436 qenable(WR(ptmp->pts_rdq)); in ptmclose()
492 if (flush_flg != 0 && ptmp->pts_rdq && in ptmwput()
496 putnext(ptmp->pts_rdq, mp); in ptmwput()
507 (ptmp->pts_rdq == NULL)) { in ptmwput()
589 if ((ptmp->pt_state & PTLOCK) || (ptmp->pts_rdq == NULL)) { in ptmwput()
624 if (ptmp->pts_rdq) { in ptmrsrv()
625 qenable(WR(ptmp->pts_rdq)); in ptmrsrv()
656 if ((ptmp->pt_state & PTLOCK) || (ptmp->pts_rdq == NULL)) { in ptmwsrv()
691 !bcanputnext(ptmp->pts_rdq, mp->b_band)) { in ptmwsrv()
700 putnext(ptmp->pts_rdq, mp); in ptmwsrv()