Home
last modified time | relevance | path

Searched refs:wdcdetach (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/ic/
H A Dwdcvar.h263 int wdcdetach(struct channel_softc *, int);
H A Dwdc.c908 wdcdetach(struct channel_softc *chp, int flags) in wdcdetach() function
/openbsd/sys/dev/pcmcia/
H A Dwdc_pcmcia.c378 if ((error = wdcdetach(&sc->wdc_channel, flags)) != 0) in wdc_pcmcia_detach()
/openbsd/sys/arch/macppc/dev/
H A Dwdc_obio.c239 if ((error = wdcdetach(chp, flags)) != 0) in wdc_obio_detach()
/openbsd/sys/dev/acpi/
H A Dacpi.c117 int wdcdetach(struct channel_softc *, int);
1906 wdcdetach( in acpiide_notify()
/openbsd/sys/dev/pci/
H A Dpciide.c2309 wdcdetach(wdc_cp, flags); in pciide_unmap_chan()