Home
last modified time | relevance | path

Searched refs:cpu_idstr (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/uts/sun4u/os/
H A Dmach_mp_startup.c190 cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP); in populate_idstr()
191 (void) strcpy(cp->cpu_idstr, buf); in populate_idstr()
196 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in populate_idstr()
/titanic_53/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c291 cp->cpu_idstr = kmem_alloc(strlen(buf) + 1, KM_SLEEP); in populate_idstr()
292 (void) strcpy(cp->cpu_idstr, buf); in populate_idstr()
297 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in populate_idstr()
/titanic_53/usr/src/uts/i86pc/os/
H A Dmp_startup.c148 cp->cpu_idstr = kmem_zalloc(CPU_IDSTRLEN, KM_SLEEP); in init_cpu_info()
158 (void) cpuid_getidstr(CPU, cp->cpu_idstr, CPU_IDSTRLEN); in init_cpu_info()
547 if (cp->cpu_idstr) { in mp_cpu_unconfigure_common()
548 kmem_free(cp->cpu_idstr, CPU_IDSTRLEN); in mp_cpu_unconfigure_common()
549 cp->cpu_idstr = NULL; in mp_cpu_unconfigure_common()
1511 cmn_err(CE_CONT, "?cpu%d: %s\n", CPU->cpu_id, CPU->cpu_idstr); in start_other_cpus()
1786 (void) cpuid_getidstr(cp, cp->cpu_idstr, CPU_IDSTRLEN); in mp_startup_common()
1867 cmn_err(CE_CONT, "?cpu%d: %s\n", cp->cpu_id, cp->cpu_idstr); in mp_startup_common()
/titanic_53/usr/src/uts/sun4/os/
H A Dmp_startup.c455 if (cp->cpu_idstr) in cleanup_cpu_common()
456 kmem_free(cp->cpu_idstr, strlen(cp->cpu_idstr) + 1); in cleanup_cpu_common()
/titanic_53/usr/src/uts/common/sys/
H A Dcpuvar.h195 char *cpu_idstr; /* for printing and debugging */ member
/titanic_53/usr/src/uts/common/os/
H A Dcpu.c2277 cp->cpu_idstr); in cpu_info_kstat_update()