Home
last modified time | relevance | path

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

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