Searched refs:ty_name (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | getttyent.c | 61 if (!strcmp(tty, t->ty_name)) in getttynam() 68 auto_tty_status(const char *ty_name) in auto_tty_status() argument 89 if (strcmp(cons, ty_name) == 0) { in auto_tty_status() 101 auto_exists_status(const char *ty_name) in auto_exists_status() argument 108 if (*ty_name == '/') in auto_exists_status() 109 asprintf(&dev, "%s", ty_name); in auto_exists_status() 111 asprintf(&dev, "/dev/%s", ty_name); in auto_exists_status() 153 tty.ty_name = p; in getttyent() 181 tty.ty_status |= auto_tty_status(tty.ty_name); in getttyent() 183 tty.ty_status |= auto_exists_status(tty.ty_name); in getttyent()
|
/freebsd/include/ |
H A D | ttyent.h | 50 char *ty_name; /* terminal device name */ member
|
/freebsd/usr.sbin/bsdinstall/runconsoles/ |
H A D | runconsoles.c | 317 if (strncmp(tty->ty_name, "ttyv", 4) == 0 && in read_consoles() 318 strcmp(tty->ty_name + 4, "0") != 0) in read_consoles() 325 asprintf(&dev, "/dev/%s", tty->ty_name); in read_consoles()
|
/freebsd/sbin/init/ |
H A D | init.c | 1301 typ->ty_name == 0 || in new_session() 1315 if (asprintf(&sp->se_device, "%s%s", _PATH_DEV, typ->ty_name) < 0) in new_session() 1347 if (asprintf(&sp->se_getty, "%s %s", typ->ty_getty, typ->ty_name) < 0) in setupargv() 1769 if (strcmp(typ->ty_name, sp->se_device + devlen) == 0) in clean_ttys()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 442 char *ty_name; member
|
H A D | sanitizer_platform_limits_netbsd.h | 516 char *ty_name; member
|
/freebsd/usr.sbin/ppp/ |
H A D | tty.c | 565 if (!strcmp(ttyp->ty_name, p->name.base)) { in tty_Slot()
|
/freebsd/crypto/openssh/ |
H A D | loginrec.c | 840 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line))) in utmp_write_direct()
|