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 */
190 * Configure IPMI address for local access in pps_poweroff_atca()
206 pr_err("Unable to send ATCA, IPMI error 0x%x\n", rv); in pps_poweroff_atca()
219 * Configure IPMI address for local access in ipmi_atca_detect()
254 * Configure IPMI address for local access in ipmi_poweroff_atca()
283 pr_err("Unable to send ATCA powerdown message, IPMI error 0x%x\n", in ipmi_poweroff_atca()
329 * Configure IPMI address for local access in ipmi_poweroff_cpi1()
338 * Get IPMI ipmb address in ipmi_poweroff_cpi1()
420 * Dell systems with IPMI < 1.5 don't set the chassis capability bit
440 * zx6000 machines support IPMI vers 1 and don't set the chassis capability bit
476 * Configure IPMI address for local access in ipmi_poweroff_chassis()
483 pr_info("Powering %s via IPMI chassis control command\n", in ipmi_poweroff_chassis()
503 pr_err("Unable to send chassis power cycle message, IPMI error 0x%x\n", in ipmi_poweroff_chassis()
509 pr_err("Unable to send chassis power down message, IPMI error 0x%x\n", in ipmi_poweroff_chassis()
554 /* Wait for an IPMI interface to be installed, the first one installed
572 pr_err("could not create IPMI user, error %d\n", rv); in ipmi_po_new_smi()
594 pr_err("Unable to send IPMI get device id info, IPMI error 0x%x\n", in ipmi_po_new_smi()
600 pr_err("(chassis) IPMI get device id info too short, was %d bytes, needed %d bytes\n", in ipmi_po_new_smi()
667 { .procname = "ipmi",
690 pr_info("Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot\n"); in ipmi_poweroff_init()
732 pr_err("could not cleanup the IPMI user: 0x%x\n", rv); in ipmi_poweroff_cleanup()
742 MODULE_DESCRIPTION("IPMI Poweroff extension to sys_reboot");