Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c551 static const char *const whatstrs[] = { in gcpu_mpt_dump() local
577 if (mpt.mpt_what < sizeof (whatstrs) / sizeof (char *)) in gcpu_mpt_dump()
578 what = whatstrs[mpt.mpt_what]; in gcpu_mpt_dump()