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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c105 int tty_fd; variable
532 FD_SET(tty_fd, &rdset);
533 if ( tty_q.len ) FD_SET(tty_fd, &wrset);
568 term_set_hupcl(tty_fd, 0);
569 term_flush(tty_fd);
570 term_apply(tty_fd);
571 term_erase(tty_fd);
583 if ( term_pulse_dtr(tty_fd) < 0 )
588 r = term_lower_dtr(tty_fd);
590 r = term_raise_dtr(tty_fd);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dchan_user.h45 extern void register_winch_irq(int fd, int tty_fd, int pid,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-launch.c461 int tty_fd; local
491 tty_fd = 0;
493 tty_fd = -1;
498 tty_fd = -1;
500 else if (tty_fd >= 0)
509 if (tty_fd < 0 && x_fd < 0)
531 if (tty_fd >= 0)
533 FD_SET (tty_fd, &read_set);
534 FD_SET (tty_fd, &err_set);
543 select (MAX (tty_fd, x_f
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpctrl.c548 int pty_fd, tty_fd; local
567 tty_fd = sockfd[0];
571 if (openpty(&pty_fd, &tty_fd, NULL, NULL, NULL) != 0) {
581 if (tcgetattr(tty_fd, &tios) < 0) {
587 if (tcsetattr(tty_fd, TCSAFLUSH, &tios) < 0) {
596 syslog(LOG_DEBUG, "CTRL: tty_fd = %d", tty_fd);
609 if (dup2(tty_fd, 0) == -1) {
610 syslog(LOG_ERR, "CTRL: child tty_fd dup2 to stdin, %s",
614 if (dup2(tty_fd,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c470 int tty_establish_ppp (int tty_fd) argument
476 if (ioctl(tty_fd, TIOCEXCL, 0) < 0) {
488 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
495 ret_fd = generic_establish_ppp(tty_fd);
536 void tty_disestablish_ppp(int tty_fd) argument
538 generic_disestablish_ppp(tty_fd);
544 if (tcflush(tty_fd, TCIOFLUSH) < 0)
549 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
554 if (ioctl(tty_fd, TIOCNXCL, 0) < 0) {
560 if (initfdflags != -1 && fcntl(tty_fd, F_SETF
828 set_up_tty(int tty_fd, int local) argument
903 setdtr(int tty_fd, int on) argument
915 restore_tty(int tty_fd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dline.c717 int tty_fd; member in struct:winch
754 "support\n", winch->tty_fd);
776 void register_winch_irq(int fd, int tty_fd, int pid, struct tty_struct *tty, argument
789 .tty_fd = tty_fd,

Completed in 90 milliseconds