Searched refs:command_result (Results 1 – 6 of 6) sorted by relevance
389 CommandWaitResult command_result = WaitForCommand(&stdin_pollfd); in RunControllerPollLoop() local390 if (command_result.done) { in RunControllerPollLoop()394 if (command_result.command_line.command == "avail") { in RunControllerPollLoop()396 {std::string(command_result.command_line.argument_tail)}, in RunControllerPollLoop()398 } else if (command_result.command_line.command == "start") { in RunControllerPollLoop()400 command_result.command_line.argument_tail; in RunControllerPollLoop()408 } else if (command_result.command_line.command == "msg") { in RunControllerPollLoop()410 command_result.command_line.argument_tail); in RunControllerPollLoop()411 } else if (command_result.command_line.command == "close") { in RunControllerPollLoop()413 } else if (command_result.command_line.command == "reconnect") { in RunControllerPollLoop()[all …]
355 command_result = self._run(command,359 if not command_result:366 if not command_result.stdout:368 command_result.stderr)373 if command_result.exit_status and not ping_config.ignore_status:375 command_result.exit_status)378 command_result.stdout)
51 let command_result = GuestToHostMessage::ProgramExit(ProgramExit { in listen() localVariable67 serde_json::to_string_pretty(&command_result).unwrap() in listen()70 serde_json::to_string_pretty(&DelegateMessage::GuestToHost(command_result)) in listen()
26 def _setup_test_check_diskspace(self, command, command_result, argument40 exit_status=command_exit_status, stdout=command_result)
99 command_result = self._device_utils.RunShellCommand(cmd, shell=True)100 nsec = command_result[0].split()[2]
397 let command_result = match atrb.trb.get_trb_type() { in handle_transfer_descriptor() localVariable432 command_result.context("command ring TRB failed") in handle_transfer_descriptor()