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.c171 struct wd_softc *wd = (void *)self; in wdattach()
331 struct wd_softc *wd = (void *)self; in wdactivate()
362 struct wd_softc *sc = (struct wd_softc *)self; in wddetach()
384 struct wd_softc *wd; in wdstrategy()
437 struct wd_softc *wd = arg; in wdstart()
516 struct wd_softc *wd = v; in wddone()
575 struct wd_softc *wd = v; in wdrestart()
611 struct wd_softc *wd; in wdopen()
681 struct wd_softc *wd; in wdclose()
758 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()