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

  /src/sys/arch/amiga/dev/
ser.c 76 struct tty *ser_tty; member in struct:ser_softc
146 struct tty *ser_tty; variable in typeref:struct:tty *
274 sc->ser_tty = ser_tty = tp;
301 tp = sc->ser_tty;
382 tp = ser_tty;
400 struct tty *tp = sc->ser_tty;
432 ser_tty = (struct tty *) NULL;
445 return ser_tty->t_linesw->l_read(ser_tty, uio, flag)
    [all...]
ser.c 76 struct tty *ser_tty; member in struct:ser_softc
146 struct tty *ser_tty; variable in typeref:struct:tty *
274 sc->ser_tty = ser_tty = tp;
301 tp = sc->ser_tty;
382 tp = ser_tty;
400 struct tty *tp = sc->ser_tty;
432 ser_tty = (struct tty *) NULL;
445 return ser_tty->t_linesw->l_read(ser_tty, uio, flag)
    [all...]

Completed in 20 milliseconds