Lines Matching full:ipmi
5 * MontaVista IPMI Poweroff extension to sys_reboot
15 #define pr_fmt(fmt) "IPMI poweroff: " fmt
24 #include <linux/ipmi.h>
31 * conveniently matches the IPMI chassis control values. */
35 /* the IPMI data command */
186 * Configure IPMI address for local access in pps_poweroff_atca()
202 pr_err("Unable to send ATCA, IPMI error 0x%x\n", rv); in pps_poweroff_atca()
215 * Configure IPMI address for local access in ipmi_atca_detect()
250 * Configure IPMI address for local access in ipmi_poweroff_atca()
279 pr_err("Unable to send ATCA powerdown message, IPMI error 0x%x\n", in ipmi_poweroff_atca()
325 * Configure IPMI address for local access in ipmi_poweroff_cpi1()
334 * Get IPMI ipmb address in ipmi_poweroff_cpi1()
416 * Dell systems with IPMI < 1.5 don't set the chassis capability bit
436 * zx6000 machines support IPMI vers 1 and don't set the chassis capability bit
472 * Configure IPMI address for local access in ipmi_poweroff_chassis()
479 pr_info("Powering %s via IPMI chassis control command\n", in ipmi_poweroff_chassis()
499 pr_err("Unable to send chassis power cycle message, IPMI error 0x%x\n", in ipmi_poweroff_chassis()
505 pr_err("Unable to send chassis power down message, IPMI error 0x%x\n", in ipmi_poweroff_chassis()
550 /* Wait for an IPMI interface to be installed, the first one installed
568 pr_err("could not create IPMI user, error %d\n", rv); in ipmi_po_new_smi()
590 pr_err("Unable to send IPMI get device id info, IPMI error 0x%x\n", in ipmi_po_new_smi()
596 pr_err("(chassis) IPMI get device id info too short, was %d bytes, needed %d bytes\n", in ipmi_po_new_smi()
671 pr_info("Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot\n"); in ipmi_poweroff_init()
677 ipmi_table_header = register_sysctl("dev/ipmi", ipmi_table); in ipmi_poweroff_init()
713 pr_err("could not cleanup the IPMI user: 0x%x\n", rv); in ipmi_poweroff_cleanup()
723 MODULE_DESCRIPTION("IPMI Poweroff extension to sys_reboot");