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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h84 #define PROC_COUNT ((S0_PROC_COUNT * EXP_COUNT) + \ macro
86 #define PROC_MAX (PROC_COUNT - 1)
87 #define IS_VALID_PROC(proc) ((proc) >= 0 && (proc) < PROC_COUNT)

Completed in 60 milliseconds