Searched refs:poweroff_method (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpower.c38 static void (*poweroff_method)(void) = machine_alt_power_off; variable
54 if (poweroff_method != NULL) {
55 poweroff_method();
109 poweroff_method = machine_halt; /* able to use the standard poweroff */

Completed in 35 milliseconds