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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h48 #define SSC_COUNT (2) macro
49 #define SSC_MAX (SSC_COUNT - 1)
50 #define IS_VALID_SSC(ssc) ((ssc) >= 0 && (ssc) < SSC_COUNT)

Completed in 46 milliseconds