Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c98 #define tty_opened_ns(tp) ((tp) != NULL && tty_opened(tp)) macro
847 if (!tty_opened_ns(cur_tty)) in sckbdevent()
1275 if (!tty_opened_ns(tp)) { in sctty_ioctl()
2808 if ((cur_scp->index != next_scr) && tty_opened_ns(tp) && in sc_switch_scr()
2824 if (!tty_opened_ns(tp)) { in sc_switch_scr()
3909 tty_opened_ns(tp)) in scgetc()
4016 if (tty_opened_ns(tp)) { in scgetc()
4033 if (tty_opened_ns(tp)) { in scgetc()
4240 if (!tty_opened_ns(tp)) in sc_paste()
4254 if (!tty_opened_ns(tp)) in sc_respond()
[all …]