HomeSort by: relevance | last modified time | path
    Searched defs:serstart (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
ser.c 117 void serstart(struct tty *);
270 tp->t_oproc = (void (*) (struct tty *)) serstart;
890 serstart(tp);
908 serstart(struct tty *tp) function in typeref:typename:void
923 panic("serstart: unit is %d", unit);
  /src/sys/arch/atari/dev/
ser.c 227 static void serstart(struct tty *);
414 tp->t_oproc = serstart;
805 serstart(tp);
930 serstart(struct tty *tp) function in typeref:typename:void

Completed in 13 milliseconds