Searched defs:cmsmodc (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
375 if (mdb_vread(&cmsmodc, sizeof (struct modctl),
376 (uintptr_t)cms.cms_modp) != sizeof (cmsmodc)) {
383 (uintptr_t)cmsmodc.mod_modname) == -1) {
385 "failed", cmsmodc.mod_modname);

Completed in 85 milliseconds