Searched refs:cpu_idstr (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_mp_startup.c | 189 cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP); in populate_idstr() 190 (void) strcpy(cp->cpu_idstr, buf); in populate_idstr() 195 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in populate_idstr()
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_mp_startup.c | 290 cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP); in populate_idstr() 291 (void) strcpy(cp->cpu_idstr, buf); in populate_idstr() 296 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in populate_idstr()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_startup.c | 152 cp->cpu_idstr = kmem_zalloc(CPU_IDSTRLEN, KM_SLEEP); in init_cpu_info() 162 (void) cpuid_getidstr(CPU, cp->cpu_idstr, CPU_IDSTRLEN); in init_cpu_info() 550 if (cp->cpu_idstr) { in mp_cpu_unconfigure_common() 551 kmem_free(cp->cpu_idstr, CPU_IDSTRLEN); in mp_cpu_unconfigure_common() 552 cp->cpu_idstr = NULL; in mp_cpu_unconfigure_common() 1534 cmn_err(CE_CONT, "?cpu%d: %s\n", CPU->cpu_id, CPU->cpu_idstr); in start_other_cpus() 1860 (void) cpuid_getidstr(cp, cp->cpu_idstr, CPU_IDSTRLEN); in mp_startup_common() 1958 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in mp_startup_common()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 464 if (cp->cpu_idstr) in cleanup_cpu_common() 465 kmem_free(cp->cpu_idstr, strlen(cp->cpu_idstr) + 1); in cleanup_cpu_common()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cpuvar.h | 199 char *cpu_idstr; /* for printing and debugging */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | cpu.c | 2302 cp->cpu_idstr); in cpu_info_kstat_update()
|