Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dcpu.c149 static bool cpu_shutdown(device_t, int);
533 if (!pmf_device_register1(self, cpu_suspend, cpu_resume, cpu_shutdown)) in cpu_attach()
1401 cpu_shutdown(device_t dv, int how) in cpu_shutdown() function