Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_terminal.c84 static tsw_close_t termtty_close; variable
91 .tsw_close = termtty_close,
405 termtty_close(struct tty *tp) in termtty_close() function