Searched defs:tty_fd (Results 1 - 3 of 3) sorted by relevance

/external/nos/test/system-test-harness/src/
H A Dutil.h130 int tty_fd; member in class:test_harness::TestHarness
/external/toybox/lib/
H A Dinterestingtimes.c8 int tty_fd(void) function
/external/ppp/pppd/
H A Dsys-linux.c403 int tty_establish_ppp (int tty_fd) argument
410 if (ioctl(tty_fd, TIOCEXCL, 0) < 0) {
430 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
437 ret_fd = generic_establish_ppp(tty_fd);
447 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
555 void tty_disestablish_ppp(int tty_fd) argument
561 if (tcflush(tty_fd, TCIOFLUSH) < 0)
569 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
574 if (ioctl(tty_fd, TIOCNXCL, 0) < 0) {
580 if (initfdflags != -1 && fcntl(tty_fd, F_SETF
932 set_up_tty(int tty_fd, int local) argument
1010 setdtr(int tty_fd, int on) argument
1022 restore_tty(int tty_fd) argument
[all...]

Completed in 244 milliseconds