Home
last modified time | relevance | path

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

/freebsd/usr.sbin/cpucontrol/
H A Damd10h.c59 error = ioctl(fd, CPUCTL_CPUID, &idargs); in amd10h_probe()
72 error = ioctl(fd, CPUCTL_CPUID, &idargs); in amd10h_probe()
111 error = ioctl(devfd, CPUCTL_CPUID, &idargs); in amd10h_update()
H A Damd.c59 error = ioctl(fd, CPUCTL_CPUID, &idargs); in amd_probe()
99 error = ioctl(devfd, CPUCTL_CPUID, &idargs); in amd_update()
H A Dvia.c60 error = ioctl(fd, CPUCTL_CPUID, &idargs); in via_probe()
107 error = ioctl(devfd, CPUCTL_CPUID, &idargs); in via_update()
H A Dintel.c62 error = ioctl(fd, CPUCTL_CPUID, &idargs); in intel_probe()
121 error = ioctl(devfd, CPUCTL_CPUID, &idargs); in intel_update()
H A Dcpucontrol.c142 error = ioctl(fd, CPUCTL_CPUID, &args); in do_cpuid()
/freebsd/sys/sys/
H A Dcpuctl.h55 #define CPUCTL_CPUID _IOWR('c', 3, cpuctl_cpuid_args_t) macro
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c181 case CPUCTL_CPUID: in cpuctl_ioctl()