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

/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h43 queue_t *ptm_rdq; /* master'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 Dpts.c73 * Individual fields of pt_ttys structure (except ptm_rdq, pts_rdq and
86 * open/close paths to modify ptm_rdq and pts_rdq fields. These fields should
467 if (ptsp->ptm_rdq) {
468 putnext(ptsp->ptm_rdq, bp);
482 if (ptsp->ptm_rdq) {
484 putnext(ptsp->ptm_rdq, mp);
486 qenable(WR(ptsp->ptm_rdq));
519 if (ptsp->ptm_rdq == NULL) {
564 if (ptsp->ptm_rdq)
565 putnext(ptsp->ptm_rdq, m
692 queue_t *ptm_rdq; local
[all...]

Completed in 61 milliseconds