Home
last modified time | relevance | path

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

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