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

  /src/sys/arch/hp300/dev/
rdvar.h 84 #define RDF_SEEK 0x02
rd.c 996 sc->sc_flags |= RDF_SEEK;
1040 sc->sc_flags &= ~RDF_SEEK;
1102 if ((sc->sc_flags & RDF_SEEK) != 0) {
1103 sc->sc_flags &= ~RDF_SEEK;
  /src/sys/dev/gpib/
rd.c 126 #define RDF_SEEK 0x02
713 sc->sc_flags |= RDF_SEEK;
744 sc->sc_flags &= ~RDF_SEEK;
778 if (sc->sc_flags & RDF_SEEK) {
779 sc->sc_flags &= ~RDF_SEEK;

Completed in 14 milliseconds