Lines Matching refs:status
106 if (NULL == cmd || cmd->status >= RCL_CommandStatus_Finished) in rclCommandHwi()
153 if (cmd->status == RCL_CommandStatus_Scheduled) in rclCommandHwi()
168 cmd->status = RCL_Scheduler_findStopStatus(RCL_StopType_DescheduleOnly); in rclCommandHwi()
200 cmd->status = RCL_CommandStatus_Error_Setup; in rclCommandHwi()
218 if (cmd->status >= RCL_CommandStatus_Scheduled && cmd->status < RCL_CommandStatus_Finished) in rclCommandHwi()
243 cmd->status = RCL_CommandStatus_Error_Setup; in rclCommandHwi()
256 if (rclEventsIn.gracefulStop && cmd->status < RCL_CommandStatus_Finished) in rclCommandHwi()
260 if (rclEventsIn.descheduleStop && cmd->status < RCL_CommandStatus_Finished) in rclCommandHwi()
276 if (cmd->status >= RCL_CommandStatus_Finished || client->deferredRclEvents.value) in rclCommandHwi()
278 if (cmd->status >= RCL_CommandStatus_Finished) in rclCommandHwi()
314 if (currCmd->status >= RCL_CommandStatus_Finished) in rclDispatchHwi()
360 nextCmd->status = RCL_CommandStatus_RejectedStart; in rclDispatchHwi()
485 nextCmd->status = RCL_CommandStatus_Error_StartTooLate; in rclSchedulerHwi()
500 rclSchedulerState.currCmd->status); in rclSchedulerHwi()
502 RCL_Debug_assert(rclSchedulerState.currCmd->status < RCL_CommandStatus_Finished); in rclSchedulerHwi()
719 c->status = RCL_CommandStatus_Error_CommandQueueFull; in submitHook()
725 c->status = RCL_CommandStatus_Scheduled; in submitHook()
738 if (cmd->status != RCL_CommandStatus_Idle && cmd->status < RCL_CommandStatus_Finished) in RCL_Command_submit()
761 return cmd->status; in RCL_Command_submit()
779 if (cmd->status > RCL_CommandStatus_Active) in RCL_Command_pend()
782 return cmd->status; in RCL_Command_pend()
788 return cmd->status; in RCL_Command_pend()
808 …if (cmd->status < RCL_CommandStatus_Queued || cmd->status >= RCL_CommandStatus_Finished || stopTyp… in rclStop()
811 …oreShort, Log_DEBUG, "Stop called with type: %d, resulting status: 0x%02X", stopType, cmd->status); in rclStop()
812 return cmd->status; in rclStop()
815 if (cmd->status == RCL_CommandStatus_Queued) in rclStop()
818 cmd->status = RCL_Scheduler_findStopStatus(RCL_StopType_DescheduleOnly); in rclStop()
892 …oreShort, Log_DEBUG, "Stop called with type: %d, resulting status: 0x%02X", stopType, cmd->status); in rclStop()
893 return cmd->status; in rclStop()