Searched defs: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[] = { local
577 if (mpt.mpt_what < sizeof (whatstrs) / sizeof (char *))
578 what = whatstrs[mpt.mpt_what];

Completed in 59 milliseconds