Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/gen/
HDtermios.c133 return (t->c_ispeed); in cfgetispeed()
148 t->c_ispeed = speed; in cfsetispeed()
156 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()
190 t->c_ispeed = TTYDEF_SPEED; in cfmakesane()
/freebsd-13-stable/contrib/tcsh/
HDmi.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-13-stable/crypto/openssh/openbsd-compat/
HDbsd-nextstep.c87 return (t->c_ispeed); in cfgetispeed()
100 t->c_ispeed = speed; in cfsetispeed()
/freebsd-13-stable/sys/kern/
HDtty_compat.c108 else if (speed != ttcompatspeedtab(tp->t_termios.c_ispeed, in ttsetcompat()
110 term->c_ispeed = compatspcodes[speed]; in ttsetcompat()
112 term->c_ispeed = tp->t_termios.c_ispeed; in ttsetcompat()
206 if (tp->t_termios.c_ispeed == 0) in tty_ioctl_compat()
209 sg->sg_ispeed = ttcompatspeedtab(tp->t_termios.c_ispeed, in tty_ioctl_compat()
HDtty.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-13-stable/contrib/ncurses/include/
HDncurses_mingw.h65 speed_t c_ispeed; member
/freebsd-13-stable/contrib/llvm-project/lldb/tools/driver/
HDPlatform.h54 speed_t c_ispeed; // input speed member
/freebsd-13-stable/bin/stty/
HDgfmt.c100 tp->c_ispeed = tmp; in gread()
/freebsd-13-stable/sys/sys/
HD_termios.h234 speed_t c_ispeed; /* input speed */ member
/freebsd-13-stable/sys/dev/syscons/
HDsysmouse.c218 t->c_ispeed = TTYDEF_SPEED; in smdev_param()
/freebsd-13-stable/sys/dev/nmdm/
HDnmdm.c344 speed = imin(tp2->t_termios.c_ospeed, t->c_ispeed); in nmdm_param()
/freebsd-13-stable/sys/dev/uart/
HDuart_tty.c269 if (t->c_ispeed != t->c_ospeed && t->c_ospeed != 0) in uart_tty_param()
/freebsd-13-stable/sys/dev/usb/serial/
HDusb_serial.c1350 if (t->c_ispeed && (t->c_ispeed != t->c_ospeed)) { in ucom_param()
1356 t->c_ispeed = t->c_ospeed; in ucom_param()
/freebsd-13-stable/sys/compat/linux/
HDlinux_ioctl.c430 lios->c_cflag = bsd_to_linux_speed(bios->c_ispeed, sptab); in bsd_to_linux_termios()
620 bios->c_ispeed = bios->c_ospeed = in linux_to_bsd_termios()
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs.abi2851 <var-decl name='c_ispeed' type-id='6a8e8a14' visibility='default'/>