serstart
void serstart(struct tty *);
tp->t_oproc = (void (*) (struct tty *)) serstart;
serstart(tp);
static void serstart(struct tty *);
tp->t_oproc = serstart;
serstart(tp);