Searched refs:cyc_coverage_t (Results 1 – 3 of 3) sorted by relevance
595 cyc_coverage_t *lhs = (cyc_coverage_t *)l; in cyccover_comp()596 cyc_coverage_t *rhs = (cyc_coverage_t *)r; in cyccover_comp()619 cyc_coverage_t cv[CY_NCOVERAGE]; in cyccover()634 if (mdb_vread(cv, sizeof (cyc_coverage_t) * CY_NCOVERAGE, addr) == -1) { in cyccover()642 qsort(cv, CY_NCOVERAGE, sizeof (cyc_coverage_t), cyccover_comp); in cyccover()
489 } cyc_coverage_t; typedef
638 static cyc_coverage_t cyc_coverage[CY_NCOVERAGE];