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

  /src/sys/dev/ata/
ata_raidvar.h 118 struct wd_softc;
133 int ata_raid_read_config_promise(struct wd_softc *);
136 int ata_raid_read_config_adaptec(struct wd_softc *);
139 int ata_raid_read_config_via(struct wd_softc *);
142 int ata_raid_read_config_nvidia(struct wd_softc *);
145 int ata_raid_read_config_jmicron(struct wd_softc *);
148 int ata_raid_read_config_intel(struct wd_softc *);
wd.c 123 static void wdperror(const struct wd_softc *, struct ata_xfer *);
130 static int wd_standby(struct wd_softc *, int);
132 CFATTACH_DECL3_NEW(wd, sizeof(struct wd_softc),
191 struct wd_softc *wi_softc;
196 static struct wd_ioctl *wi_get(struct wd_softc *);
200 static void wdstart1(struct wd_softc *, struct buf *, struct ata_xfer *);
208 static int wd_get_params(struct wd_softc *, struct ataparams *);
209 static void wd_set_geometry(struct wd_softc *);
210 static int wd_flushcache(struct wd_softc *, int);
211 static int wd_trim(struct wd_softc *, daddr_t, long)
    [all...]
wdvar.h 49 struct wd_softc { struct
ata_raid.c 249 struct wd_softc *sc = device_private(self);
ata_raid_nvidia.c 122 ata_raid_read_config_nvidia(struct wd_softc *sc)
ata_raid_promise.c 67 ata_raid_read_config_promise(struct wd_softc *sc)
ata_raid_adaptec.c 67 ata_raid_read_config_adaptec(struct wd_softc *sc)
ata_raid_jmicron.c 118 ata_raid_read_config_jmicron(struct wd_softc *sc)
ata_raid_via.c 114 ata_raid_read_config_via(struct wd_softc *sc)
ata_raid_intel.c 136 ata_raid_read_config_intel(struct wd_softc *sc)
ld_ataraid.c 680 struct wd_softc *wd;
  /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 *);
wd.c 44 static int wd_get_params(struct wd_softc *wd);
45 static int wdgetdisklabel(struct wd_softc *wd);
46 static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
52 wd_get_params(struct wd_softc *wd)
111 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
152 wdgetdisklabel(struct wd_softc *wd)
224 struct wd_softc *wd;
233 wd = alloc(sizeof(struct wd_softc));
237 memset(wd, 0, sizeof(struct wd_softc));
273 struct wd_softc *wd
    [all...]
wdc.c 48 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
171 wdc_init(struct wd_softc *sc, u_int *unit)
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)
302 wdc_exec_identify(struct wd_softc *wd, void *data)
324 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)
  /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 *);
wd.c 42 static int wd_get_params(struct wd_softc *wd);
43 static int wdgetdisklabel(struct wd_softc *wd);
44 static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
50 wd_get_params(struct wd_softc *wd)
108 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
156 wdgetdisklabel(struct wd_softc *wd)
200 struct wd_softc *wd;
209 wd = alloc(sizeof(struct wd_softc));
213 memset(wd, 0, sizeof(struct wd_softc));
249 struct wd_softc *wd
    [all...]
wdc.c 57 static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
180 wdc_init(struct wd_softc *sc, u_int *unit)
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)
339 wdc_exec_identify(struct wd_softc *wd, void *data)
361 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)
  /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 *);
wd.c 50 static int wd_get_params(struct wd_softc *wd);
51 static int wdgetdisklabel(struct wd_softc *wd);
52 static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
62 wd_get_params(struct wd_softc *wd)
123 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
164 wdgetdisklabel(struct wd_softc *wd)
236 struct wd_softc *wd;
250 wd = alloc(sizeof(struct wd_softc));
254 memset(wd, 0, sizeof(struct wd_softc));
288 struct wd_softc *wd
    [all...]
wdc.c 402 wdc_exec_identify(struct wd_softc *wd, void *data)
419 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)

Completed in 26 milliseconds