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

  /src/sys/dev/ic/
mb89352var.h 153 #define SPC_ABORTING 0x02 /* Bailing out */
mb89352.c 1315 sc->sc_flags |= SPC_ABORTING;
1336 sc->sc_flags |= SPC_ABORTING;
1869 if ((sc->sc_flags & SPC_ABORTING) == 0) {
  /src/sys/arch/x68k/dev/
mhavar.h 166 #define SPC_ABORTING 0x20 /* Bailing out */
mha.c 475 sc->sc_flags |= SPC_ABORTING;
829 if (sc->sc_flags & SPC_ABORTING)
1367 sc->sc_flags |= SPC_ABORTING;
1388 sc->sc_flags |= SPC_ABORTING;
1935 sc->sc_flags |= SPC_ABORTING;

Completed in 36 milliseconds