Home
last modified time | relevance | path

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

/freebsd/include/
H A Dttyent.h58 #define TTY_IFCONSOLE 0x20 /* configured as "onifconsole" */ macro
/freebsd/lib/libc/gen/
H A Dgetttyent.c74 rv = TTY_IFCONSOLE; in auto_tty_status()
/freebsd/sbin/init/
H A Dinit.c1312 if ((typ->ty_status & TTY_IFCONSOLE) != 0) in new_session()