Searched refs:ptm_rdq (Results 1 - 5 of 5) sorted by relevance

/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...]
H A Dptms_conf.c64 * Individual fields of pt_ttys structure (except ptm_rdq, pts_rdq and
77 * open/close paths to modify ptm_rdq and pts_rdq fields. These fields should
536 ASSERT(pt->ptm_rdq == NULL);
609 pt->ptm_rdq = NULL;
630 ASSERT(pt->ptm_rdq == NULL);
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
369 ptmp->ptm_rdq = rqp;
424 * ptm_rdq should be cleared before call to qprocsoff() to prevent pts
425 * write procedure to attempt using ptm_rdq after qprocsoff.
428 ptmp->ptm_rdq = NULL;
/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/cmd/mdb/common/modules/ptm/
H A Dptm.c153 addr, pt.pt_minor, pt.pt_state, pt.ptm_rdq, pt.pts_rdq,
197 ptms_pr_qinfo(buf, nbytes, &pt, "master", pt.ptm_rdq, c);

Completed in 48 milliseconds