Searched defs:tty_fd (Results 1 – 3 of 3) sorted by relevance
174 int tty_fd = ki_open("/dev/tty", O_RDONLY); in TEST_F() local217 int tty_fd = ki_open("/dev/tty", O_RDONLY); in TEST_F() local288 int* tty_fd = static_cast<int*>(arg); in resize_thread_main() local299 int tty_fd = ki_open("/dev/tty", O_RDONLY); in TEST_F() local341 int tty_fd = ki_open("/dev/tty", O_RDONLY); in TEST_F() local
397 int tty_establish_ppp (int tty_fd) in tty_establish_ppp()549 void tty_disestablish_ppp(int tty_fd) in tty_disestablish_ppp()902 void set_up_tty(int tty_fd, int local) in set_up_tty()977 void setdtr (int tty_fd, int on) in setdtr()989 void restore_tty (int tty_fd) in restore_tty()
643 def __pty_make_controlling_tty(self, tty_fd): argument