/src/sys/arch/cobalt/stand/boot/ |
wdvar.h | 100 int wdccommandext(struct wd_softc *, struct wdc_command *);
|
wdc.c | 256 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c) function in typeref:typename:int 369 error = wdccommandext(wd, &wd_c);
|
/src/sys/arch/mmeye/stand/boot/ |
wdvar.h | 134 int wdccommandext(struct wd_softc *, struct wdc_command *);
|
wdc.c | 293 wdccommandext(struct wd_softc *wd, struct wdc_command *wd_c) function in typeref:typename:int 406 error = wdccommandext(wd, &wd_c);
|
/src/sys/dev/ic/ |
wdcvar.h | 170 void wdccommandext(struct ata_channel *, u_int8_t, u_int8_t, u_int64_t,
|
wdc.c | 1461 wdccommandext(chp, drive, ata_c->r_command, 1791 wdccommandext(struct ata_channel *chp, u_int8_t drive, u_int8_t command, function in typeref:typename:void 1797 ATADEBUG_PRINT(("wdccommandext %s:%d:%d: command=0x%02x "
|
mvsata.c | 1184 wdccommandext(chp, 0, atacmd_to48(cmd), 1663 wdccommandext(chp, 0, ata_c->r_command,
|
/src/sys/arch/bebox/stand/boot/ |
wdc.c | 52 static int wdccommandext(struct wdc_channel *, struct wdc_command *); 309 wdccommandext(struct wdc_channel *chp, struct wdc_command *wd_c) function in typeref:typename:int 471 error = wdccommandext(chp, &wd_c);
|
/src/sys/dev/ata/ |
ata_wdc.c | 470 wdccommandext(chp, xfer->c_drive, cmd, 540 wdccommandext(chp, xfer->c_drive, atacmd_to48(cmd),
|