Searched refs:pmc_find_pmc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c226 static int pmc_find_pmc(pmc_id_t pmcid, struct pmc **pm);
3085 pmc_find_pmc(pmc_id_t pmcid, struct pmc **pmc) function
4106 if ((error = pmc_find_pmc(a.pm_pmc, &pm)) != 0)
4172 if ((error = pmc_find_pmc(a.pm_pmc, &pm)) != 0)
4216 if ((error = pmc_find_pmc(gm.pm_pmcid, &pm)) != 0)
4306 if ((error = pmc_find_pmc(pmcid, &pm)) != 0)
4348 if ((error = pmc_find_pmc(prw.pm_pmcid, &pm)) != 0)
4467 if ((error = pmc_find_pmc(sc.pm_pmcid, &pm)) != 0)
4507 if ((error = pmc_find_pmc(pmcid, &pm)) != 0)
4549 if ((error = pmc_find_pmc(pmci
[all...]

Completed in 51 milliseconds