prereq 30 lib/pacemaker/pcmk_trans_graph.c crm_action_t *prereq = (crm_action_t *) lpc->data; prereq 32 lib/pacemaker/pcmk_trans_graph.c crm_trace("Processing input %d", prereq->id); prereq 34 lib/pacemaker/pcmk_trans_graph.c if (prereq->id == action_id) { prereq 36 lib/pacemaker/pcmk_trans_graph.c prereq->confirmed = TRUE; prereq 39 lib/pacemaker/pcmk_trans_graph.c } else if (prereq->confirmed == FALSE) { prereq 131 lib/pacemaker/pcmk_trans_graph.c crm_action_t *prereq = (crm_action_t *) lpc->data; prereq 133 lib/pacemaker/pcmk_trans_graph.c crm_trace("Processing input %d", prereq->id); prereq 134 lib/pacemaker/pcmk_trans_graph.c if (prereq->confirmed == FALSE) { prereq 135 lib/pacemaker/pcmk_trans_graph.c crm_trace("Input %d for synapse %d not satisfied: not confirmed", prereq->id, synapse->id); prereq 138 lib/pacemaker/pcmk_trans_graph.c } else if(prereq->failed && prereq->can_fail == FALSE) { prereq 139 lib/pacemaker/pcmk_trans_graph.c crm_trace("Input %d for synapse %d not satisfied: failed", prereq->id, synapse->id);