Searched refs:ReturnCode (Results 1 – 11 of 11) sorted by relevance
69 ProcessInfo::ProcessInfo() : Pid(0), ReturnCode(0) {}460 WaitResult.ReturnCode = -2; // Timeout detected464 WaitResult.ReturnCode = -1;493 WaitResult.ReturnCode = result;498 WaitResult.ReturnCode = -1;504 WaitResult.ReturnCode = -1;517 WaitResult.ReturnCode = -2;
36 ProcessInfo::ProcessInfo() : Pid(0), Process(0), ReturnCode(0) {}435 WaitResult.ReturnCode = -2;476 WaitResult.ReturnCode = -2;485 WaitResult.ReturnCode = static_cast<int>(status);487 WaitResult.ReturnCode = status & 0x7FFFFFFF;489 WaitResult.ReturnCode = 1;
48 return Result.ReturnCode; in ExecuteAndWait()
53 int ReturnCode; member
2589 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2604 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2624 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2626 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2644 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2661 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2684 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2689 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_3F; in arcmsr_iop_ioctlcmd()2698 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2702 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()[all …]
211 u_int32_t ReturnCode; member
246 uint32_t ReturnCode; member
1904 &data->ReturnCode); in mps_user_diag_action()
245 uint32_t ReturnCode; member
2016 &data->ReturnCode); in mpr_user_diag_action()
79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, std::nullopt, in RunProgramRemotelyWithTimeout() local 83 if (255 == ReturnCode) { in RunProgramRemotelyWithTimeout() 103 return ReturnCode; in RunProgramRemotelyWithTimeout()