Searched refs:pty (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dppp-on-rsh66 # And execute pppd with the pty option, specifying rsh client as the
70 pty '$RSH_LOC $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
H A Dppp-on-ssh67 # And execute pppd with the pty option, specifying ssh client as the
74 pty '$SSH_LOC -c none $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dppp-on-rsh66 # And execute pppd with the pty option, specifying rsh client as the
70 pty '$RSH_LOC $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
H A Dppp-on-ssh67 # And execute pppd with the pty option, specifying ssh client as the
74 pty '$SSH_LOC -c none $PPPD_RHOST $PPPD_LOC $REM_IP:$LOC_IP $PPPD_IPV6 file $PPPD_REM_OPT' \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dpty.c83 char *pty, *bank, *cp; local
86 pty = &line[strlen("/dev/ptyp")];
88 line[strlen("/dev/pty")] = *bank;
89 *pty = '0';
95 *pty = *cp;
111 printk(UM_KERN_ERR "getmaster - no usable host pty devices\n");
144 .type = "pty",
H A DMakefile55 obj-$(CONFIG_PTY_CHAN) += pty.o
63 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dsigio.c10 #include <pty.h>
435 struct openpty_arg pty = { .master = -1, .slave = -1 }; local
438 initial_thread_cb(openpty_cb, &pty);
439 if (pty.err) {
441 -pty.err);
445 master = pty.master;
446 slave = pty.slave;
450 "pty\n");
538 "skipping pty SIGIO check\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c31 * Telnetd operates by allocating a pseudo-terminal device (see pty(4)) for
120 | pty | | socket |
222 DEBUG_OUT("getpty(): couldn't get pty\n");
227 DEBUG_OUT("getpty(): couldn't grant and unlock pty\n");
231 DEBUG_OUT("getpty(): got pty %s\n",ptsname(p));
255 int pty, pid; local
273 pty = getpty(tty_name);
275 if (pty < 0) {
280 if (pty > maxfd)
281 maxfd = pty;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A DMakefile84 OBJS=l2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A DMakefile13 obj-$(CONFIG_LEGACY_PTYS) += pty.o
14 obj-$(CONFIG_UNIX98_PTYS) += pty.o
H A Dpty.c2 * linux/drivers/char/pty.c
78 * (1) trying to send data to the pty, or (2) waiting in wait_until_sent()
79 * for the pty buffer to be drained.
105 * pty_write - write to a pty
113 * the other side of the pty/tty pair.
163 /* Set the lock flag on a pty */
250 struct tty_struct *pty = tty->link; local
265 spin_lock_irqsave(&pty->ctrl_lock, flags);
266 rpgrp = get_pid(pty->pgrp);
267 spin_unlock_irqrestore(&pty
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf17 #REGISTER ^pty/ MKOLDCOMPAT
18 #UNREGISTER ^pty/ RMOLDCOMPAT
36 REGISTER ^pty/s.* PERMISSIONS -1.tty 0600
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dsi4713-i2c.h166 u32 pty; member in struct:rds_info
H A Dsi4713-i2c.c940 *shadow = &sdev->rds_info.pty;
1241 ctrl.value = tmp->rds_info.pty;
1324 sdev->rds_info.pty = DEFAULT_RDS_PTY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp.c17 #include <pty.h>
87 "Or using pppd's pty option: \n"
88 " pppd pty \"%s <hostname> --nolaunchpppd <pptp options>\"\n"
92 " --nolaunchpppd Do not launch pppd, for use as a pppd pty\n"
496 /* Find an open pty/tty pair. */
502 fatal("Could not find free pty.");
538 /* close unused file descriptor, that is redirected to the pty */
668 /* close the pty and gre in the call manager */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c36 #include <pty.h>
240 int init = 0; /* Has pppd initialized the pty? */
242 int pty_fd = -1; /* File descriptor of pty */
314 /* send from pty off via GRE */
316 syslog(LOG_ERR, "CTRL: PTY read or GRE write failed (pty,gre)=(%d,%d)", pty_fd, gre_fd);
319 /* send from GRE off to pty */
322 syslog(LOG_ERR, "CTRL: GRE-tunnel has collapsed (GRE read or PTY write failed (gre,pty)=(%d,%d))", gre_fd, pty_fd);
324 syslog(LOG_ERR, "CTRL: GRE read or PTY write failed (gre,pty)=(%d,%d)", gre_fd, pty_fd);
542 * retn: pty file descriptor
561 /* userspace ppp doesn't need to waste a real pty/tt
[all...]
H A Dconfigure4589 for ac_header in pty.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
20001 pty = xmlSchemaGetPrimitiveType(ty);
20011 if (ptx != pty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c20003 xmlSchemaTypePtr tx, ty, ptx, pty; local
20011 pty = xmlSchemaGetPrimitiveType(ty);
20021 if (ptx != pty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c20003 xmlSchemaTypePtr tx, ty, ptx, pty; local
20011 pty = xmlSchemaGetPrimitiveType(ty);
20021 if (ptx != pty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c19993 xmlSchemaTypePtr tx, ty, ptx, pty; local
20001 pty = xmlSchemaGetPrimitiveType(ty);
20011 if (ptx != pty)

Completed in 715 milliseconds