pt_ttys
struct pt_ttys pt;
wsp->walk_arg = (((struct pt_ttys **)wsp->walk_addr) + (nslots - 1));
wsp->walk_data = mdb_alloc(sizeof (struct pt_ttys), UM_SLEEP);
if (mdb_vread(&ptr, sizeof (struct pt_ttys *), wsp->walk_addr) !=
(sizeof (struct pt_ttys *))) {
if (mdb_vread(wsp->walk_data, sizeof (struct pt_ttys), ptr) !=
sizeof (struct pt_ttys)) {
mdb_free(wsp->walk_data, sizeof (struct pt_ttys));
ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername,
struct pt_ttys pt;
struct pt_ttys *ptmp;
struct pt_ttys *ptmp;
ptmp = (struct pt_ttys *)rqp->q_ptr;
struct pt_ttys *ptmp;
ptmp = (struct pt_ttys *)qp->q_ptr;
struct pt_ttys *ptmp;
ptmp = (struct pt_ttys *)qp->q_ptr;
struct pt_ttys *ptmp;
ptmp = (struct pt_ttys *)qp->q_ptr;
static struct pt_ttys **ptms_slots = NULL; /* Slots for actual pt structures */
#define PTY_SIZE (sizeof (struct pt_ttys) + \
sizeof (struct pt_ttys *) + \
sizeof (struct pt_ttys *), KM_SLEEP);
sizeof (struct pt_ttys), 0, ptms_constructor,
struct pt_ttys *
struct pt_ttys *pt = NULL;
struct pt_ttys *
struct pt_ttys *pt = NULL;
struct pt_ttys *pt;
struct pt_ttys *pt;
ptms_close(struct pt_ttys *pt, uint_t flags_to_clear)
struct pt_ttys **ptms_old = ptms_slots;
struct pt_ttys **ptms_new;
ptms_new = kmem_zalloc(new_size * sizeof (struct pt_ttys *),
kmem_free(ptms_new, new_size * sizeof (struct pt_ttys *));
bcopy(ptms_old, ptms_new, old_size * sizeof (struct pt_ttys *));
kmem_free(ptms_old, old_size * sizeof (struct pt_ttys *));
struct pt_ttys *pt = maddr;
struct pt_ttys *pt = maddr;
struct pt_ttys *ptsp;
struct pt_ttys *ptsp;
ptsp = (struct pt_ttys *)rqp->q_ptr;
struct pt_ttys *ptsp;
ptsp = (struct pt_ttys *)qp->q_ptr;
struct pt_ttys *ptsp;
ptsp = (struct pt_ttys *)qp->q_ptr;
struct pt_ttys *ptsp;
ptsp = (struct pt_ttys *)qp->q_ptr;
extern struct pt_ttys *pt_ttys_alloc(void);
extern void ptms_close(struct pt_ttys *, uint_t);
extern struct pt_ttys *ptms_minor2ptty(minor_t);