Searched refs:ReturnCode (Results 1 – 11 of 11) sorted by relevance
53 ProcessInfo::ProcessInfo() : Pid(0), ReturnCode(0) {}371 WaitResult.ReturnCode = -2; // Timeout detected375 WaitResult.ReturnCode = -1;392 WaitResult.ReturnCode = result;397 WaitResult.ReturnCode = -1;403 WaitResult.ReturnCode = -1;416 WaitResult.ReturnCode = -2;421 WaitResult.ReturnCode = -2;
30 ProcessInfo::ProcessInfo() : ProcessHandle(0), Pid(0), ReturnCode(0) {}384 WaitResult.ReturnCode = -2;408 WaitResult.ReturnCode = -2;417 WaitResult.ReturnCode = static_cast<int>(status);419 WaitResult.ReturnCode = status & 0x7FFFFFFF;421 WaitResult.ReturnCode = 1;
50 int ReturnCode; member
38 return Result.ReturnCode; in ExecuteAndWait()
2261 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2276 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2296 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2298 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2316 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2333 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2356 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()2361 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_3F; in arcmsr_iop_ioctlcmd()2370 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_ERROR; in arcmsr_iop_ioctlcmd()2374 pcmdmessagefld->cmdmessage.ReturnCode = ARCMSR_MESSAGE_RETURNCODE_OK; in arcmsr_iop_ioctlcmd()[all …]
200 u_int32_t ReturnCode; member
253 uint32_t ReturnCode; member
1829 &data->ReturnCode); in mps_user_diag_action()
252 uint32_t ReturnCode; member
1856 &data->ReturnCode); in mpr_user_diag_action()
105 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, 0, in RunProgramRemotelyWithTimeout() local109 if (255 == ReturnCode) { in RunProgramRemotelyWithTimeout()129 return ReturnCode; in RunProgramRemotelyWithTimeout()