Searched defs:termio_suspend_tty (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c252 uint_t tio_suspended; /* termio_suspend_tty() nesting count */
267 static void termio_suspend_tty(termio_data_t *, struct termios *);
593 termio_suspend_tty(td, &td->tio_ptios);
705 termio_suspend_tty(termio_data_t *td, struct termios *iosp) function
883 termio_suspend_tty(td, &td->tio_ctios);
1971 termio_suspend_tty(td, &td->tio_ptios);

Completed in 49 milliseconds