/src/sys/arch/cobalt/stand/boot/ |
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/ |
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/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/ic/ |
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 "
|