Searched refs:tty_fd (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dchan_user.h47 extern void register_winch_irq(int fd, int tty_fd, int pid, struct tty_struct *tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c394 int tty_establish_ppp (int tty_fd) argument
401 if (ioctl(tty_fd, TIOCEXCL, 0) < 0) {
421 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
428 ret_fd = generic_establish_ppp(tty_fd);
438 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
546 void tty_disestablish_ppp(int tty_fd) argument
552 if (tcflush(tty_fd, TCIOFLUSH) < 0)
560 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
565 if (ioctl(tty_fd, TIOCNXCL, 0) < 0) {
571 if (initfdflags != -1 && fcntl(tty_fd, F_SETF
899 set_up_tty(int tty_fd, int local) argument
974 setdtr(int tty_fd, int on) argument
986 restore_tty(int tty_fd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp.c351 int pty_fd, tty_fd, gre_fd; local
499 rc = openpty (&pty_fd, &tty_fd, ttydev, NULL, NULL);
513 close (tty_fd);
537 pty_fd = tty_fd = STDIN_FILENO;
589 ttyname(tty_fd));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c739 int tty_fd; member in struct:winch
759 winch->tty_fd);
778 void register_winch_irq(int fd, int tty_fd, int pid, struct tty_struct *tty) argument
790 .tty_fd = tty_fd,

Completed in 60 milliseconds