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

  /src/sys/arch/macppc/dev/
espvar.h 33 struct esp_softc { struct
  /src/sys/dev/mca/
espvar.h 33 struct esp_softc { struct
  /src/sys/arch/mac68k/obio/
espvar.h 33 struct esp_softc { struct
  /src/sys/arch/sparc/dev/
esp_obio.c 61 struct esp_softc { struct
74 CFATTACH_DECL_NEW(esp_obio, sizeof(struct esp_softc),
124 struct esp_softc *esc = device_private(self);
264 struct esp_softc *esc = (struct esp_softc *)sc;
272 struct esp_softc *esc = (struct esp_softc *)sc;
280 struct esp_softc *esc = (struct esp_softc *)sc;
288 struct esp_softc *esc = (struct esp_softc *)sc
    [all...]
  /src/sys/arch/next68k/dev/
espvar.h 33 struct esp_softc { struct
  /src/sys/arch/sun3/dev/
esp.c 64 struct esp_softc { struct
74 CFATTACH_DECL_NEW(esp, sizeof(struct esp_softc),
126 struct esp_softc *esc = device_private(self);
256 struct esp_softc *esc = (struct esp_softc *)sc;
264 struct esp_softc *esc = (struct esp_softc *)sc;
272 struct esp_softc *esc = (struct esp_softc *)sc;
280 struct esp_softc *esc = (struct esp_softc *)sc
    [all...]
  /src/sys/dev/sbus/
esp_sbus.c 64 struct esp_softc { struct
80 static void espattach(struct esp_softc *, struct ncr53c9x_glue *);
82 CFATTACH_DECL_NEW(esp_sbus, sizeof(struct esp_softc),
85 CFATTACH_DECL_NEW(esp_dma, sizeof(struct esp_softc),
151 struct esp_softc *esc = device_private(self);
345 struct esp_softc *esc = device_private(self);
399 espattach(struct esp_softc *esc, struct ncr53c9x_glue *gluep)
577 struct esp_softc *esc = (struct esp_softc *)sc;
593 struct esp_softc *esc = (struct esp_softc *)sc
    [all...]

Completed in 16 milliseconds