Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_terminal.c57 if ((tm)->tm_flags & TF_CONS) \
63 if ((tm)->tm_flags & TF_CONS) \
69 if ((tm)->tm_flags & TF_CONS) \
73 if ((tm)->tm_flags & TF_CONS) \
170 if (tm->tm_flags & TF_CONS) in terminal_init()
538 tm->tm_flags = TF_CONS; in termcn_cnregister()
/freebsd-14-stable/sys/sys/
HDterminal.h205 #define TF_CONS 0x4 /* Console device (needs spinlock). */ macro
231 .tm_flags = TF_CONS, \