/src/usr.sbin/cpuctl/arch/ |
i386.c | 2399 struct cpu_ucode_version_64 ucode_64; local in function:identifycpu 2403 memset(&ucode_64, 0, sizeof ucode_64); 2404 ucode_64.data = &ucvers; 2405 ucode_64.loader_version = ucode.loader_version; 2406 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION_64, &ucode_64) < 0)
|
i386.c | 2399 struct cpu_ucode_version_64 ucode_64; local in function:identifycpu 2403 memset(&ucode_64, 0, sizeof ucode_64); 2404 ucode_64.data = &ucvers; 2405 ucode_64.loader_version = ucode.loader_version; 2406 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION_64, &ucode_64) < 0)
|
i386.c | 2399 struct cpu_ucode_version_64 ucode_64; local in function:identifycpu 2403 memset(&ucode_64, 0, sizeof ucode_64); 2404 ucode_64.data = &ucvers; 2405 ucode_64.loader_version = ucode.loader_version; 2406 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION_64, &ucode_64) < 0)
|