Searched refs:cpu_list (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c61 static void cpu_list(char **);
75 { "list", 0, 0, cpu_list },
273 cpu_list(char **argv) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dcpuvar.h557 extern cpu_t *cpu_list; /* list of CPUs */
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c10722 cp = cpu_list;
10754 } while ((cp = cp->cpu_next) != cpu_list);
10759 cp = cpu_list;
10781 } while ((cp = cp->cpu_next) != cpu_list);

Completed in 143 milliseconds