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

/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...]
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
537 ASSERT(pt->pts_rdq == NULL);
608 pt->pts_rdq = NULL;
631 ASSERT(pt->pts_rdq == NULL);
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
331 ASSERT(ptsp->pts_rdq == rqp);
354 ASSERT(ptsp->pts_rdq == rqp);
393 * send/receive messages. Setting pts_rdq will allow master side to send
398 ptsp->pts_rdq = rqp;
451 * from the master side, so set pts_rdq to NULL. This should be done
458 ptsp->pts_rdq = NULL;
/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/cmd/mdb/common/modules/ptm/
H A Dptm.c153 addr, pt.pt_minor, pt.pt_state, pt.ptm_rdq, pt.pts_rdq,
195 ptms_pr_qinfo(buf, nbytes, &pt, "slave", pt.pts_rdq, c);

Completed in 64 milliseconds