/src/usr.sbin/sysinst/arch/atari/ |
md.c | 139 char *cpu_model; local in function:md_post_newfs 147 cpu_model = malloc(len); 148 sysctl(mib, 2, cpu_model, &len, NULL, 0); 150 if (strstr(cpu_model, "Milan") != NULL) 152 free(cpu_model);
|
/src/usr.sbin/sysinst/arch/evbarm/ |
md.c | 62 char *cpu_model; local in function:md_init 65 cpu_model = malloc(len); 66 sysctl(mib, 2, cpu_model, &len, NULL, 0); 68 if (strstr(cpu_model, RPI_MODEL_STR) != NULL) 71 else if (strstr(cpu_model, SBSA_MODEL_STR) != NULL) 78 free(cpu_model);
|
/src/sys/kern/ |
subr_cpu.c | 93 static char cpu_model[128]; variable in typeref:typename:char[128] 122 len = vsnprintf(cpu_model, sizeof(cpu_model), fmt, ap); 130 return cpu_model;
|
/src/sys/arch/hpc/include/ |
platid.h | 61 unsigned int cpu_model :PLATID_CPU_MODEL_BITS; member in struct:__anon5a140b99010a::platid
|
/src/sys/compat/common/ |
kern_info_43.c | 140 char *cpu_model; member in struct:bsdi_si 254 const char *cpu_model = cpu_getmodel(); local in function:compat_43_sys_getkerninfo 259 strlen(ostype) + strlen(cpu_model) + 275 COPY(cpu_model);
|
/src/sys/arch/aarch64/aarch64/ |
aarch64_machdep.c | 87 char cpu_model[32]; variable in typeref:typename:char[32]
|