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

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

Completed in 57 milliseconds