Searched refs:SA_FLAG_OPEN (Results 1 – 1 of 1) sorted by relevance
125 SA_FLAG_OPEN = 0x00001, enumerator742 if (softc->flags & SA_FLAG_OPEN) { in saopen()761 softc->flags |= SA_FLAG_OPEN; in saopen()778 softc->flags |= SA_FLAG_OPEN; in saopen()792 int closedbits = SA_FLAG_OPEN; in saclose()813 softc->flags &= ~SA_FLAG_OPEN; in saclose()1523 if (SA_IS_CTRL(dev) && (softc->flags & SA_FLAG_OPEN) != 0) in sagetparams_common()