Searched defs:S_SLEEPING (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ | ||
H A D | regs.h | 143 #define S_SLEEPING 0 macro 145 #define V_SLEEPING(x) ((x) << S_SLEEPING) 146 #define G_SLEEPING(x) (((x) >> S_SLEEPING) & M_SLEEPING) |
Completed in 85 milliseconds