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