Home
last modified time | relevance | path

Searched refs:c_ispeed (Results 1 – 11 of 11) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dtermios.c135 return (t->c_ispeed); in cfgetispeed()
150 t->c_ispeed = speed; in cfsetispeed()
158 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()
191 t->c_ispeed = TTYDEF_SPEED; in cfmakesane()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c321 com->it_in.c_ispeed = com->it_in.c_ospeed = in sysctl_machdep_comdefaultrate()
322 com->lt_in.c_ispeed = com->lt_in.c_ospeed = in sysctl_machdep_comdefaultrate()
323 com->it_out.c_ispeed = com->it_out.c_ospeed = in sysctl_machdep_comdefaultrate()
331 tp->t_termios.c_ispeed = in sysctl_machdep_comdefaultrate()
1070 com->lt_in.c_ispeed = com->lt_in.c_ospeed = in sioattach()
2095 if (lt->c_ispeed != 0) in sioioctl()
2096 dt->c_ispeed = tp->t_ispeed; in sioioctl()
2270 if (t->c_ispeed == 0) in comparam()
2271 t->c_ispeed = t->c_ospeed; in comparam()
2277 if (t->c_ispeed != t->c_ospeed) in comparam()
[all …]
/dragonfly/bin/stty/
H A Dgfmt.c97 tp->c_ispeed = tmp; in gread()
/dragonfly/sys/sys/
H A D_termios.h228 speed_t c_ispeed; /* input speed */ member
H A Dtty.h119 #define t_ispeed t_termios.c_ispeed
/dragonfly/sys/kern/
H A Dtty.c1033 if (t->c_ispeed == 0) in ttioctl()
1034 t->c_ispeed = t->c_ospeed; in ttioctl()
1035 if (t->c_ispeed == 0) in ttioctl()
1036 t->c_ispeed = tp->t_ospeed; in ttioctl()
1037 if (t->c_ispeed == 0) { in ttioctl()
1082 tp->t_ispeed = t->c_ispeed; in ttioctl()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c523 tp->t_termios.c_ispeed = ucom_cons_baud; in ucom_attach_tty()
1670 if (t->c_ispeed && (t->c_ispeed != t->c_ospeed)) { in ucom_param()
1676 t->c_ispeed = t->c_ospeed; in ucom_param()
/dragonfly/usr.bin/tip/
H A Dtip.c540 termios.c_ispeed = termios.c_ospeed = speed; in ttysetup()
/dragonfly/sys/platform/vkernel64/platform/
H A Dconsole.c170 tp->t_ispeed = tio->c_ispeed; in vcons_tty_param()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons_os.c307 tp->t_ispeed = t->c_ispeed; in dcons_tty_param()
/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c952 tp->t_ispeed = t->c_ispeed; in scparam()