Home
last modified time | relevance | path

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

/minix/include/
H A Dttyent.h57 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */ macro
/minix/lib/libc/gen/
H A Dgetttyent.c133 tty.ty_status &= ~TTY_ON; in getttyent()
135 tty.ty_status |= TTY_ON; in getttyent()
/minix/sbin/init/
H A Dinit.c1147 if ((typ->ty_status & TTY_ON) == 0 || typ->ty_name == NULL || in new_session()
1598 if ((typ->ty_status & TTY_ON) == 0 || in clean_ttys()