action_then       347 lib/pacemaker/pcmk_sched_ordering.c                    pcmk_resource_t *rsc_then, const char *action_then,
action_then       375 lib/pacemaker/pcmk_sched_ordering.c                        pcmk__op_key(rsc_then->id, action_then, 0),
action_then       414 lib/pacemaker/pcmk_sched_ordering.c                  pcmk_resource_t *rsc_then, const char *action_then)
action_then       416 lib/pacemaker/pcmk_sched_ordering.c     action_then = invert_action(action_then);
action_then       418 lib/pacemaker/pcmk_sched_ordering.c     if ((action_then == NULL) || (action_first == NULL)) {
action_then       426 lib/pacemaker/pcmk_sched_ordering.c         pcmk__order_resource_actions(rsc_then, action_then, rsc_first,
action_then       441 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
action_then       471 lib/pacemaker/pcmk_sched_ordering.c     action_then = crm_element_value(xml_obj, PCMK_XA_THEN_ACTION);
action_then       472 lib/pacemaker/pcmk_sched_ordering.c     if (action_then == NULL) {
action_then       473 lib/pacemaker/pcmk_sched_ordering.c         action_then = action_first;
action_then       490 lib/pacemaker/pcmk_sched_ordering.c         clone_min_ordering(id, rsc_first, action_first, rsc_then, action_then,
action_then       494 lib/pacemaker/pcmk_sched_ordering.c                                      action_then, flags);
action_then       499 lib/pacemaker/pcmk_sched_ordering.c                          rsc_then, action_then);
action_then       921 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
action_then       967 lib/pacemaker/pcmk_sched_ordering.c     action_then = crm_element_value(xml_obj, PCMK_XA_THEN_ACTION);
action_then      1003 lib/pacemaker/pcmk_sched_ordering.c         if (action_then != NULL) {
action_then      1007 lib/pacemaker/pcmk_sched_ordering.c             crm_xml_add(rsc_set_then, PCMK_XA_ACTION, action_then);