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

  /src/sys/sys/
cpuio.h 85 struct cpu_ucode { struct
93 #define IOC_CPU_UCODE_APPLY _IOW('c', 7, struct cpu_ucode)
  /src/usr.sbin/cpuctl/
cpuctl.c 67 static void cpu_ucode(char **);
81 { "ucode", true, true, cpu_ucode },
212 cpu_ucode(char **argv) function in typeref:typename:void
215 struct cpu_ucode uc;

Completed in 11 milliseconds