HomeSort by: relevance | last modified time | path
    Searched defs:wdcprobe (Results 1 - 4 of 4) 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/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/dev/ic/
wdc.c 485 wdcprobe(struct wdc_regs *wdr) function in typeref:typename:int

Completed in 68 milliseconds