HomeSort by: relevance | last modified time | path
    Searched defs:ucode_64 (Results 1 - 3 of 3) sorted by relevancy

  /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)

Completed in 34 milliseconds