Home
last modified time | relevance | path

Searched refs:__c_ospeed (Results 1 – 5 of 5) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty.c119 bs = MIN(bsd_speed_to_integer(tp->t_termios.__c_ospeed) / 5, TTYBUF_MAX); in tty_watermarks()
645 if (lock->__c_ospeed) in ttydev_ioctl()
646 new->__c_ospeed = old->__c_ospeed; in ttydev_ioctl()
770 if (t->__c_ospeed < B50) in ttydevsw_defparam()
771 t->__c_ospeed = B50; in ttydevsw_defparam()
772 else if (t->__c_ospeed > B115200) in ttydevsw_defparam()
773 t->__c_ospeed = B115200; in ttydevsw_defparam()
1190 t->__c_ispeed = t->__c_ospeed; in tty_generic_ioctl()
1216 tp->t_termios.__c_ospeed != t->__c_ospeed)) in tty_generic_ioctl()
1226 tp->t_termios.__c_ospeed = t->__c_ospeed; in tty_generic_ioctl()
A Dtty_compat.c360 tios.__c_ispeed = tios.__c_ospeed = cfgetospeed(&tios); in lwp_tty_ioctl_adapter()
/components/libc/posix/io/termios/
A Dtermios.h36 speed_t __c_ospeed; member
/components/drivers/serial/
A Dserial_tty.c155 …tp->t_termios_init_in.__c_ispeed = tp->t_termios_init_in.__c_ospeed = cfgetospeed(&tp->t_termios_i… in _serial_tty_set_speed()
/components/lwp/terminal/
A Dtty_device.c348 t->__c_ospeed = TTYDEF_SPEED; in tty_init_termios()

Completed in 188 milliseconds