Searched refs:tty_name (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dserport.c161 snprintf(serio->phys, sizeof(serio->phys), "%s/serio0", tty_name(tty, name));
170 printk(KERN_INFO "serio: Serial port %s\n", tty_name(tty, name));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c256 static char tty_name[32]; local
273 pty = getpty(tty_name);
310 t = open(tty_name, O_RDWR | O_NOCTTY);
311 //t = open(tty_name, O_RDWR);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtelnetd.c218 char tty_name[32]; local
225 fd = getpty(tty_name, 32);
274 fd = xopen(tty_name, O_RDWR); /* becomes our ctty */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c305 static void open_stdio_to_tty(const char* tty_name, int fail) argument
307 /* empty tty_name means "use init's tty", else... */
308 if (tty_name[0]) {
309 int fd = device_open(tty_name, O_RDWR);
312 tty_name, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c228 * tty_name - return tty naming
238 char *tty_name(struct tty_struct *tty, char *buf) function
247 EXPORT_SYMBOL(tty_name); variable
672 printk(KERN_DEBUG "%s hangup...\n", tty_name(tty, buf));
693 printk(KERN_DEBUG "%s vhangup...\n", tty_name(tty, buf));
1572 tty_name(tty, buf), tty->count);
1655 "active!\n", tty_name(tty, buf));
1670 o_tty->count, tty_name(o_tty, buf));
1676 tty->count, tty_name(tty, buf));
H A Dtty_ldisc.c513 tty_name(tty, buf), r);
H A Dn_tty.c1047 tty_name(tty, buf),
1398 tty_name(tty, buf), flags);
H A Damiserial.c1014 printk("throttle %s: %d....\n", tty_name(tty, buf),
1039 printk("unthrottle %s: %d....\n", tty_name(tty, buf),
H A Dserial167.c1130 printk("throttle %s: %d....\n", tty_name(tty, buf),
1162 printk("throttle %s: %d....\n", tty_name(tty, buf),
H A Dtty_ioctl.c154 printk(KERN_DEBUG "%s wait until sent...\n", tty_name(tty, buf));
H A Dcyclades.c2890 printk(KERN_DEBUG "cyc:throttle %s: %ld...ttyC%d\n", tty_name(tty, buf),
2932 tty_name(tty, buf), tty_chars_in_buffer(tty), info->line);
H A Dn_gsm.c2066 tty_name(tty, buf), flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_serial.c72 char *tty_name; member in struct:ser_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty.h398 extern char *tty_name(struct tty_struct *tty, char *buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dcrisv10.c3358 printk("throttle %s: %lu....\n", tty_name(tty, buf),
3380 printk("unthrottle %s: %lu....\n", tty_name(tty, buf),
H A Dserial_core.c867 tty_name(port->tty, buf));

Completed in 238 milliseconds