action_then       321 lib/pacemaker/pcmk_sched_ordering.c                    pcmk_resource_t *rsc_then, const char *action_then,
action_then       351 lib/pacemaker/pcmk_sched_ordering.c                        pcmk__op_key(rsc_then->id, action_then, 0),
action_then       370 lib/pacemaker/pcmk_sched_ordering.c                  pcmk_resource_t *rsc_then, const char *action_then)
action_then       374 lib/pacemaker/pcmk_sched_ordering.c     const char *inverted_then = invert_action(action_then);
action_then       399 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
action_then       427 lib/pacemaker/pcmk_sched_ordering.c     action_then = crm_element_value(xml_obj, PCMK_XA_THEN_ACTION);
action_then       428 lib/pacemaker/pcmk_sched_ordering.c     if (action_then == NULL) {
action_then       429 lib/pacemaker/pcmk_sched_ordering.c         action_then = action_first;
action_then       444 lib/pacemaker/pcmk_sched_ordering.c         clone_min_ordering(id, rsc_first, action_first, rsc_then, action_then,
action_then       448 lib/pacemaker/pcmk_sched_ordering.c                                      action_then, flags);
action_then       453 lib/pacemaker/pcmk_sched_ordering.c                          rsc_then, action_then);
action_then       884 lib/pacemaker/pcmk_sched_ordering.c     const char *action_then = NULL;
action_then       930 lib/pacemaker/pcmk_sched_ordering.c     action_then = crm_element_value(xml_obj, PCMK_XA_THEN_ACTION);
action_then       966 lib/pacemaker/pcmk_sched_ordering.c         if (action_then != NULL) {
action_then       970 lib/pacemaker/pcmk_sched_ordering.c             crm_xml_add(rsc_set_then, PCMK_XA_ACTION, action_then);