Home
last modified time | relevance | path

Searched refs:host_tcsetattr (Results 1 – 4 of 4) sorted by relevance

/freebsd/stand/kboot/include/
H A Dtermios.h17 int host_tcsetattr (int, int, const struct host_termios *);
/freebsd/stand/kboot/kboot/
H A Dinit.c95 host_tcsetattr(fd, HOST_TCANOW, &tty); in init_tty()
H A Dhostcons.c64 host_tcsetattr(0, HOST_TCSANOW, &new_settings); in hostcons_init()
/freebsd/stand/kboot/libkboot/
H A Dtermios.c22 host_tcsetattr(int fd, int act, const struct host_termios *tio) in host_tcsetattr() function