Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gen/
HDgetttyent.c92 rv |= TTY_ON; in auto_tty_status()
115 rv |= TTY_ON; in auto_exists_status()
179 tty.ty_status &= ~TTY_ON; in getttyent()
181 tty.ty_status |= TTY_ON; in getttyent()
/freebsd-14-stable/include/
HDttyent.h55 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */ macro
/freebsd-14-stable/usr.sbin/bsdinstall/runconsoles/
HDrunconsoles.c309 if ((tty->ty_status & TTY_ON) == 0) in read_consoles()
/freebsd-14-stable/sbin/init/
HDinit.c1312 if ((typ->ty_status & TTY_ON) == 0 || in new_session()
1787 if ((typ->ty_status & TTY_ON) == 0 || in clean_ttys()