poweroff_functions  522 drivers/char/ipmi/ipmi_poweroff.c static struct poweroff_function poweroff_functions[] = {
poweroff_functions  541 drivers/char/ipmi/ipmi_poweroff.c #define NUM_PO_FUNCS ARRAY_SIZE(poweroff_functions)
poweroff_functions  616 drivers/char/ipmi/ipmi_poweroff.c 		if (poweroff_functions[i].detect(ipmi_user))
poweroff_functions  627 drivers/char/ipmi/ipmi_poweroff.c 		poweroff_functions[i].platform_type);
poweroff_functions  628 drivers/char/ipmi/ipmi_poweroff.c 	specific_poweroff_func = poweroff_functions[i].poweroff_func;