order             342 include/crm/pengine/internal.h extern gboolean order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order);
order              28 lib/pacemaker/libpacemaker_private.h                             pe_action_t *action, enum pe_ordering order,
order             179 lib/pacemaker/pcmk_graph_producer.c                     pe_action_wrapper_t *order, pe_working_set_t *data_set)
order             182 lib/pacemaker/pcmk_graph_producer.c     enum pe_ordering type = order->type;
order             296 lib/pacemaker/pcmk_graph_producer.c             order->type = pe_order_none;
order            1536 lib/pacemaker/pcmk_sched_allocate.c         pe__ordering_t *order = gIter->data;
order            1539 lib/pacemaker/pcmk_sched_allocate.c         pe_resource_t *lh_rsc = order->lh_rsc;
order            1540 lib/pacemaker/pcmk_sched_allocate.c         pe_resource_t *rh_rsc = order->rh_rsc;
order            1541 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *lh_action = order->lh_action;
order            1542 lib/pacemaker/pcmk_sched_allocate.c         pe_action_t *rh_action = order->rh_action;
order            1543 lib/pacemaker/pcmk_sched_allocate.c         const char *lh_action_task = order->lh_action_task;
order            1544 lib/pacemaker/pcmk_sched_allocate.c         const char *rh_action_task = order->rh_action_task;
order            1593 lib/pacemaker/pcmk_sched_allocate.c         if (order->type == pe_order_none) {
order            1598 lib/pacemaker/pcmk_sched_allocate.c         if (pcmk_is_set(order->type, pe_order_apply_first_non_migratable)) {
order            1603 lib/pacemaker/pcmk_sched_allocate.c         if (pcmk_is_set(order->type, pe_order_same_node)) {
order            1608 lib/pacemaker/pcmk_sched_allocate.c         if (order->type == pe_order_anti_colocation
order            1609 lib/pacemaker/pcmk_sched_allocate.c                    || order->type == pe_order_load) {
order            1610 lib/pacemaker/pcmk_sched_allocate.c             order_type = order->type;
order            1634 lib/pacemaker/pcmk_sched_allocate.c                   order->id, order->type);
order             330 lib/pacemaker/pcmk_sched_fencing.c                        enum pe_ordering order, pe_working_set_t *data_set)
order             348 lib/pacemaker/pcmk_sched_fencing.c         order_actions(unfence, action, order);
order             503 lib/pacemaker/pcmk_sched_ordering.c handle_migration_ordering(pe__ordering_t *order, pe_working_set_t *data_set)
order             511 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) || (order->rh_rsc == NULL)
order             512 lib/pacemaker/pcmk_sched_ordering.c         || (order->lh_rsc == order->rh_rsc)) {
order             517 lib/pacemaker/pcmk_sched_ordering.c     if (is_parent(order->lh_rsc, order->rh_rsc)
order             518 lib/pacemaker/pcmk_sched_ordering.c         || is_parent(order->rh_rsc, order->lh_rsc)) {
order             523 lib/pacemaker/pcmk_sched_ordering.c     lh_migratable = pcmk_is_set(order->lh_rsc->flags, pe_rsc_allow_migrate);
order             524 lib/pacemaker/pcmk_sched_ordering.c     rh_migratable = pcmk_is_set(order->rh_rsc->flags, pe_rsc_allow_migrate);
order             530 lib/pacemaker/pcmk_sched_ordering.c     lh_task = task_from_action_or_key(order->lh_action, order->lh_action_task);
order             531 lib/pacemaker/pcmk_sched_ordering.c     rh_task = task_from_action_or_key(order->rh_action, order->rh_action_task);
order             544 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(order->lh_rsc,
order             545 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->lh_rsc->id, RSC_MIGRATED, 0),
order             546 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
order             547 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
order             560 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(order->lh_rsc,
order             561 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->lh_rsc->id, RSC_START, 0),
order             562 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
order             563 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
order             579 lib/pacemaker/pcmk_sched_ordering.c         pcmk__new_ordering(order->lh_rsc,
order             580 lib/pacemaker/pcmk_sched_ordering.c                            pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), NULL,
order             581 lib/pacemaker/pcmk_sched_ordering.c                            order->rh_rsc,
order             582 lib/pacemaker/pcmk_sched_ordering.c                            pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
order             586 lib/pacemaker/pcmk_sched_ordering.c         if (order->rh_rsc->partial_migration_target) {
order             587 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(order->lh_rsc,
order             588 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0),
order             589 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
order             590 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
order             602 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(order->lh_rsc,
order             603 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->lh_rsc->id, RSC_PROMOTE, 0),
order             604 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
order             605 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
order             617 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(order->lh_rsc,
order             618 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
order             619 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
order             620 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
order             624 lib/pacemaker/pcmk_sched_ordering.c             if (order->rh_rsc->partial_migration_target) {
order             625 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__new_ordering(order->lh_rsc,
order             626 lib/pacemaker/pcmk_sched_ordering.c                                    pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
order             627 lib/pacemaker/pcmk_sched_ordering.c                                    NULL, order->rh_rsc,
order             628 lib/pacemaker/pcmk_sched_ordering.c                                    pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
order             671 lib/pacemaker/pcmk_sched_ordering.c     pe__ordering_t *order = NULL;
order             685 lib/pacemaker/pcmk_sched_ordering.c     order = calloc(1, sizeof(pe__ordering_t));
order             687 lib/pacemaker/pcmk_sched_ordering.c     order->id = data_set->order_id++;
order             688 lib/pacemaker/pcmk_sched_ordering.c     order->type = type;
order             689 lib/pacemaker/pcmk_sched_ordering.c     order->lh_rsc = lh_rsc;
order             690 lib/pacemaker/pcmk_sched_ordering.c     order->rh_rsc = rh_rsc;
order             691 lib/pacemaker/pcmk_sched_ordering.c     order->lh_action = lh_action;
order             692 lib/pacemaker/pcmk_sched_ordering.c     order->rh_action = rh_action;
order             693 lib/pacemaker/pcmk_sched_ordering.c     order->lh_action_task = lh_action_task;
order             694 lib/pacemaker/pcmk_sched_ordering.c     order->rh_action_task = rh_action_task;
order             696 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_action_task == NULL) && (lh_action != NULL)) {
order             697 lib/pacemaker/pcmk_sched_ordering.c         order->lh_action_task = strdup(lh_action->uuid);
order             700 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_action_task == NULL) && (rh_action != NULL)) {
order             701 lib/pacemaker/pcmk_sched_ordering.c         order->rh_action_task = strdup(rh_action->uuid);
order             704 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (lh_action != NULL)) {
order             705 lib/pacemaker/pcmk_sched_ordering.c         order->lh_rsc = lh_action->rsc;
order             708 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_rsc == NULL) && (rh_action != NULL)) {
order             709 lib/pacemaker/pcmk_sched_ordering.c         order->rh_rsc = rh_action->rsc;
order             718 lib/pacemaker/pcmk_sched_ordering.c                                                     order);
order             719 lib/pacemaker/pcmk_sched_ordering.c     handle_migration_ordering(order, data_set);
order            1359 lib/pacemaker/pcmk_sched_ordering.c                pe__ordering_t *order)
order            1366 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(order != NULL, return);
order            1368 lib/pacemaker/pcmk_sched_ordering.c     type = order->type;
order            1369 lib/pacemaker/pcmk_sched_ordering.c     rh_action = order->rh_action;
order            1370 lib/pacemaker/pcmk_sched_ordering.c     crm_trace("Applying ordering constraint %d (then: %s)", order->id, rsc->id);
order            1376 lib/pacemaker/pcmk_sched_ordering.c         rh_actions = find_actions_by_task(rsc, order->rh_action_task);
order            1382 lib/pacemaker/pcmk_sched_ordering.c                      order->id, order->rh_action_task, rsc->id);
order            1390 lib/pacemaker/pcmk_sched_ordering.c                      lh_action->uuid, order->rh_action_task);
order            1412 lib/pacemaker/pcmk_sched_ordering.c rsc_order_first(pe_resource_t *lh_rsc, pe__ordering_t *order,
order            1416 lib/pacemaker/pcmk_sched_ordering.c     pe_action_t *lh_action = order->lh_action;
order            1417 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rh_rsc = order->rh_rsc;
order            1421 lib/pacemaker/pcmk_sched_ordering.c                  order->id, lh_rsc->id);
order            1427 lib/pacemaker/pcmk_sched_ordering.c         lh_actions = find_actions_by_task(lh_rsc, order->lh_action_task);
order            1433 lib/pacemaker/pcmk_sched_ordering.c                      order->id, order->lh_action_task, lh_rsc->id);
order            1440 lib/pacemaker/pcmk_sched_ordering.c         parse_op_key(order->lh_action_task, NULL, &op_type, &interval_ms);
order            1448 lib/pacemaker/pcmk_sched_ordering.c                          order->id, order->lh_action_task, lh_rsc->id);
order            1455 lib/pacemaker/pcmk_sched_ordering.c                          order->id, order->lh_action_task, lh_rsc->id);
order            1460 lib/pacemaker/pcmk_sched_ordering.c                          order->lh_action_task, lh_rsc->id, order->id);
order            1469 lib/pacemaker/pcmk_sched_ordering.c         if (order->rh_action == NULL) {
order            1471 lib/pacemaker/pcmk_sched_ordering.c                          order->id);
order            1474 lib/pacemaker/pcmk_sched_ordering.c         rh_rsc = order->rh_action->rsc;
order            1480 lib/pacemaker/pcmk_sched_ordering.c             order_actions(lh_action, order->rh_action, order->type);
order            1483 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_then(lh_action, rh_rsc, order);
order            1506 lib/pacemaker/pcmk_sched_ordering.c         pe__ordering_t *order = gIter->data;
order            1507 lib/pacemaker/pcmk_sched_ordering.c         pe_resource_t *rsc = order->lh_rsc;
order            1510 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_first(rsc, order, data_set);
order            1514 lib/pacemaker/pcmk_sched_ordering.c         rsc = order->rh_rsc;
order            1516 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_then(order->lh_action, rsc, order);
order            1520 lib/pacemaker/pcmk_sched_ordering.c                       order->id);
order            1521 lib/pacemaker/pcmk_sched_ordering.c             order_actions(order->lh_action, order->rh_action, order->type);
order             229 lib/pengine/status.c         pe__ordering_t *order = iterator->data;
order             233 lib/pengine/status.c         free(order->lh_action_task);
order             234 lib/pengine/status.c         free(order->rh_action_task);
order             235 lib/pengine/status.c         free(order);
order            1905 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order)
order            1911 lib/pengine/utils.c     if (order == pe_order_none) {
order            1930 lib/pengine/utils.c         if (after->action == rh_action && (after->type & order)) {
order            1937 lib/pengine/utils.c     wrapper->type = order;
order            1944 lib/pengine/utils.c     wrapper->type = order;
order              94 maint/gnulib/lib/filevercmp.c           int s1_c = (s1_pos == s1_len) ? 0 : order (s1[s1_pos]);
order              95 maint/gnulib/lib/filevercmp.c           int s2_c = (s2_pos == s2_len) ? 0 : order (s2[s2_pos]);
order            4449 maint/gnulib/lib/mini-gmp.c mpz_import (mpz_t r, size_t count, int order, size_t size, int endian,
order            4468 maint/gnulib/lib/mini-gmp.c   assert (order == 1 || order == -1);
order            4476 maint/gnulib/lib/mini-gmp.c   word_step = (order != endian) ? 2 * size : 0;
order            4480 maint/gnulib/lib/mini-gmp.c   if (order == 1)
order            4517 maint/gnulib/lib/mini-gmp.c mpz_export (void *r, size_t *countp, int order, size_t size, int endian,
order            4526 maint/gnulib/lib/mini-gmp.c   assert (order == 1 || order == -1);
order            4570 maint/gnulib/lib/mini-gmp.c       word_step = (order != endian) ? 2 * size : 0;
order            4574 maint/gnulib/lib/mini-gmp.c       if (order == 1)
order             171 maint/gnulib/tests/test-tsearch.c mangle_tree (enum order how, enum action what, void **root, int lag)