Searched refs:SA_FLAG_OPEN (Results 1 – 1 of 1) sorted by relevance
129 SA_FLAG_OPEN = 0x00001, enumerator749 if (softc->flags & SA_FLAG_OPEN) { in saopen()768 softc->flags |= SA_FLAG_OPEN; in saopen()785 softc->flags |= SA_FLAG_OPEN; in saopen()799 int closedbits = SA_FLAG_OPEN; in saclose()821 softc->flags &= ~SA_FLAG_OPEN; in saclose()1530 if (SA_IS_CTRL(dev) && (softc->flags & SA_FLAG_OPEN) != 0) in sagetparams_common()