HomeSort by: relevance | last modified time | path
    Searched refs:wdc_exec_command (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
wdcvar.h 178 void wdc_exec_command(struct ata_drive_datas *, struct ata_xfer *);
wdc.c 134 .ata_exec_command = wdc_exec_command,
1402 wdc_exec_command(struct ata_drive_datas *drvp, struct ata_xfer *xfer) function in typeref:typename:void
1407 ATADEBUG_PRINT(("wdc_exec_command %s:%d:%d\n",
1547 * wdc_exec_command() isn't called often (mostly for autoconfig)
  /src/sys/dev/ata/
ata_wdc.c 126 .ata_exec_command = wdc_exec_command,
  /src/sys/dev/scsipi/
atapi_wdc.c 226 wdc_exec_command(&chp->ch_drive[drive], xfer);

Completed in 36 milliseconds