/src/sys/sys/ |
cpuio.h | 85 struct cpu_ucode { struct 93 #define IOC_CPU_UCODE_APPLY _IOW('c', 7, struct cpu_ucode)
|
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;
|
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;
|