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

  /src/sys/arch/bebox/stand/boot/
wdvar.h 60 struct wd_softc { struct
93 int wdc_exec_identify(struct wd_softc *, void *);
94 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
  /src/sys/arch/cobalt/stand/boot/
wdvar.h 66 struct wd_softc { struct
98 int wdc_init(struct wd_softc *, u_int *);
99 int wdccommand(struct wd_softc *, struct wdc_command *);
100 int wdccommandext(struct wd_softc *, struct wdc_command *);
101 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
102 int wdc_exec_identify(struct wd_softc *, void *);
  /src/sys/arch/mmeye/stand/boot/
wdvar.h 100 struct wd_softc { struct
132 int wdc_init(struct wd_softc *, u_int *);
133 int wdccommand(struct wd_softc *, struct wdc_command *);
134 int wdccommandext(struct wd_softc *, struct wdc_command *);
135 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
136 int wdc_exec_identify(struct wd_softc *, void *);
  /src/sys/dev/ata/
wdvar.h 49 struct wd_softc { struct

Completed in 13 milliseconds