Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c118 static int num_pptdevs; variable
119 SYSCTL_INT(_hw_vmm_ppt, OID_AUTO, devices, CTLFLAG_RD, &num_pptdevs, 0,
163 num_pptdevs++; in ppt_attach()
182 num_pptdevs--; in ppt_detach()
332 return (num_pptdevs); in ppt_avail_devices()