ucom_param
static int ucom_param(struct tty *tp, struct termios *t);
tp->t_param = ucom_param;
ucom_param(tp, &tp->t_termios);
ucom_param(tp, &t);