cpuset_bounds
extern void cpuset_bounds(const cpuset_t *, uint_t *, uint_t *);
cpuset_bounds(&(set), &(smallest), &(largest)); \
cpuset_bounds(set, &small, &large);