Home
last modified time | relevance | path

Searched refs:gcpus_ident (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c180 sp->gcpus_ident = strdup(gcpu_id_override[chipid]); in gcpu_init_ident()
187 sp->gcpus_ident = gcpu_init_ident_ppin(hdl); in gcpu_init_ident()
332 return (sp->gcpus_ident); in gcpu_ident()
H A Dgcpu.h196 char *gcpus_ident; /* ident string, if available */ member