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

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

Completed in 118 milliseconds