Home
last modified time | relevance | path

Searched refs:pt_ttys (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c240 sizeof (struct pt_ttys *) + \
337 struct pt_ttys *
341 struct pt_ttys *pt = NULL; in pt_ttys_alloc()
413 struct pt_ttys *
416 struct pt_ttys *pt = NULL; in ptms_minor2ptty()
432 struct pt_ttys *pt; in ptms_set_owner()
464 struct pt_ttys *pt; in ptms_minor_valid()
572 struct pt_ttys **ptms_old = ptms_slots; in ptms_grow()
573 struct pt_ttys **ptms_new; in ptms_grow()
610 struct pt_ttys *pt = maddr; in ptms_constructor()
[all …]
H A Dptm.c322 struct pt_ttys *ptmp; in ptmopen()
412 struct pt_ttys *ptmp; in ptmclose()
417 ptmp = (struct pt_ttys *)rqp->q_ptr; in ptmclose()
460 struct pt_ttys *ptmp; in ptmwput()
466 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmwput()
630 struct pt_ttys *ptmp; in ptmrsrv()
635 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmrsrv()
655 struct pt_ttys *ptmp; in ptmwsrv()
661 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmwsrv()
H A Dpts.c296 struct pt_ttys *ptsp; in ptsopen()
433 struct pt_ttys *ptsp; in ptsclose()
449 ptsp = (struct pt_ttys *)rqp->q_ptr; in ptsclose()
512 struct pt_ttys *ptsp; in ptswput()
519 ptsp = (struct pt_ttys *)qp->q_ptr; in ptswput()
667 struct pt_ttys *ptsp; in ptsrsrv()
672 ptsp = (struct pt_ttys *)qp->q_ptr; in ptsrsrv()
694 struct pt_ttys *ptsp; in ptswsrv()
701 ptsp = (struct pt_ttys *)qp->q_ptr; in ptswsrv()
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c76 ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername, in ptms_pr_qinfo()
89 struct pt_ttys pt; in ptms()
180 struct pt_ttys pt; in ptms_qinfo()
235 wsp->walk_arg = (((struct pt_ttys **)wsp->walk_addr) + (nslots - 1)); in ptms_walk_init()
236 wsp->walk_data = mdb_alloc(sizeof (struct pt_ttys), UM_SLEEP); in ptms_walk_init()
250 if (mdb_vread(&ptr, sizeof (struct pt_ttys *), wsp->walk_addr) != in ptms_walk_step()
251 (sizeof (struct pt_ttys *))) { in ptms_walk_step()
261 if (mdb_vread(wsp->walk_data, sizeof (struct pt_ttys), ptr) != in ptms_walk_step()
262 sizeof (struct pt_ttys)) { in ptms_walk_step()
276 mdb_free(wsp->walk_data, sizeof (struct pt_ttys)); in ptms_walk_fini()
/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h41 struct pt_ttys { struct
109 extern struct pt_ttys *pt_ttys_alloc(void);
110 extern void ptms_close(struct pt_ttys *, uint_t);
111 extern struct pt_ttys *ptms_minor2ptty(minor_t);