CYS_OFFLINE
cpu.cyp_state == CYS_OFFLINE ? "offline" :
if (c->cpu_cyclic->cyp_state == CYS_OFFLINE)
cpu->cyp_state = CYS_OFFLINE;
ASSERT(cpu->cyp_state == CYS_OFFLINE);
ASSERT(cyp != NULL && cyp->cyp_state == CYS_OFFLINE);
ASSERT(cpu->cyp_state == CYS_ONLINE || cpu->cyp_state == CYS_OFFLINE);
ASSERT(state == CYS_SUSPENDED || state == CYS_OFFLINE);
ASSERT(cpu->cyp_state == CYS_OFFLINE);
dest->cpu_cyclic->cyp_state == CYS_OFFLINE ||
cpu->cyp_state = CYS_OFFLINE;
ASSERT(cpu->cyp_state == CYS_OFFLINE);