Searched refs:tio_ctios (Results 1 – 1 of 1) sorted by relevance
223 struct termios tio_ctios; /* Child terminal settings */ member578 bcopy(&td->tio_ptios, &td->tio_ctios, sizeof (struct termios)); in termio_ctl()883 termio_suspend_tty(td, &td->tio_ctios); in termio_suspend()890 termio_resume_tty(td, &td->tio_ctios); in termio_resume()1588 bcopy(&td->tio_ptios, &td->tio_ctios, sizeof (struct termios)); in mdb_termio_create()