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

/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h44 queue_t *pts_rdq; /* slave's read queue pointer */ member in struct:pt_ttys
48 int pt_refcnt; /* reference count for ptm_rdq/pts_rdq uses */
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c90 * Individual fields of pt_ttys structure (except ptm_rdq, pts_rdq and
103 * open/close paths to modify ptm_rdq and pts_rdq fields. These fields should
409 queue_t *pts_rdq; local
415 if (ptmp->pts_rdq) {
416 pts_rdq = ptmp->pts_rdq;
417 if (pts_rdq->q_next) {
419 (void) putnextctl(pts_rdq, M_HANGUP);
435 if (ptmp->pts_rdq)
436 qenable(WR(ptmp->pts_rdq));
[all...]

Completed in 65 milliseconds