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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c104 * New minor number is recorded in pt_minor field of the entry returned.
105 * This routine also initializes pt_minor and pt_state fields of the new
388 pt->pt_minor = dminor;
540 ASSERT(pt->pt_minor <= ptms_nslots);
541 ASSERT(ptms_slots[pt->pt_minor - 1] == pt);
548 ptms_slots[pt->pt_minor - 1] = NULL;
550 vmem_free(ptms_minor_arena, (void *)(uintptr_t)pt->pt_minor, 1);
612 pt->pt_minor = NULL;
H A Dptm.c358 dminor = ptmp->pt_minor;
H A Dpts.c341 ASSERT(ptsp->pt_minor == dminor);
/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h47 minor_t pt_minor; /* Minor number of this pty */ member in struct:pt_ttys
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c82 pt->pt_minor, peername, peerq, pt->pt_pid, procname);
153 addr, pt.pt_minor, pt.pt_state, pt.ptm_rdq, pt.pts_rdq,

Completed in 82 milliseconds