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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h217 #define DMX_COUNT (6) macro
218 #define DMX_MAX (DMX_COUNT - 1)
219 #define IS_VALID_DMX(dmx) ((dmx) >= 0 && (dmx) < DMX_COUNT)

Completed in 56 milliseconds