Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_compat.c314 tio->c_iflag = tios->c_iflag; in termios_to_termio()
315 tio->c_oflag = tios->c_oflag; in termios_to_termio()
316 tio->c_cflag = tios->c_cflag; in termios_to_termio()
318 tio->c_line = tios->c_line; in termios_to_termio()
341 struct termios tios; in lwp_tty_ioctl_adapter() local
352 cfsetospeed(&tios, tios.__c_ispeed); in lwp_tty_ioctl_adapter()
353 error = _copy_to_user(args, &tios, sizeof(tios)); in lwp_tty_ioctl_adapter()
357 error = _copy_from_user(&tios, args, sizeof(tios)); in lwp_tty_ioctl_adapter()
360 tios.__c_ispeed = tios.__c_ospeed = cfgetospeed(&tios); in lwp_tty_ioctl_adapter()
365 error = _copy_from_user(&tios, args, sizeof(tios)); in lwp_tty_ioctl_adapter()
[all …]

Completed in 3 milliseconds