wd_softc 125 dev/ata/wd.c struct wd_softc { wd_softc 170 dev/ata/wd.c sizeof(struct wd_softc), wdprobe, wdattach, wd_softc 178 dev/ata/wd.c void wdgetdefaultlabel(struct wd_softc *, struct disklabel *); wd_softc 179 dev/ata/wd.c void wdgetdisklabel(dev_t dev, struct wd_softc *, struct disklabel *, int); wd_softc 182 dev/ata/wd.c void __wdstart(struct wd_softc*, struct buf *); wd_softc 184 dev/ata/wd.c int wd_get_params(struct wd_softc *, u_int8_t, struct ataparams *); wd_softc 185 dev/ata/wd.c void wd_flushcache(struct wd_softc *, int); wd_softc 196 dev/ata/wd.c #define wdlookup(unit) (struct wd_softc *)device_lookup(&wd_cd, (unit)) wd_softc 224 dev/ata/wd.c struct wd_softc *wd = (void *)self; wd_softc 377 dev/ata/wd.c struct wd_softc *sc = (struct wd_softc *)self; wd_softc 418 dev/ata/wd.c struct wd_softc *wd; wd_softc 481 dev/ata/wd.c struct wd_softc *wd = arg; wd_softc 505 dev/ata/wd.c __wdstart(struct wd_softc *wd, struct buf *bp) wd_softc 562 dev/ata/wd.c struct wd_softc *wd = v; wd_softc 620 dev/ata/wd.c struct wd_softc *wd = v; wd_softc 651 dev/ata/wd.c struct wd_softc *wd; wd_softc 730 dev/ata/wd.c struct wd_softc *wd; wd_softc 766 dev/ata/wd.c wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp) wd_softc 800 dev/ata/wd.c wdgetdisklabel(dev_t dev, struct wd_softc *wd, struct disklabel *lp, wd_softc 823 dev/ata/wd.c struct wd_softc *wd; wd_softc 952 dev/ata/wd.c struct wd_softc *wd; wd_softc 991 dev/ata/wd.c struct wd_softc *wd; /* disk unit to do the I/O */ wd_softc 1113 dev/ata/wd.c wd_get_params(struct wd_softc *wd, u_int8_t flags, struct ataparams *params) wd_softc 1151 dev/ata/wd.c wd_flushcache(struct wd_softc *wd, int flags) wd_softc 1190 dev/ata/wd.c struct wd_softc *wd = arg; wd_softc 66 dev/ata/wdvar.h struct wd_softc *wd;