Searched refs:t_param (Results 1 – 4 of 4) sorted by relevance
103 tp->t_param = NULL; in kmopen()
140 int (*t_param)(struct tty *, struct termios *); member
80 tp->t_param = NULL; in kmopen()
1323 if (tp->t_param && (error = (*tp->t_param)(tp, t))) { in ttioctl_locked()