Searched refs:pt_ttys (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | ptms_conf.c | 210 static struct pt_ttys **ptms_slots = NULL; /* Slots for actual pt structures */ 232 #define PTY_SIZE (sizeof (struct pt_ttys) + \ 233 sizeof (struct pt_ttys *) + \ 272 sizeof (struct pt_ttys *), KM_SLEEP); in ptms_init() 275 sizeof (struct pt_ttys), 0, ptms_constructor, in ptms_init() 330 struct pt_ttys * 334 struct pt_ttys *pt = NULL; in pt_ttys_alloc() 406 struct pt_ttys * 409 struct pt_ttys *pt = NULL; in ptms_minor2ptty() 425 struct pt_ttys *pt; in ptms_set_owner() [all …]
|
H A D | ptm.c | 316 struct pt_ttys *ptmp; in ptmopen() 408 struct pt_ttys *ptmp; in ptmclose() 413 ptmp = (struct pt_ttys *)rqp->q_ptr; in ptmclose() 456 struct pt_ttys *ptmp; in ptmwput() 462 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmwput() 617 struct pt_ttys *ptmp; in ptmrsrv() 622 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmrsrv() 641 struct pt_ttys *ptmp; in ptmwsrv() 647 ptmp = (struct pt_ttys *)qp->q_ptr; in ptmwsrv()
|
H A D | pts.c | 294 struct pt_ttys *ptsp; in ptsopen() 431 struct pt_ttys *ptsp; in ptsclose() 447 ptsp = (struct pt_ttys *)rqp->q_ptr; in ptsclose() 510 struct pt_ttys *ptsp; in ptswput() 517 ptsp = (struct pt_ttys *)qp->q_ptr; in ptswput() 665 struct pt_ttys *ptsp; in ptsrsrv() 670 ptsp = (struct pt_ttys *)qp->q_ptr; in ptsrsrv() 691 struct pt_ttys *ptsp; in ptswsrv() 698 ptsp = (struct pt_ttys *)qp->q_ptr; in ptswsrv()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ptm/ |
H A D | ptm.c | 77 ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername, in ptms_pr_qinfo() 90 struct pt_ttys pt; in ptms() 181 struct pt_ttys pt; in ptms_qinfo() 236 wsp->walk_arg = (((struct pt_ttys **)wsp->walk_addr) + (nslots - 1)); in ptms_walk_init() 237 wsp->walk_data = mdb_alloc(sizeof (struct pt_ttys), UM_SLEEP); in ptms_walk_init() 251 if (mdb_vread(&ptr, sizeof (struct pt_ttys *), wsp->walk_addr) != in ptms_walk_step() 252 (sizeof (struct pt_ttys *))) { in ptms_walk_step() 262 if (mdb_vread(wsp->walk_data, sizeof (struct pt_ttys), ptr) != in ptms_walk_step() 263 sizeof (struct pt_ttys)) { in ptms_walk_step() 277 mdb_free(wsp->walk_data, sizeof (struct pt_ttys)); in ptms_walk_fini()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ptms.h | 42 struct pt_ttys { struct 110 extern struct pt_ttys *pt_ttys_alloc(void); 111 extern void ptms_close(struct pt_ttys *, uint_t); 112 extern struct pt_ttys *ptms_minor2ptty(minor_t);
|