Home | History | Annotate | Download | only in dev

Lines Matching defs:scif_softc

126 struct scif_softc {
189 CFATTACH_DECL_NEW(scif, sizeof(struct scif_softc),
249 static void scif_rxsoft(struct scif_softc *, struct tty *);
250 static void scif_txsoft(struct scif_softc *, struct tty *);
252 static void scif_stsoft(struct scif_softc *, struct tty *);
254 static void scif_schedrx(struct scif_softc *);
257 static void scif_break(struct scif_softc *, int);
258 static void scif_iflush(struct scif_softc *);
444 struct scif_softc *sc;
522 struct scif_softc *sc;
586 struct scif_softc *sc;
705 scif_iflush(struct scif_softc *sc)
721 struct scif_softc *sc;
828 struct scif_softc *sc;
850 struct scif_softc *sc;
862 struct scif_softc *sc;
874 struct scif_softc *sc;
886 struct scif_softc *sc;
898 struct scif_softc *sc;
952 scif_schedrx(struct scif_softc *sc)
962 scif_break(struct scif_softc *sc, int onoff)
988 struct scif_softc *sc;
1007 struct scif_softc *sc = arg;
1026 scif_rxsoft(struct scif_softc *sc, struct tty *tp)
1110 scif_txsoft(struct scif_softc *sc, struct tty *tp)
1123 scif_stsoft(struct scif_softc *sc, struct tty *tp)
1158 struct scif_softc *sc = arg;
1187 struct scif_softc *sc = arg;