/src/sys/arch/cobalt/stand/boot/ |
wdc.c | 220 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) function in typeref:typename:int 225 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d, %d)\n", 314 if ((error = wdccommand(wd, &wd_c)) != 0) 371 error = wdccommand(wd, &wd_c);
|
/src/sys/arch/mmeye/stand/boot/ |
wdc.c | 257 wdccommand(struct wd_softc *sc, struct wdc_command *wd_c) function in typeref:typename:int 262 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d, %d)\n", 351 if ((error = wdccommand(wd, &wd_c)) != 0) 408 error = wdccommand(wd, &wd_c);
|
/src/sys/arch/bebox/stand/boot/ |
wdc.c | 51 static int wdccommand(struct wdc_channel *, struct wdc_command *); 274 wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c) function in typeref:typename:int 278 DPRINTF(("wdccommand(%d, %d, %d, %d, %d, %d)\n", 364 if ((error = wdccommand(chp, &wd_c)) != 0) 473 error = wdccommand(chp, &wd_c);
|
/src/sys/dev/ic/ |
wdc.c | 1465 wdccommand(chp, drive, ata_c->r_command, 1754 wdccommand(struct ata_channel *chp, u_int8_t drive, u_int8_t command, function in typeref:typename:void 1761 ATADEBUG_PRINT(("wdccommand %s:%d:%d: command=0x%x cylin=%d head=%d " 1855 * Simplified version of wdccommand(). Unbusy/ready/drq must be
|