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.c3909 struct pmc_op_getcpuinfo gci; in pmc_syscall_handler() local
3914 memset(&gci, 0, sizeof(gci)); in pmc_syscall_handler()
3915 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()
3916 gci.pm_ncpu = pmc_cpu_max(); in pmc_syscall_handler()
3917 gci.pm_npmc = md->pmd_npmc; in pmc_syscall_handler()
3918 gci.pm_nclass = md->pmd_nclass; in pmc_syscall_handler()
3919 pci = gci.pm_classes; in pmc_syscall_handler()
3927 error = copyout(&gci, arg, sizeof(gci)); in pmc_syscall_handler()