st_done 73 daemons/fenced/fenced_history.c if ((op->state == st_failed) || (op->state == st_done)) { st_done 142 daemons/fenced/fenced_history.c gboolean a_pending = ((*a)->state != st_failed) && ((*a)->state != st_done); st_done 143 daemons/fenced/fenced_history.c gboolean b_pending = ((*b)->state != st_failed) && ((*b)->state != st_done); st_done 203 daemons/fenced/fenced_history.c if ((ops[i]->state == st_failed) || (ops[i]->state == st_done)) { st_done 657 daemons/fenced/fenced_remote.c op->state = st_done; st_done 707 daemons/fenced/fenced_remote.c op->state = st_done; st_done 731 daemons/fenced/fenced_remote.c if (op->state == st_done) { st_done 751 daemons/fenced/fenced_remote.c if (op->state == st_done) { st_done 1111 daemons/fenced/fenced_remote.c op->state = st_done; st_done 1736 daemons/fenced/fenced_remote.c op->state = st_done; st_done 1942 daemons/fenced/fenced_remote.c CRM_CHECK(op->state < st_done, return); st_done 2317 daemons/fenced/fenced_remote.c } else if ((peer != NULL) && (op->state == st_done)) { st_done 2388 daemons/fenced/fenced_remote.c op->state = st_done; st_done 2410 daemons/fenced/fenced_remote.c if (op->state == st_done) { st_done 2458 daemons/fenced/fenced_remote.c op->state = st_done; st_done 2496 daemons/fenced/fenced_remote.c } else if (rop->state != st_done) { st_done 216 include/crm/fencing/internal.h return state != st_failed && state != st_done; st_done 2047 lib/fencing/st_client.c if (hp->state != st_done && hp->state != st_failed) { st_done 2051 lib/fencing/st_client.c } else if (hp->state == st_done) { st_done 2271 lib/fencing/st_client.c if ((prev_hp->state == st_done) && st_done 2307 lib/fencing/st_client.c if ((hp->state == st_done) || (hp->state == st_failed)) { st_done 2360 lib/fencing/st_client.c case st_done: return "completed"; st_done 2384 lib/fencing/st_client.c return history->state != st_failed && history->state != st_done; st_done 67 lib/fencing/st_output.c case st_done: return "successful"; st_done 97 lib/fencing/st_output.c if ((history->state == st_failed) || (history->state == st_done)) { st_done 108 lib/fencing/st_output.c if (((history->state == st_failed) || (history->state == st_done)) st_done 132 lib/fencing/st_output.c if (((history->state == st_failed) || (history->state == st_done)) st_done 378 lib/fencing/st_output.c if ((hp->state == st_failed) || (hp->state == st_done)) { st_done 408 lib/fencing/st_output.c case st_done: st_done 473 lib/fencing/st_output.c case st_done: st_done 491 lib/fencing/st_output.c if ((event->state == st_failed) || (event->state == st_done)) { st_done 96 lib/pacemaker/pcmk_fence.c if ((hp->state == st_done) || (hp->state == st_failed)) { st_done 101 lib/pacemaker/pcmk_fence.c && ((hp->state == st_done) st_done 272 lib/pacemaker/pcmk_fence.c if (hp->state == st_done) {