Home
last modified time | relevance | path

Searched defs:tty_fd (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dsys-linux.c403 int tty_establish_ppp (int tty_fd) in tty_establish_ppp()
555 void tty_disestablish_ppp(int tty_fd) in tty_disestablish_ppp()
932 void set_up_tty(int tty_fd, int local) in set_up_tty()
1010 void setdtr (int tty_fd, int on) in setdtr()
1022 void restore_tty (int tty_fd) in restore_tty()
/external/autotest/client/common_lib/
Dpexpect.py606 def __pty_make_controlling_tty(self, tty_fd): argument