Searched refs:tty (Results 1 – 3 of 3) sorted by relevance
291 lwp_tty_t tty; in rt_hw_serial_register_tty() local308 tty = lwp_tty_create(&serial_ttydevsw, softc); in rt_hw_serial_register_tty()309 if (tty) in rt_hw_serial_register_tty()311 _serial_tty_set_speed(tty); in rt_hw_serial_register_tty()312 rc = lwp_tty_register(tty, dev_name); in rt_hw_serial_register_tty()316 rt_free(tty); in rt_hw_serial_register_tty()
183 struct tty_struct *tty; /* NULL if no tty */ member
3498 dst->tty = src->tty; in lwp_struct_copy()
Completed in 23 milliseconds