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

  /src/sys/dev/qbus/
rlvar.h 35 struct rlc_softc { struct
52 struct rlc_softc *rc_rlc;
rl.c 73 static void rlcstart(struct rlc_softc *, struct buf *);
74 static void waitcrdy(struct rlc_softc *);
77 CFATTACH_DECL_NEW(rlc, sizeof(struct rlc_softc),
142 rlstate(struct rlc_softc *sc, int unit)
158 waitcrdy(struct rlc_softc *sc)
189 struct rlc_softc ssc, *sc = &ssc;
209 struct rlc_softc *sc = device_private(self);
306 struct rlc_softc *sc;
555 struct rlc_softc *sc = arg;
586 rlcstart(struct rlc_softc *sc, struct buf *ob
    [all...]

Completed in 13 milliseconds