Lines Matching refs:lprintf

87 		lprintf(LOG_ERR, "MC reset command failed.");  in ipmi_mc_reset()
90 lprintf(LOG_ERR, "MC reset command failed: %s", in ipmi_mc_reset()
175 lprintf(LOG_NOTICE, "usage: mc reset <warm|cold>"); in printf_mc_reset_usage()
182 lprintf(LOG_NOTICE, "MC Commands:"); in printf_mc_usage()
183 lprintf(LOG_NOTICE, " reset <warm|cold>"); in printf_mc_usage()
184 lprintf(LOG_NOTICE, " guid"); in printf_mc_usage()
185 lprintf(LOG_NOTICE, " info"); in printf_mc_usage()
186 lprintf(LOG_NOTICE, " watchdog <get|reset|off>"); in printf_mc_usage()
187 lprintf(LOG_NOTICE, " selftest"); in printf_mc_usage()
188 lprintf(LOG_NOTICE, " getenables"); in printf_mc_usage()
189 lprintf(LOG_NOTICE, " setenables <option=on|off> ..."); in printf_mc_usage()
191 lprintf(LOG_NOTICE, " %-20s %s", bf->name, bf->desc); in printf_mc_usage()
200 lprintf(LOG_NOTICE, "usage:"); in printf_sysinfo_usage()
202 lprintf(LOG_NOTICE, " getsysinfo <argument>"); in printf_sysinfo_usage()
205 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
209 lprintf(LOG_NOTICE, " setsysinfo <argument> <string>"); in printf_sysinfo_usage()
212 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
214 lprintf(LOG_NOTICE, ""); in printf_sysinfo_usage()
215 lprintf(LOG_NOTICE, " Valid arguments are:"); in printf_sysinfo_usage()
217 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
219 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
221 lprintf(LOG_NOTICE, " os_name Operating system name"); in printf_sysinfo_usage()
222 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
224 lprintf(LOG_NOTICE, in printf_sysinfo_usage()
226 lprintf(LOG_NOTICE, " delloem_url URL of BMC webserver"); in printf_sysinfo_usage()
227 lprintf(LOG_NOTICE, ""); in printf_sysinfo_usage()
233 lprintf(LOG_NOTICE, "usage: watchdog <command>:"); in print_watchdog_usage()
234 lprintf(LOG_NOTICE, " get : Get Current Watchdog settings"); in print_watchdog_usage()
235 lprintf(LOG_NOTICE, " reset : Restart Watchdog timer based on most recent settings"); in print_watchdog_usage()
236 lprintf(LOG_NOTICE, " off : Shut off a running Watchdog timer"); in print_watchdog_usage()
259 lprintf(LOG_ERR, "Get Global Enables command failed"); in ipmi_mc_get_enables()
263 lprintf(LOG_ERR, "Get Global Enables command failed: %s", in ipmi_mc_get_enables()
309 lprintf(LOG_ERR, "Get Global Enables command failed"); in ipmi_mc_set_enables()
313 lprintf(LOG_ERR, "Get Global Enables command failed: %s", in ipmi_mc_set_enables()
334 lprintf(LOG_ERR, "Unrecognized option: %s", argv[i]); in ipmi_mc_set_enables()
351 lprintf(LOG_ERR, "Set Global Enables command failed"); in ipmi_mc_set_enables()
355 lprintf(LOG_ERR, "Set Global Enables command failed: %s", in ipmi_mc_set_enables()
401 lprintf(LOG_ERR, "Get Device ID command failed"); in ipmi_mc_get_deviceid()
405 lprintf(LOG_ERR, "Get Device ID command failed: %s", in ipmi_mc_get_deviceid()
503 lprintf(LOG_ERR, "Get GUID command failed"); in ipmi_mc_get_guid()
507 lprintf(LOG_ERR, "Get GUID command failed: %s", in ipmi_mc_get_guid()
531 lprintf(LOG_ERR, "Invalid GUID length %d", rsp->data_len); in ipmi_mc_get_guid()
555 lprintf(LOG_ERR, "No response from devices\n"); in ipmi_mc_get_selftest()
560 lprintf(LOG_ERR, "Bad response: (%s)", in ipmi_mc_get_selftest()
671 lprintf(LOG_ERR, "Get Watchdog Timer command failed"); in ipmi_mc_get_watchdog()
676 lprintf(LOG_ERR, "Get Watchdog Timer command failed: %s", in ipmi_mc_get_watchdog()
740 lprintf(LOG_ERR, "Watchdog Timer Shutoff command failed!"); in ipmi_mc_shutoff_watchdog()
745 lprintf(LOG_ERR, "Watchdog Timer Shutoff command failed! %s", in ipmi_mc_shutoff_watchdog()
775 lprintf(LOG_ERR, "Reset Watchdog Timer command failed!"); in ipmi_mc_rst_watchdog()
780 lprintf(LOG_ERR, "Reset Watchdog Timer command failed: %s", in ipmi_mc_rst_watchdog()
806 lprintf(LOG_ERR, "Not enough parameters given."); in ipmi_mc_main()
816 lprintf(LOG_ERR, "Not enough parameters given."); in ipmi_mc_main()
831 lprintf(LOG_ERR, "Invalid mc/bmc %s command: %s", argv[0], argv[1]); in ipmi_mc_main()
853 lprintf(LOG_ERR, "Not enough parameters given."); in ipmi_mc_main()
871 lprintf(LOG_ERR, "Invalid mc/bmc %s command: %s", argv[0], argv[1]); in ipmi_mc_main()
883 lprintf(LOG_ERR, "Invalid mc/bmc command: %s", argv[0]); in ipmi_mc_main()
1032 lprintf(LOG_ERR, "Not enough parameters given."); in ipmi_sysinfo_main()
1039 lprintf(LOG_ERR, "Invalid mc/bmc %s command: %s", argv[0], argv[1]); in ipmi_sysinfo_main()
1104 lprintf(LOG_ERR, "%s %s set %d command failed", argv[0], argv[1], set); in ipmi_sysinfo_main()
1107 lprintf(LOG_ERR, "%s %s parameter not supported", argv[0], argv[1]); in ipmi_sysinfo_main()
1110 lprintf(LOG_ERR, "%s command failed: %s", argv[0], in ipmi_sysinfo_main()