Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dtermios.c131 return (t->c_ispeed); in cfgetispeed()
146 t->c_ispeed = speed; in cfsetispeed()
154 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()
188 t->c_ispeed = TTYDEF_SPEED; in cfmakesane()
/freebsd/contrib/tcsh/
H A Dmi.termios.c58 return termios_p->c_ispeed;
71 termios_p->c_ispeed = speed;
261 termios_p->c_ispeed =
300 if ((termios_p->c_ispeed != 0 && termios_p->c_ispeed != termios_p->c_ospeed)
/freebsd/sys/kern/
H A Dtty_compat.c106 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()
108 term->c_ispeed = compatspcodes[speed]; in ttsetcompat()
110 term->c_ispeed = tp->t_termios.c_ispeed; in ttsetcompat()
204 if (tp->t_termios.c_ispeed == 0) in tty_ioctl_compat()
207 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()
H A Dtty.c131 bs = MIN(tp->t_termios.c_ispeed / 5, TTYBUF_MAX); in tty_watermarks()
635 if (lock->c_ispeed) in ttydev_ioctl()
636 new->c_ispeed = old->c_ispeed; in ttydev_ioctl()
911 t->c_ispeed = TTYDEF_SPEED; in tty_init_termios()
925 ti->c_ispeed = ti->c_ospeed = s; in tty_init_console()
926 to->c_ispeed = to->c_ospeed = s; in tty_init_console()
990 if (t->c_ispeed < B50) in ttydevsw_defparam()
991 t->c_ispeed = B50; in ttydevsw_defparam()
992 else if (t->c_ispeed > B115200) in ttydevsw_defparam()
993 t->c_ispeed = B115200; in ttydevsw_defparam()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c87 return (t->c_ispeed); in cfgetispeed()
100 t->c_ispeed = speed; in cfsetispeed()
/freebsd/contrib/ncurses/include/
H A Dncurses_mingw.h65 speed_t c_ispeed; member
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h54 speed_t c_ispeed; // input speed member
/freebsd/sys/sys/
H A D_termios.h232 speed_t c_ispeed; /* input speed */ member
/freebsd/bin/stty/
H A Dgfmt.c94 tp->c_ispeed = tmp; in gread()
/freebsd/sys/dev/syscons/
H A Dsysmouse.c226 t->c_ispeed = TTYDEF_SPEED; in smdev_param()
/freebsd/sys/dev/nmdm/
H A Dnmdm.c344 speed = imin(tp2->t_termios.c_ospeed, t->c_ispeed); in nmdm_param()
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c1349 if (t->c_ispeed && (t->c_ispeed != t->c_ospeed)) { in ucom_param()
1355 t->c_ispeed = t->c_ospeed; in ucom_param()
/freebsd/sys/dev/uart/
H A Duart_tty.c268 if (t->c_ispeed != t->c_ospeed && t->c_ospeed != 0) in uart_tty_param()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c435 lios->c_cflag = bsd_to_linux_speed(bios->c_ispeed, sptab); in bsd_to_linux_termios()
627 bios->c_ispeed = bios->c_ospeed = in linux_to_bsd_termios()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi3193 <var-decl name='c_ispeed' type-id='6a8e8a14' visibility='default'/>