Searched refs:host_tcsetattr (Results 1 – 4 of 4) sorted by relevance
17 int host_tcsetattr (int, int, const struct host_termios *);
95 host_tcsetattr(fd, HOST_TCANOW, &tty); in init_tty()
64 host_tcsetattr(0, HOST_TCSANOW, &new_settings); in hostcons_init()
22 host_tcsetattr(int fd, int act, const struct host_termios *tio) in host_tcsetattr() function