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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h54 #define IS_VALID_EXP(exp) ((exp) >= 0 && (exp) < EXP_COUNT) macro
58 #define IS_VALID_EXB(exb) IS_VALID_EXP(exb)
64 #define IS_VALID_NODE(node) IS_VALID_EXP(node)

Completed in 46 milliseconds