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

  /src/sys/arch/cobalt/stand/boot/
wdvar.h 82 struct wdc_command { struct
99 int wdccommand(struct wd_softc *, struct wdc_command *);
100 int wdccommandext(struct wd_softc *, struct wdc_command *);
wdc.c 48 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
201 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
256 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c)
305 struct wdc_command wd_c;
327 struct wdc_command wd_c;
  /src/sys/arch/mmeye/stand/boot/
wdvar.h 116 struct wdc_command { struct
133 int wdccommand(struct wd_softc *, struct wdc_command *);
134 int wdccommandext(struct wd_softc *, struct wdc_command *);
wdc.c 57 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
234 wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
293 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c)
342 struct wdc_command wd_c;
364 struct wdc_command wd_c;
  /src/sys/arch/bebox/stand/boot/
wdc.c 50 static int wdc_read_block(struct wdc_channel *, struct wdc_command *);
51 static int wdccommand(struct wdc_channel *, struct wdc_command *);
52 static int wdccommandext(struct wdc_channel *, struct wdc_command *);
252 wdc_read_block(struct wdc_channel *chp, struct wdc_command *wd_c)
274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c)
309 wdccommandext(struct wdc_channel *chp, struct wdc_command *wd_c)
354 struct wdc_command wd_c;
421 struct wdc_command wd_c;
wdvar.h 76 struct wdc_command { struct

Completed in 13 milliseconds