HomeSort by: relevance | last modified time | path
    Searched refs:TTY_ON (Results 1 - 5 of 5) sorted by relevancy

  /src/include/
ttyent.h 57 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */
  /src/lib/libc/gen/
getttyent.c 133 tty.ty_status &= ~TTY_ON;
135 tty.ty_status |= TTY_ON;
  /src/sbin/ttyflags/
ttyflags.c 219 (errno == ENOENT && (st & TTY_ON) == 0)))
  /src/usr.sbin/ac/
ac.c 208 if ((tty->ty_status & TTY_ON) != 0 &&
  /src/sbin/init/
init.c 1095 if ((typ->ty_status & TTY_ON) == 0 || typ->ty_name == NULL ||
1556 if ((typ->ty_status & TTY_ON) == 0 ||

Completed in 14 milliseconds