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

/illumos-gate/usr/src/uts/common/io/
H A Dpts.c294 struct pt_ttys *ptsp; local
307 ptsp = ptms_minor2ptty(dminor);
309 if (ptsp == NULL) {
313 mutex_enter(&ptsp->pt_lock);
320 if (ptsp->pt_zoneid != getzoneid()) {
321 mutex_exit(&ptsp->pt_lock);
330 ASSERT(rqp->q_ptr == ptsp);
331 ASSERT(ptsp->pts_rdq == rqp);
332 mutex_exit(&ptsp->pt_lock);
337 DDBGP("ptsopen: p = %p\n", (uintptr_t)ptsp);
431 struct pt_ttys *ptsp; local
510 struct pt_ttys *ptsp; local
665 struct pt_ttys *ptsp; local
691 struct pt_ttys *ptsp; local
[all...]

Completed in 58 milliseconds