Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3911 struct pmc_op_getcpuinfo gci; in pmc_syscall_handler() local
3916 memset(&gci, 0, sizeof(gci)); in pmc_syscall_handler()
3917 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()
3918 gci.pm_ncpu = pmc_cpu_max(); in pmc_syscall_handler()
3919 gci.pm_npmc = md->pmd_npmc; in pmc_syscall_handler()
3920 gci.pm_nclass = md->pmd_nclass; in pmc_syscall_handler()
3921 pci = gci.pm_classes; in pmc_syscall_handler()
3929 error = copyout(&gci, arg, sizeof(gci)); in pmc_syscall_handler()