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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h199 #define SCM_COUNT (2) macro
200 #define SCM_MAX (SCM_COUNT - 1)
201 #define IS_VALID_SCM(scm) ((scm) >= 0 && (scm) < SCM_COUNT)

Completed in 58 milliseconds