Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dttydevsw.h155 ttydevsw_param(struct tty *tp, struct termios *t) in ttydevsw_param() function
/freebsd-12-stable/sys/kern/
Dtty.c320 ttydevsw_param(tp, &tp->t_termios); in ttydev_open()
1728 error = ttydevsw_param(tp, t); in tty_generic_ioctl()