Lines Matching refs:ccode
289 } else if (rsp->ccode > 0) { in sunoem_led_get()
336 } else if (rsp->ccode > 0) { in sunoem_led_set()
338 val2str(rsp->ccode, completion_code_vals)); in sunoem_led_set()
381 || rsp->ccode != CC_DEST_UNAVAILABLE) { in sunoem_led_get_byentity()
498 rsp->ccode != CC_DEST_UNAVAILABLE) { in ipmi_sunoem_led_get()
539 || rsp->ccode != CC_DEST_UNAVAILABLE) { in ipmi_sunoem_led_get()
696 if (rsp && rsp->ccode == 0) in ipmi_sunoem_led_set()
728 if (rsp && rsp->ccode == 0) in ipmi_sunoem_led_set()
819 } else if (rsp->ccode > 0) { in ipmi_sunoem_sshkey_del()
821 val2str(rsp->ccode, completion_code_vals)); in ipmi_sunoem_sshkey_del()
941 if (rsp->ccode != 0) { in ipmi_sunoem_sshkey_set()
944 val2str(rsp->ccode, completion_code_vals)); in ipmi_sunoem_sshkey_set()
1099 if ((cli_rsp->command_response != 0) || (rsp->ccode != 0)) { in ipmi_sunoem_cli()
1158 while (rsp->ccode == 0 && cli_rsp->command_response == 0) { in ipmi_sunoem_cli()
1262 if (rsp->ccode == IPMI_CC_TIMEOUT) { /* Retry if timed out. */ in ipmi_sunoem_cli()
1284 && cli_rsp->command_response != 0 && rsp->ccode == 0) { in ipmi_sunoem_cli()
1384 if ((rsp == NULL) || (rsp->ccode != 0)) { in ipmi_sunoem_echo()
1508 if (rsp->ccode != 0) { in ipmi_sunoem_getversion()
1509 lprintf(LOG_ERR, "Sun OEM Get SP Version Failed: %d", rsp->ccode); in ipmi_sunoem_getversion()
1658 if (rsp->ccode != 0) { in ipmi_sunoem_nacname()
1659 lprintf(LOG_ERR, "Sun OEM nacname command failed: %d", rsp->ccode); in ipmi_sunoem_nacname()
1828 if (rsp->ccode != 0) { in ipmi_sunoem_getval()
1829 lprintf(LOG_ERR, "Sun OEM getval1 command failed: %d", rsp->ccode); in ipmi_sunoem_getval()
1851 if (rsp->ccode != 0) { in ipmi_sunoem_getval()
1852 lprintf(LOG_ERR, "Sun OEM getval2 command failed: %d", rsp->ccode); in ipmi_sunoem_getval()
1919 if (rsp->ccode != 0) { in send_luapi_prop_name()
1921 rsp->ccode); in send_luapi_prop_name()
1992 if (rsp->ccode != 0) { in send_luapi_prop_value()
1994 rsp->ccode); in send_luapi_prop_value()
2085 if (rsp->ccode != 0) { in ipmi_sunoem_setval()
2086 lprintf(LOG_ERR, "Sun OEM setval command failed: %d", rsp->ccode); in ipmi_sunoem_setval()
2196 if (rsp->ccode != 0) { in ipmi_sunoem_getfile()
2197 lprintf(LOG_ERR, "Sun OEM getfile command failed: %d", rsp->ccode); in ipmi_sunoem_getfile()
2226 lprintf(LOG_ERR, "Sun OEM getfile write failed: %d", rsp->ccode); in ipmi_sunoem_getfile()
2309 if (rsp->ccode != 0) { in ipmi_sunoem_getbehavior()
2310 lprintf(LOG_ERR, "Sun OEM getbehavior command failed: %d", rsp->ccode); in ipmi_sunoem_getbehavior()