Home
last modified time | relevance | path

Searched refs:command_response (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c981 uint8_t command_response; member
1079 cli_req.command_response = SUNOEM_CLI_CMD_OPEN; in ipmi_sunoem_cli()
1081 cli_req.command_response = SUNOEM_CLI_CMD_FORCE; in ipmi_sunoem_cli()
1147 cli_req.command_response = SUNOEM_CLI_CMD_POLL; in ipmi_sunoem_cli()
1158 while (rsp->ccode == 0 && cli_rsp->command_response == 0) { in ipmi_sunoem_cli()
1175 cli_req.command_response = SUNOEM_CLI_CMD_CLOSE; in ipmi_sunoem_cli()
1185 cli_req.command_response = SUNOEM_CLI_CMD_EOF; in ipmi_sunoem_cli()
1199 cli_req.command_response = SUNOEM_CLI_CMD_EOF; in ipmi_sunoem_cli()
1283 if (cli_req.command_response == SUNOEM_CLI_CMD_EOF in ipmi_sunoem_cli()
1284 && cli_rsp->command_response != 0 && rsp->ccode == 0) { in ipmi_sunoem_cli()
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c98 u8 command_response[]; member
144 u8 command_response[6]; member
1715 u8 *r = vub300->resp.response.command_response; in construct_request_response()