Searched refs:ty_name (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dttyent.h53 __aconst char *ty_name; /* terminal device name */ member in struct:ttyent
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dttyslot.c82 if (!strcmp(ttyp->ty_name, p)) {
H A Dgetttyent.c74 if (!strcmp(tty, t->ty_name))
111 tty.ty_name = p;
/netbsd-6-1-5-RELEASE/sbin/ttyflags/
H A Dttyflags.c209 (void)snprintf(path, sizeof path, "%s%s", _PATH_DEV, tep->ty_name);
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c1087 if ((typ->ty_status & TTY_ON) == 0 || typ->ty_name == NULL ||
1099 (void)asprintf(&sp->se_device, "%s%s", _PATH_DEV, typ->ty_name);
1133 (void)asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name);
1527 if (strcmp(typ->ty_name, sp->se_device + devlen) == 0)
/netbsd-6-1-5-RELEASE/usr.sbin/ac/
H A Dac.c237 (void)strncpy(Con[Ncon++], tty->ty_name, UT_LINESIZE);

Completed in 168 milliseconds