Home
last modified time | relevance | path

Searched defs:host_termios (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/stand/kboot/include/
H A Dtermios_gen.h9 struct host_termios { struct
10 host_tcflag_t c_iflag;
11 host_tcflag_t c_oflag;
12 host_tcflag_t c_cflag;
13 host_tcflag_t c_lflag;
14 host_cc_t c_line;
15 host_cc_t c_cc[HOST_NCCS];
16 host_speed_t __c_ispeed;
17 host_speed_t __c_ospeed;
/freebsd-src/stand/kboot/include/arch/powerpc64/
H A Dtermios_arch.h11 struct host_termios { struct
12 host_tcflag_t c_iflag;
13 host_tcflag_t c_oflag;
14 host_tcflag_t c_cflag;
15 host_tcflag_t c_lflag;
16 host_cc_t c_cc[HOST_NCCS];
17 host_cc_t c_line;
18 host_speed_t __c_ispeed;
19 host_speed_t __c_ospeed;