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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c52 * (2) the settings used by a controlled child process (tio_ctios),
223 struct termios tio_ctios; /* Child terminal settings */ member in struct:termio_data
578 bcopy(&td->tio_ptios, &td->tio_ctios, sizeof (struct termios));
883 termio_suspend_tty(td, &td->tio_ctios);
890 termio_resume_tty(td, &td->tio_ctios);
1588 bcopy(&td->tio_ptios, &td->tio_ctios, sizeof (struct termios));

Completed in 49 milliseconds