Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_terminal.c62 else if ((tm)->tm_tty != NULL) \
63 tty_lock((tm)->tm_tty); \
68 else if ((tm)->tm_tty != NULL) \
69 tty_unlock((tm)->tm_tty); \
221 tp = tm->tm_tty; in terminal_sync_ttysize()
243 tm->tm_tty = tp; in terminal_maketty()
311 tp = tm->tm_tty; in terminal_input_char()
364 tp = tm->tm_tty; in terminal_input_raw()
380 tp = tm->tm_tty; in terminal_input_special()
707 tp = tm->tm_tty; in termteken_respond()
/f-stack/freebsd/sys/
H A Dterminal.h202 struct tty *tm_tty; member