Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/xen/xen/
Dhypervisor.c200 static bool hypervisor_suspend(device_t, const pmf_qual_t *);
783 if (!pmf_device_register(self, hypervisor_suspend, hypervisor_resume)) in hypervisor_attach()
789 hypervisor_suspend(device_t dev, const pmf_qual_t *qual) in hypervisor_suspend() function