Home
last modified time | relevance | path

Searched refs:cpu_offset (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c193 static unsigned long *cpu_offset; variable
1033 if (cpu_offset[i] != 0) in get_cpustats()
1036 (void) getkval (cpu_offset[i], (int *)(&cpu), sizeof (struct cpu), "cpu"); in get_cpustats()
1288 cpu_offset = (unsigned long *) malloc (cpucount * sizeof (unsigned long)); in machine_init()
1291 (int *)(&cpu_offset[i]), sizeof (unsigned long), in machine_init()
1293 if (cpu_offset[i] != 0) in machine_init()