Home
last modified time | relevance | path

Searched refs:host_tcgetattr (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/kboot/include/
H A Dtermios.h16 int host_tcgetattr (int, struct host_termios *);
/freebsd/stand/kboot/kboot/
H A Dhostcons.c61 host_tcgetattr(0, &old_settings); in hostcons_init()
/freebsd/stand/kboot/libkboot/
H A Dtermios.c14 host_tcgetattr(int fd, struct host_termios *tio) in host_tcgetattr() function