Searched defs:tty_fd (Results 1 – 4 of 4) sorted by relevance
77 fn tty_fd(&self) -> RawFd; in tty_fd() method104 fn tty_fd(&self) -> RawFd { in tty_fd() method
403 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()
19 int tty_fd(void) in tty_fd() function
615 def __pty_make_controlling_tty(self, tty_fd): argument