Home
last modified time | relevance | path

Searched refs:wd_softc (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ata/
H A Dwd.c172 struct wd_softc *wd = (void *)self; in wdattach()
332 struct wd_softc *wd = (void *)self; in wdactivate()
363 struct wd_softc *sc = (struct wd_softc *)self; in wddetach()
385 struct wd_softc *wd; in wdstrategy()
438 struct wd_softc *wd = arg; in wdstart()
517 struct wd_softc *wd = v; in wddone()
576 struct wd_softc *wd = v; in wdrestart()
612 struct wd_softc *wd; in wdopen()
682 struct wd_softc *wd; in wdclose()
759 struct wd_softc *wd; in wdioctl()
[all …]
H A Dwdvar.h59 struct wd_softc *wd;
62 struct wd_softc { struct
H A Data_wdc.c114 struct wd_softc wd; in wd_hibernate_io()
120 struct wd_softc *real_wd, *wd = &my->wd; in wd_hibernate_io()
133 real_wd = (struct wd_softc *)disk_lookup(&wd_cd, DISKUNIT(dev)); in wd_hibernate_io()