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

  /src/sys/arch/hp300/dev/
ppi.c 102 #define PPIF_ALIVE 0x01
197 sc->sc_flags = PPIF_ALIVE;
215 if ((sc->sc_flags & PPIF_ALIVE) == 0)
  /src/sys/dev/gpib/
ppi.c 102 #define PPIF_ALIVE 0x01
183 sc->sc_flags = PPIF_ALIVE;
195 if ((sc->sc_flags & PPIF_ALIVE) == 0)

Completed in 11 milliseconds