| 45 | static struct command_result param_failed, complete, pending, unknown; |
| 46 | |
| 47 | struct command_result *command_param_failed(void) |
| 48 | { |
| 49 | return ¶m_failed; |
| 50 | } |
| 51 | |
| 52 | /* We immediately respond with success if we reach here. */ |
| 53 | struct command_result *command_check_done(struct command *cmd) |
no outgoing calls
no test coverage detected