HomeSort by: relevance | last modified time | path
    Searched refs:wdcprobe (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/cobalt/stand/boot/
wdc.c 46 static int wdcprobe(struct wdc_channel *chp);
113 wdcprobe(struct wdc_channel *chp) function in typeref:typename:int
176 if (wdcprobe(&sc->sc_channel) != 0)
  /src/sys/arch/mmeye/stand/boot/
wdc.c 55 static int wdcprobe(struct wdc_channel *chp);
122 wdcprobe(struct wdc_channel *chp) function in typeref:typename:int
208 if (wdcprobe(&sc->sc_channel) != 0)
  /src/sys/dev/ic/
wdcvar.h 147 int wdcprobe(struct wdc_regs *);
wdc.c 485 wdcprobe(struct wdc_regs *wdr) function in typeref:typename:int
  /src/sys/arch/bebox/stand/boot/
wdc.c 48 static int wdcprobe(struct wdc_channel *);
148 wdcprobe(struct wdc_channel *chp) function in typeref:typename:int
392 if (wdcprobe(&tmp) == 0)
  /src/sys/arch/evbppc/mpc85xx/
wdc_obio.c 118 rv = wdcprobe(&wdr);
  /src/sys/arch/acorn32/mainbus/
wdc_pioc.c 120 res = wdcprobe(&wdr);
  /src/sys/arch/landisk/dev/
wdc_obio.c 106 result = wdcprobe(&wdr);
  /src/sys/arch/mac68k/obio/
wdc_obio.c 122 result = wdcprobe(wdr);
  /src/sys/arch/mmeye/dev/
wdc_mainbus.c 111 result = wdcprobe(&wdr);
  /src/sys/arch/mips/adm5120/dev/
wdc_extio.c 261 result = wdcprobe(&wdr);
  /src/sys/arch/atari/dev/
wdc_mb.c 129 result = wdcprobe(&wdr);
  /src/sys/arch/playstation2/dev/
wdc_spd.c 177 result = wdcprobe(&wdr);
  /src/sys/dev/isa/
wdc_isa.c 123 result = wdcprobe(&wdr);
  /src/sys/dev/pci/
pciide_common.c 1065 if (!wdcprobe(CHAN_TO_WDC_REGS(&cp->ata_channel))) {
1080 if (wdcprobe(CHAN_TO_WDC_REGS(&cp->ata_channel)))

Completed in 20 milliseconds