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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c323 struct modctl cmimodc, cmsmodc; /* 288 bytes max */ local
344 if (mdb_vread(&cmimodc, sizeof (struct modctl),
345 (uintptr_t)cmi.cmi_modp) != sizeof (cmimodc)) {
352 (uintptr_t)cmimodc.mod_modname) == -1) {
354 "failed", cmimodc.mod_modname);

Completed in 59 milliseconds