Symbol: RAL_FLAG_RUNNING
usr/src/uts/common/io/ral/rt2560.c
2058
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
usr/src/uts/common/io/ral/rt2560.c
2072
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/ral/rt2560.c
2544
sc->sc_flags &= ~RAL_FLAG_RUNNING;
usr/src/uts/common/io/ral/rt2560_var.h
202
#define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \
usr/src/uts/common/io/ral/rt2560_var.h
204
#define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
usr/src/uts/common/io/rum/rum.c
1659
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/rum/rum.c
1744
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
usr/src/uts/common/io/rum/rum.c
1775
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/rum/rum.c
2009
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
usr/src/uts/common/io/rum/rum.c
2023
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/rum/rum_var.h
131
#define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
usr/src/uts/common/io/ural/ural.c
1652
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/ural/ural.c
1737
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
usr/src/uts/common/io/ural/ural.c
1768
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/ural/ural.c
1988
sc->sc_flags |= RAL_FLAG_RUNNING; /* RUNNING */
usr/src/uts/common/io/ural/ural.c
2002
sc->sc_flags &= ~RAL_FLAG_RUNNING; /* STOP */
usr/src/uts/common/io/ural/ural_var.h
124
#define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)