Searched refs:GPIBF_ACTIVE (Results 1 – 2 of 2) sorted by relevance
493 if (sc->sc_flags & GPIBF_ACTIVE) in gpibopen()495 sc->sc_flags |= GPIBF_ACTIVE; in gpibopen()511 sc->sc_flags &= ~GPIBF_ACTIVE; in gpibclose()
176 #define GPIBF_ACTIVE 0x01 macro