Searched defs:mod_cpuid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c273 int mod_cpuid; member in struct:cmihdl_cb
288 if (cbp->mod_cpuid != -1) {
298 if (cp->cpu_id == cbp->mod_cpuid) {
464 cb.mod_cpuid = cb.mod_chipid = cb.mod_coreid =
469 cb.mod_cpuid = (int)mdb_strtoull(buf);
503 if (cb.mod_cpuid != -1) {
505 cb.mod_cpuid);

Completed in 60 milliseconds