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

/freebsd-10-stable/include/
H A Dttyent.h51 char *ty_getty; /* command to execute, usually getty */ member in struct:ttyent
53 #define TTY_ON 0x01 /* enable logins (start ty_getty program) */
/freebsd-10-stable/lib/libc/gen/
H A Dgetttyent.c141 if (!*(tty.ty_getty = p))
142 tty.ty_getty = tty.ty_type = NULL;
/freebsd-10-stable/sbin/init/
H A Dinit.c1273 typ->ty_getty == 0)
1325 if (asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name) < 0)
1674 typ->ty_getty == 0) {

Completed in 63 milliseconds