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

  /src/sys/dev/ata/
ata.c 466 if ((chp->ch_flags & (ATACH_TH_RESET | ATACH_TH_DRIVE_RESET
480 if (chp->ch_flags & ATACH_TH_RESET) {
483 ATACH_TH_RESET, ATACH_NODRIVE);
1570 case ATACH_TH_RESET:
1571 if (chp->ch_flags & ATACH_TH_RESET) {
1630 case ATACH_TH_RESET:
1826 ata_thread_run(chp, flags, ATACH_TH_RESET, ATACH_NODRIVE);
2184 ATACH_TH_RESET, ATACH_NODRIVE);
2265 ata_thread_run(chp, AT_WAIT, ATACH_TH_RESET, ATACH_NODRIVE);
ata_recovery.c 221 ata_thread_run(chp, ATACH_TH_RESET, ATACH_NODRIVE, flags);
atavar.h 411 #define ATACH_TH_RESET 0x200 /* someone ask the thread to reset */
  /src/sys/arch/emips/ebus/
ace_ebus.c 168 #define ATACH_TH_RESET 0x200 /* someone ask the thread to reset */
381 if ((sc->ch_flags & (ATACH_TH_RESET | ATACH_SHUTDOWN)) == 0 &&
flash_ebus.c 189 #define ATACH_TH_RESET 0x200 /* someone ask the thread to reset */
1590 if ((sc->ch_flags & (ATACH_TH_RESET | ATACH_SHUTDOWN)) == 0 &&
  /src/sys/dev/ic/
wdc.c 958 ata_thread_run(chp, flags, ATACH_TH_RESET, ATACH_NODRIVE);
1005 ata_thread_run(xfer->c_chp, flags, ATACH_TH_RESET,

Completed in 55 milliseconds