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

/freebsd-10-stable/include/
H A Dttyent.h53 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dgetttyent.c91 return (TTY_ON);
159 tty.ty_status &= ~TTY_ON;
161 tty.ty_status |= TTY_ON;
/freebsd-10-stable/sbin/init/
H A Dinit.c1271 if ((typ->ty_status & TTY_ON) == 0 ||
1673 if ((typ->ty_status & TTY_ON) == 0 ||

Completed in 166 milliseconds