Searched defs:RAL_FLAG_RUNNING (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
131 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
124 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_var.h29 #define RAL_FLAG_RUNNING (1<<0) macro
202 #define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \
204 #define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)

Completed in 44 milliseconds