/src/sys/arch/bebox/stand/boot/ |
wdvar.h | 94 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
|
wd.c | 310 if ((error = wdc_exec_read(wd, WDCC_READ, blkno, buf)) != 0)
|
wdc.c | 419 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) function in typeref:typename:int
|
/src/sys/arch/cobalt/stand/boot/ |
wdvar.h | 101 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
|
wd.c | 295 if ((error = wdc_exec_read(wd, WDCC_READ, blkno, buf)) != 0)
|
wdc.c | 324 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) function in typeref:typename:int
|
/src/sys/arch/mmeye/stand/boot/ |
wdvar.h | 135 int wdc_exec_read(struct wd_softc *, uint8_t, daddr_t, void *);
|
wd.c | 269 if ((error = wdc_exec_read(wd, WDCC_READ, blkno, buf)) != 0)
|
wdc.c | 361 wdc_exec_read(struct wd_softc *wd, uint8_t cmd, daddr_t blkno, void *data) function in typeref:typename:int
|