Home
last modified time | relevance | path

Searched refs:GPIBF_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dgpib.c493 if (sc->sc_flags & GPIBF_ACTIVE) in gpibopen()
495 sc->sc_flags |= GPIBF_ACTIVE; in gpibopen()
511 sc->sc_flags &= ~GPIBF_ACTIVE; in gpibclose()
H A Dgpibvar.h176 #define GPIBF_ACTIVE 0x01 macro