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

  /src/sys/arch/amiga/dev/
siopvar.h 180 #define SIOP_ALIVE 0x01 /* controller initialized */
siop2.c 628 if (sc->sc_flags & SIOP_ALIVE)
690 sc->sc_flags &= ~(SIOP_ALIVE|SIOP_INTDEFER|SIOP_INTSOFF);
719 if ((sc->sc_flags & SIOP_ALIVE) == 0) {
742 sc->sc_flags |= SIOP_ALIVE;
siop.c 640 if (sc->sc_flags & SIOP_ALIVE)
692 if ((sc->sc_flags & SIOP_ALIVE) == 0) {
715 sc->sc_flags |= SIOP_ALIVE;

Completed in 283 milliseconds