Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_terminal.c57 else if ((tm)->tm_tty != NULL) \
58 tty_lock((tm)->tm_tty); \
63 else if ((tm)->tm_tty != NULL) \
64 tty_unlock((tm)->tm_tty); \
216 tp = tm->tm_tty; in terminal_sync_ttysize()
238 tm->tm_tty = tp; in terminal_maketty()
306 tp = tm->tm_tty; in terminal_input_char()
359 tp = tm->tm_tty; in terminal_input_raw()
375 tp = tm->tm_tty; in terminal_input_special()
702 tp = tm->tm_tty; in termteken_respond()
/freebsd/sys/sys/
H A Dterminal.h199 struct tty *tm_tty; member