Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dcpuctl.h59 #define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t) macro
/freebsd-10-stable/usr.sbin/cpucontrol/
Dcpucontrol.c212 error = ioctl(fd, CPUCTL_CPUID_COUNT, &args); in do_cpuid_count()
/freebsd-10-stable/sys/dev/cpuctl/
Dcpuctl.c183 case CPUCTL_CPUID_COUNT: in cpuctl_ioctl()