Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c90 rv |= TTY_ON; in auto_tty_status()
113 rv |= TTY_ON; in auto_exists_status()
177 tty.ty_status &= ~TTY_ON; in getttyent()
179 tty.ty_status |= TTY_ON; in getttyent()
/freebsd/include/
H A Dttyent.h53 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */ macro
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Drunconsoles.c309 if ((tty->ty_status & TTY_ON) == 0) in read_consoles()
/freebsd/sbin/init/
H A Dinit.c1300 if ((typ->ty_status & TTY_ON) == 0 || in new_session()
1775 if ((typ->ty_status & TTY_ON) == 0 || in clean_ttys()