Home
last modified time | relevance | path

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

/NextBSD/sys/dev/syscons/
HDsyscons.c91 #define tty_opened_ns(tp) ((tp) != NULL && tty_opened(tp)) macro
758 if (!tty_opened_ns(cur_tty)) in sckbdevent()
1152 if (!tty_opened_ns(tp)) { in sctty_ioctl()
2454 && tty_opened_ns(tp) in sc_switch_scr()
2471 if (!tty_opened_ns(tp)) { in sc_switch_scr()
3510 if (!kdb_active && tty_opened_ns(tp)) in scgetc()
3605 if (tty_opened_ns(tp)) { in scgetc()
3618 if (tty_opened_ns(tp)) { in scgetc()
3820 if (!tty_opened_ns(tp)) in sc_paste()
3834 if (!tty_opened_ns(tp)) in sc_respond()
[all …]