Lines Matching refs:pts_rdq
413 queue_t *pts_rdq; in ptmclose() local
419 if (ptmp->pts_rdq) { in ptmclose()
420 pts_rdq = ptmp->pts_rdq; in ptmclose()
421 if (pts_rdq->q_next) { in ptmclose()
423 (void) putnextctl(pts_rdq, M_HANGUP); in ptmclose()
439 if (ptmp->pts_rdq) in ptmclose()
440 qenable(WR(ptmp->pts_rdq)); in ptmclose()
497 if (flush_flg != 0 && ptmp->pts_rdq && in ptmwput()
501 putnext(ptmp->pts_rdq, mp); in ptmwput()
513 (ptmp->pts_rdq == NULL)) { in ptmwput()
602 if ((ptmp->pt_state & PTLOCK) || (ptmp->pts_rdq == NULL)) { in ptmwput()
637 if (ptmp->pts_rdq) { in ptmrsrv()
638 qenable(WR(ptmp->pts_rdq)); in ptmrsrv()
670 if ((ptmp->pt_state & PTLOCK) || (ptmp->pts_rdq == NULL)) { in ptmwsrv()
704 !bcanputnext(ptmp->pts_rdq, mp->b_band)) { in ptmwsrv()
713 putnext(ptmp->pts_rdq, mp); in ptmwsrv()