Home | Sort by: relevance | last modified time | path |
/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 |