HomeSort by: relevance | last modified time | path
    Searched defs:wdc_atapi_phase_complete (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/scsipi/
atapi_wdc.c 92 static void wdc_atapi_phase_complete(struct ata_xfer *, int);
1014 wdc_atapi_phase_complete(xfer, tfd);
1054 wdc_atapi_phase_complete(struct ata_xfer *xfer, int tfd) function in typeref:typename:void
1068 ATADEBUG_PRINT(("wdc_atapi_phase_complete(%s:%d:%d) "
1074 panic("wdc_atapi_phase_complete: cold");
1139 ATADEBUG_PRINT(("wdc_atapi_phase_complete: wdc_atapi_done(), "
1202 wdc_atapi_phase_complete(xfer, 0);

Completed in 13 milliseconds