Home | Sort by: relevance | last modified time | path |
/src/sys/arch/bebox/stand/boot/ | |
wdvar.h | 92 int wdc_init(int); |
boot.c | 135 wdc_init(0x1f0); |
wdc.c | 374 wdc_init(int addr) function in typeref:typename:int |
/src/sys/arch/cobalt/stand/boot/ | |
wdvar.h | 98 int wdc_init(struct wd_softc *, u_int *); |
wd.c | 239 if (wdc_init(wd, &unit) != 0) |
wdc.c | 171 wdc_init(struct wd_softc *sc, u_int *unit) function in typeref:typename:int |
/src/sys/arch/mmeye/stand/boot/ | |
wdvar.h | 132 int wdc_init(struct wd_softc *, u_int *); |
wd.c | 215 if (wdc_init(wd, &unit) != 0) |
wdc.c | 180 wdc_init(struct wd_softc *sc, u_int *unit) function in typeref:typename:int |