Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c217 mdb_io_t *tio_io; /* Pointer back to containing i/o */ member
723 if (termio_ctl(td->tio_io, TCSETSW, iosp) == -1) in termio_suspend_tty()
790 if (termio_ctl(td->tio_io, TCGETS, iosp) < 0) in termio_resume_tty()
833 if (termio_ctl(td->tio_io, TCSETSW, ntios) < 0) in termio_resume_tty()
1549 td->tio_io = mdb_alloc(sizeof (mdb_io_t), UM_SLEEP); in mdb_termio_create()
1585 td->tio_io->io_ops = &termio_ops; in mdb_termio_create()
1586 td->tio_io->io_data = td; in mdb_termio_create()
1587 td->tio_io->io_next = NULL; in mdb_termio_create()
1588 td->tio_io->io_refcnt = 0; in mdb_termio_create()
1694 return (td->tio_io); in mdb_termio_create()
[all …]