Symbol: wd_softc
sys/arch/bebox/stand/boot/wd.c
123
wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
sys/arch/bebox/stand/boot/wd.c
164
wdgetdisklabel(struct wd_softc *wd)
sys/arch/bebox/stand/boot/wd.c
236
struct wd_softc *wd;
sys/arch/bebox/stand/boot/wd.c
250
wd = alloc(sizeof(struct wd_softc));
sys/arch/bebox/stand/boot/wd.c
254
memset(wd, 0, sizeof(struct wd_softc));
sys/arch/bebox/stand/boot/wd.c
288
struct wd_softc *wd;
sys/arch/bebox/stand/boot/wd.c
50
static int wd_get_params(struct wd_softc *wd);
sys/arch/bebox/stand/boot/wd.c
51
static int wdgetdisklabel(struct wd_softc *wd);
sys/arch/bebox/stand/boot/wd.c
52
static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
sys/arch/bebox/stand/boot/wd.c
62
wd_get_params(struct wd_softc *wd)
sys/arch/bebox/stand/boot/wdc.c
402
wdc_exec_identify(struct wd_softc *wd, void *data)
sys/arch/bebox/stand/boot/wdc.c
419
wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)
sys/arch/bebox/stand/boot/wdvar.h
93
int wdc_exec_identify(struct wd_softc *, void *);
sys/arch/bebox/stand/boot/wdvar.h
94
int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
sys/arch/cobalt/stand/boot/wd.c
111
wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
sys/arch/cobalt/stand/boot/wd.c
152
wdgetdisklabel(struct wd_softc *wd)
sys/arch/cobalt/stand/boot/wd.c
224
struct wd_softc *wd;
sys/arch/cobalt/stand/boot/wd.c
233
wd = alloc(sizeof(struct wd_softc));
sys/arch/cobalt/stand/boot/wd.c
237
memset(wd, 0, sizeof(struct wd_softc));
sys/arch/cobalt/stand/boot/wd.c
273
struct wd_softc *wd;
sys/arch/cobalt/stand/boot/wd.c
44
static int wd_get_params(struct wd_softc *wd);
sys/arch/cobalt/stand/boot/wd.c
45
static int wdgetdisklabel(struct wd_softc *wd);
sys/arch/cobalt/stand/boot/wd.c
46
static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
sys/arch/cobalt/stand/boot/wd.c
52
wd_get_params(struct wd_softc *wd)
sys/arch/cobalt/stand/boot/wdc.c
171
wdc_init(struct wd_softc *sc, u_int *unit)
sys/arch/cobalt/stand/boot/wdc.c
201
wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
sys/arch/cobalt/stand/boot/wdc.c
220
wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
sys/arch/cobalt/stand/boot/wdc.c
256
wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c)
sys/arch/cobalt/stand/boot/wdc.c
302
wdc_exec_identify(struct wd_softc *wd, void *data)
sys/arch/cobalt/stand/boot/wdc.c
324
wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)
sys/arch/cobalt/stand/boot/wdc.c
48
static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
sys/arch/cobalt/stand/boot/wdvar.h
100
int wdccommandext(struct wd_softc *, struct wdc_command *);
sys/arch/cobalt/stand/boot/wdvar.h
101
int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
sys/arch/cobalt/stand/boot/wdvar.h
102
int wdc_exec_identify(struct wd_softc *, void *);
sys/arch/cobalt/stand/boot/wdvar.h
98
int wdc_init(struct wd_softc *, u_int *);
sys/arch/cobalt/stand/boot/wdvar.h
99
int wdccommand(struct wd_softc *, struct wdc_command *);
sys/arch/mmeye/stand/boot/wd.c
108
wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
sys/arch/mmeye/stand/boot/wd.c
156
wdgetdisklabel(struct wd_softc *wd)
sys/arch/mmeye/stand/boot/wd.c
200
struct wd_softc *wd;
sys/arch/mmeye/stand/boot/wd.c
209
wd = alloc(sizeof(struct wd_softc));
sys/arch/mmeye/stand/boot/wd.c
213
memset(wd, 0, sizeof(struct wd_softc));
sys/arch/mmeye/stand/boot/wd.c
249
struct wd_softc *wd;
sys/arch/mmeye/stand/boot/wd.c
42
static int wd_get_params(struct wd_softc *wd);
sys/arch/mmeye/stand/boot/wd.c
43
static int wdgetdisklabel(struct wd_softc *wd);
sys/arch/mmeye/stand/boot/wd.c
44
static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
sys/arch/mmeye/stand/boot/wd.c
50
wd_get_params(struct wd_softc *wd)
sys/arch/mmeye/stand/boot/wdc.c
180
wdc_init(struct wd_softc *sc, u_int *unit)
sys/arch/mmeye/stand/boot/wdc.c
234
wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c)
sys/arch/mmeye/stand/boot/wdc.c
257
wdccommand(struct wd_softc *sc, struct wdc_command *wd_c)
sys/arch/mmeye/stand/boot/wdc.c
293
wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c)
sys/arch/mmeye/stand/boot/wdc.c
339
wdc_exec_identify(struct wd_softc *wd, void *data)
sys/arch/mmeye/stand/boot/wdc.c
361
wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data)
sys/arch/mmeye/stand/boot/wdc.c
57
static int wdc_read_block(struct wd_softc *sc, struct wdc_command *wd_c);
sys/arch/mmeye/stand/boot/wdvar.h
132
int wdc_init(struct wd_softc *, u_int *);
sys/arch/mmeye/stand/boot/wdvar.h
133
int wdccommand(struct wd_softc *, struct wdc_command *);
sys/arch/mmeye/stand/boot/wdvar.h
134
int wdccommandext(struct wd_softc *, struct wdc_command *);
sys/arch/mmeye/stand/boot/wdvar.h
135
int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
sys/arch/mmeye/stand/boot/wdvar.h
136
int wdc_exec_identify(struct wd_softc *, void *);
sys/dev/ata/ata_raid.c
249
struct wd_softc *sc = device_private(self);
sys/dev/ata/ata_raid_adaptec.c
67
ata_raid_read_config_adaptec(struct wd_softc *sc)
sys/dev/ata/ata_raid_intel.c
136
ata_raid_read_config_intel(struct wd_softc *sc)
sys/dev/ata/ata_raid_jmicron.c
118
ata_raid_read_config_jmicron(struct wd_softc *sc)
sys/dev/ata/ata_raid_nvidia.c
122
ata_raid_read_config_nvidia(struct wd_softc *sc)
sys/dev/ata/ata_raid_promise.c
67
ata_raid_read_config_promise(struct wd_softc *sc)
sys/dev/ata/ata_raid_via.c
114
ata_raid_read_config_via(struct wd_softc *sc)
sys/dev/ata/ata_raidvar.h
118
struct wd_softc;
sys/dev/ata/ata_raidvar.h
133
int ata_raid_read_config_promise(struct wd_softc *);
sys/dev/ata/ata_raidvar.h
136
int ata_raid_read_config_adaptec(struct wd_softc *);
sys/dev/ata/ata_raidvar.h
139
int ata_raid_read_config_via(struct wd_softc *);
sys/dev/ata/ata_raidvar.h
142
int ata_raid_read_config_nvidia(struct wd_softc *);
sys/dev/ata/ata_raidvar.h
145
int ata_raid_read_config_jmicron(struct wd_softc *);
sys/dev/ata/ata_raidvar.h
148
int ata_raid_read_config_intel(struct wd_softc *);
sys/dev/ata/ld_ataraid.c
680
struct wd_softc *wd;
sys/dev/ata/wd.c
1053
struct wd_softc *wd = v;
sys/dev/ata/wd.c
1070
struct wd_softc *wd = v;
sys/dev/ata/wd.c
1087
const struct wd_softc * const wd =
sys/dev/ata/wd.c
1147
wd_load_bad144(struct wd_softc *wd, dev_t dev)
sys/dev/ata/wd.c
1222
struct wd_softc *wd;
sys/dev/ata/wd.c
124
static void wdperror(const struct wd_softc *, struct ata_xfer *);
sys/dev/ata/wd.c
1270
struct wd_softc *wd = device_private(self);
sys/dev/ata/wd.c
1306
struct wd_softc *wd = device_private(self);
sys/dev/ata/wd.c
131
static int wd_standby(struct wd_softc *, int);
sys/dev/ata/wd.c
1322
struct wd_softc *wd;
sys/dev/ata/wd.c
133
CFATTACH_DECL3_NEW(wd, sizeof(struct wd_softc),
sys/dev/ata/wd.c
1334
wdperror(const struct wd_softc *wd, struct ata_xfer *xfer)
sys/dev/ata/wd.c
1374
wd_diocsbad(struct wd_softc *wd, const struct dkbad *dkb)
sys/dev/ata/wd.c
1408
struct wd_softc *wd =
sys/dev/ata/wd.c
1621
struct wd_softc *wd = device_private(dev);
sys/dev/ata/wd.c
1662
struct wd_softc *wd;
sys/dev/ata/wd.c
1686
struct wd_softc *wd;
sys/dev/ata/wd.c
1710
struct wd_softc *wd;
sys/dev/ata/wd.c
1731
struct wd_softc *wd = device_private(dev);
sys/dev/ata/wd.c
1806
wd_set_geometry(struct wd_softc *wd)
sys/dev/ata/wd.c
1835
wd_get_params(struct wd_softc *wd, struct ataparams *params)
sys/dev/ata/wd.c
1880
wd_getcache(struct wd_softc *wd, int *bitsp)
sys/dev/ata/wd.c
192
struct wd_softc *wi_softc;
sys/dev/ata/wd.c
1926
wd_setcache(struct wd_softc *wd, int bits)
sys/dev/ata/wd.c
1966
wd_standby(struct wd_softc *wd, int flags)
sys/dev/ata/wd.c
197
static struct wd_ioctl *wi_get(struct wd_softc *);
sys/dev/ata/wd.c
1990
wd_flushcache(struct wd_softc *wd, int flags)
sys/dev/ata/wd.c
201
static void wdstart1(struct wd_softc *, struct buf *, struct ata_xfer *);
sys/dev/ata/wd.c
2031
wd_trim(struct wd_softc *wd, daddr_t bno, long size)
sys/dev/ata/wd.c
2080
struct wd_softc *wd = device_private(dev);
sys/dev/ata/wd.c
209
static int wd_get_params(struct wd_softc *, struct ataparams *);
sys/dev/ata/wd.c
2097
wi_get(struct wd_softc *wd)
sys/dev/ata/wd.c
210
static void wd_set_geometry(struct wd_softc *);
sys/dev/ata/wd.c
211
static int wd_flushcache(struct wd_softc *, int);
sys/dev/ata/wd.c
212
static int wd_trim(struct wd_softc *, daddr_t, long);
sys/dev/ata/wd.c
215
static int wd_getcache(struct wd_softc *, int *);
sys/dev/ata/wd.c
216
static int wd_setcache(struct wd_softc *, int);
sys/dev/ata/wd.c
218
static void wd_sysctl_attach(struct wd_softc *);
sys/dev/ata/wd.c
219
static void wd_sysctl_detach(struct wd_softc *);
sys/dev/ata/wd.c
2284
wd_sysctl_attach(struct wd_softc *wd)
sys/dev/ata/wd.c
2359
wd_sysctl_detach(struct wd_softc *wd)
sys/dev/ata/wd.c
2370
struct wd_softc *wd;
sys/dev/ata/wd.c
306
struct wd_softc *wd = device_private(self);
sys/dev/ata/wd.c
528
struct wd_softc *sc = device_private(dv);
sys/dev/ata/wd.c
544
struct wd_softc *wd = device_private(self);
sys/dev/ata/wd.c
629
struct wd_softc *wd =
sys/dev/ata/wd.c
687
wdstart1(struct wd_softc *wd, struct buf *bp, struct ata_xfer *xfer)
sys/dev/ata/wd.c
804
struct wd_softc *wd = device_private(dev);
sys/dev/ata/wd.c
876
struct wd_softc *wd = device_private(self);
sys/dev/ata/wd.c
891
struct wd_softc *wd = device_private(self);