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

  /src/sys/arch/hp300/dev/
rdvar.h 85 #define RDF_SWAIT 0x04
rd.c 1108 if ((sc->sc_flags & RDF_SWAIT) == 0) {
1119 sc->sc_flags |= RDF_SWAIT;
1124 sc->sc_flags &= ~RDF_SWAIT;
  /src/sys/dev/gpib/
rd.c 127 #define RDF_SWAIT 0x04
786 if ((sc->sc_flags & RDF_SWAIT) == 0) {
790 sc->sc_flags |= RDF_SWAIT;
795 sc->sc_flags &= ~RDF_SWAIT;

Completed in 12 milliseconds