Searched refs:cyc_coverage_t (Results 1 – 3 of 3) sorted by relevance
612 cyc_coverage_t *lhs = (cyc_coverage_t *)l; in cyccover_comp()613 cyc_coverage_t *rhs = (cyc_coverage_t *)r; in cyccover_comp()636 cyc_coverage_t cv[CY_NCOVERAGE]; in cyccover()651 if (mdb_vread(cv, sizeof (cyc_coverage_t) * CY_NCOVERAGE, addr) == -1) { in cyccover()659 qsort(cv, CY_NCOVERAGE, sizeof (cyc_coverage_t), cyccover_comp); in cyccover()
489 } cyc_coverage_t; typedef
630 static cyc_coverage_t cyc_coverage[CY_NCOVERAGE];