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

  /src/sys/dev/sbus/
stp4020.c 95 struct stp4020_softc *sc; /* Back link */
122 struct stp4020_softc { struct
146 CFATTACH_DECL_NEW(nell, sizeof(struct stp4020_softc),
157 void stp4020_delay(struct stp4020_softc *sc, unsigned int);
160 void stp4020_queue_event(struct stp4020_softc *, int, int);
319 struct stp4020_softc *sc = device_private(self);
552 struct stp4020_softc *sc = arg;
591 stp4020_queue_event(struct stp4020_softc *sc, int sock, int event)
631 struct stp4020_softc *sc = arg;
1059 stp4020_delay(struct stp4020_softc *sc, unsigned int ms
    [all...]

Completed in 45 milliseconds