Searched refs:UATH_FLAG_RUNNING (Results 1 – 2 of 2) sorted by relevance
241 #define UATH_FLAG_RUNNING (1 << 0) macro248 #define UATH_IS_RUNNING(_sc) ((_sc)->sc_flags & UATH_FLAG_RUNNING)
2276 sc->sc_flags |= UATH_FLAG_RUNNING; in uath_reconnect()2311 sc->sc_flags &= ~UATH_FLAG_RUNNING; /* STOP */ in uath_disconnect()2768 sc->sc_flags |= UATH_FLAG_RUNNING; in uath_resume()2793 sc->sc_flags |= UATH_FLAG_RUNNING; in uath_m_start()2810 sc->sc_flags &= ~UATH_FLAG_RUNNING; in uath_m_stop()3300 sc->sc_flags &= ~UATH_FLAG_RUNNING; in uath_detach()