Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sun4u/modules/opl/oplhwd/
H A Doplhwd.c202 hwd_core_t *corep; in dumpchiphwd() local
212 corep = &chipp->chip_cores[co]; in dumpchiphwd()
215 co, corep->core_status, in dumpchiphwd()
216 hwd_stat_decode(corep->core_status), in dumpchiphwd()
217 corep->core_config); in dumpchiphwd()
219 if (MIA(corep->core_status)) in dumpchiphwd()
224 corep->core_frequency, corep->core_version); in dumpchiphwd()
226 corep->core_manufacturer, in dumpchiphwd()
227 corep->core_implementation, corep->core_mask); in dumpchiphwd()
230 corep->core_l1_icache_size, in dumpchiphwd()
[all …]
/titanic_50/usr/src/cmd/file/
H A Dfile.c638 struct core *corep = (struct core *)fbuf; in def_position_tests() local
642 if (*(corep->c_cmdname) != '\0') in def_position_tests()
643 (void) printf(" from '%s'", corep->c_cmdname); in def_position_tests()