umem_cpu_t
umem_cpu_t *ucw_cpus;
umem_cpu_t *umem_cpus;
umem_cpu_t cpu;
if (mdb_vread(&cpu, sizeof (umem_cpu_t), caddr) == -1) {
const umem_cpu_t *cpu = wsp->walk_layer;
umem_cpu_t *new_cpus;
size = umem_max_ncpus * sizeof (umem_cpu_t);
static umem_cpu_t umem_startup_cpu = { /* initial, single, cpu */
static umem_cpu_t *umem_cpus = &umem_startup_cpu; /* cpu list */