order 429 lib/pacemaker/libpacemaker_private.h enum pcmk__action_relation_flags order); order 1142 lib/pacemaker/libpacemaker_private.h void pcmk__order_migration_equivalents(pcmk__action_relation_t *order); order 243 lib/pacemaker/pcmk_sched_actions.c pcmk__related_action_t *order, order 255 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_implies_same_node_then)) { order 261 lib/pacemaker/pcmk_sched_actions.c pcmk__clear_relation_flags(order->type, order 263 lib/pacemaker/pcmk_sched_actions.c pcmk__set_relation_flags(order->type, pcmk__ar_first_implies_then); order 272 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_implies_then)) { order 289 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_intermediate_stop) order 302 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_then_implies_first)) { order 318 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_promoted_then_implies_first)) { order 332 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_min_runnable)) { order 357 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_nested_remote_probe) order 366 lib/pacemaker/pcmk_sched_actions.c order->type = (enum pe_ordering) pcmk__ar_none; order 378 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_unrunnable_first_blocks)) { order 396 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_unmigratable_then_blocks)) { order 409 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_first_else_then)) { order 421 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_ordered)) { order 432 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_asymmetric)) { order 444 lib/pacemaker/pcmk_sched_actions.c && pcmk_is_set(order->type, pcmk__ar_first_implies_then_graphed) order 453 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(order->type, pcmk__ar_then_implies_first_graphed) order 462 lib/pacemaker/pcmk_sched_actions.c if (pcmk_any_flags_set(order->type, pcmk__ar_first_implies_then order 308 lib/pacemaker/pcmk_sched_fencing.c enum pcmk__action_relation_flags order) order 328 lib/pacemaker/pcmk_sched_fencing.c order_actions(unfence, action, order); order 264 lib/pacemaker/pcmk_sched_migration.c pcmk__order_migration_equivalents(pcmk__action_relation_t *order) order 272 lib/pacemaker/pcmk_sched_migration.c if ((order->rsc1 == NULL) || (order->rsc2 == NULL) order 273 lib/pacemaker/pcmk_sched_migration.c || (order->rsc1 == order->rsc2) order 274 lib/pacemaker/pcmk_sched_migration.c || is_parent(order->rsc1, order->rsc2) order 275 lib/pacemaker/pcmk_sched_migration.c || is_parent(order->rsc2, order->rsc1)) { order 280 lib/pacemaker/pcmk_sched_migration.c first_migratable = pcmk_is_set(order->rsc1->flags, pcmk_rsc_migratable); order 281 lib/pacemaker/pcmk_sched_migration.c then_migratable = pcmk_is_set(order->rsc2->flags, pcmk_rsc_migratable); order 287 lib/pacemaker/pcmk_sched_migration.c first_task = task_from_action_or_key(order->action1, order->task1); order 288 lib/pacemaker/pcmk_sched_migration.c then_task = task_from_action_or_key(order->action2, order->task2); order 298 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 299 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, order 301 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 302 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 304 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 316 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 317 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, order 319 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 320 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 322 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 338 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 339 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, PCMK_ACTION_STOP, 0), order 341 lib/pacemaker/pcmk_sched_migration.c order->rsc2, order 342 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 344 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 347 lib/pacemaker/pcmk_sched_migration.c if (order->rsc2->partial_migration_target != NULL) { order 348 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 349 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, PCMK_ACTION_STOP, order 351 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 352 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 354 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 365 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 366 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, order 368 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 369 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 371 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 382 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 383 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, order 385 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 386 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 388 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 391 lib/pacemaker/pcmk_sched_migration.c if (order->rsc2->partial_migration_target != NULL) { order 392 lib/pacemaker/pcmk_sched_migration.c pcmk__new_ordering(order->rsc1, order 393 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc1->id, order 395 lib/pacemaker/pcmk_sched_migration.c NULL, order->rsc2, order 396 lib/pacemaker/pcmk_sched_migration.c pcmk__op_key(order->rsc2->id, order 398 lib/pacemaker/pcmk_sched_migration.c NULL, flags, order->rsc1->cluster); order 536 lib/pacemaker/pcmk_sched_ordering.c pcmk__action_relation_t *order = NULL; order 550 lib/pacemaker/pcmk_sched_ordering.c order = pcmk__assert_alloc(1, sizeof(pcmk__action_relation_t)); order 552 lib/pacemaker/pcmk_sched_ordering.c order->id = sched->order_id++; order 553 lib/pacemaker/pcmk_sched_ordering.c order->flags = flags; order 554 lib/pacemaker/pcmk_sched_ordering.c order->rsc1 = first_rsc; order 555 lib/pacemaker/pcmk_sched_ordering.c order->rsc2 = then_rsc; order 556 lib/pacemaker/pcmk_sched_ordering.c order->action1 = first_action; order 557 lib/pacemaker/pcmk_sched_ordering.c order->action2 = then_action; order 558 lib/pacemaker/pcmk_sched_ordering.c order->task1 = first_action_task; order 559 lib/pacemaker/pcmk_sched_ordering.c order->task2 = then_action_task; order 561 lib/pacemaker/pcmk_sched_ordering.c if ((order->task1 == NULL) && (first_action != NULL)) { order 562 lib/pacemaker/pcmk_sched_ordering.c order->task1 = strdup(first_action->uuid); order 565 lib/pacemaker/pcmk_sched_ordering.c if ((order->task2 == NULL) && (then_action != NULL)) { order 566 lib/pacemaker/pcmk_sched_ordering.c order->task2 = strdup(then_action->uuid); order 569 lib/pacemaker/pcmk_sched_ordering.c if ((order->rsc1 == NULL) && (first_action != NULL)) { order 570 lib/pacemaker/pcmk_sched_ordering.c order->rsc1 = first_action->rsc; order 573 lib/pacemaker/pcmk_sched_ordering.c if ((order->rsc2 == NULL) && (then_action != NULL)) { order 574 lib/pacemaker/pcmk_sched_ordering.c order->rsc2 = then_action->rsc; order 579 lib/pacemaker/pcmk_sched_ordering.c pcmk__s(order->task1, "an underspecified action"), order 580 lib/pacemaker/pcmk_sched_ordering.c pcmk__s(order->task2, "an underspecified action")); order 583 lib/pacemaker/pcmk_sched_ordering.c order); order 584 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_migration_equivalents(order); order 1256 lib/pacemaker/pcmk_sched_ordering.c pcmk__action_relation_t *order) order 1261 lib/pacemaker/pcmk_sched_ordering.c CRM_CHECK((rsc != NULL) && (order != NULL), return); order 1263 lib/pacemaker/pcmk_sched_ordering.c flags = order->flags; order 1265 lib/pacemaker/pcmk_sched_ordering.c order->id, rsc->id); order 1267 lib/pacemaker/pcmk_sched_ordering.c if (order->action2 != NULL) { order 1268 lib/pacemaker/pcmk_sched_ordering.c then_actions = g_list_prepend(NULL, order->action2); order 1271 lib/pacemaker/pcmk_sched_ordering.c then_actions = find_actions_by_task(rsc, order->task2); order 1276 lib/pacemaker/pcmk_sched_ordering.c order->id, order->task2, rsc->id); order 1285 lib/pacemaker/pcmk_sched_ordering.c first_action->uuid, order->task2, rsc->id); order 1294 lib/pacemaker/pcmk_sched_ordering.c order->id, rsc->id); order 1308 lib/pacemaker/pcmk_sched_ordering.c order->task1, order->rsc1->id); order 1316 lib/pacemaker/pcmk_sched_ordering.c rsc_order_first(pcmk_resource_t *first_rsc, pcmk__action_relation_t *order) order 1319 lib/pacemaker/pcmk_sched_ordering.c pcmk_action_t *first_action = order->action1; order 1320 lib/pacemaker/pcmk_sched_ordering.c pcmk_resource_t *then_rsc = order->rsc2; order 1324 lib/pacemaker/pcmk_sched_ordering.c order->id, first_rsc->id); order 1330 lib/pacemaker/pcmk_sched_ordering.c first_actions = find_actions_by_task(first_rsc, order->task1); order 1336 lib/pacemaker/pcmk_sched_ordering.c order->id, order->task1, first_rsc->id); order 1343 lib/pacemaker/pcmk_sched_ordering.c parse_op_key(order->task1, NULL, &op_type, &interval_ms); order 1352 lib/pacemaker/pcmk_sched_ordering.c order->id, order->task1, first_rsc->id); order 1362 lib/pacemaker/pcmk_sched_ordering.c order->id, order->task1, first_rsc->id); order 1367 lib/pacemaker/pcmk_sched_ordering.c order->task1, first_rsc->id, order->id); order 1377 lib/pacemaker/pcmk_sched_ordering.c if (order->action2 == NULL) { order 1379 lib/pacemaker/pcmk_sched_ordering.c order->id); order 1382 lib/pacemaker/pcmk_sched_ordering.c then_rsc = order->action2->rsc; order 1388 lib/pacemaker/pcmk_sched_ordering.c order_actions(first_action, order->action2, order->flags); order 1391 lib/pacemaker/pcmk_sched_ordering.c order_resource_actions_after(first_action, then_rsc, order); order 1441 lib/pacemaker/pcmk_sched_ordering.c pcmk__action_relation_t *order = iter->data; order 1442 lib/pacemaker/pcmk_sched_ordering.c pcmk_resource_t *rsc = order->rsc1; order 1445 lib/pacemaker/pcmk_sched_ordering.c rsc_order_first(rsc, order); order 1449 lib/pacemaker/pcmk_sched_ordering.c rsc = order->rsc2; order 1451 lib/pacemaker/pcmk_sched_ordering.c order_resource_actions_after(order->action1, rsc, order); order 1455 lib/pacemaker/pcmk_sched_ordering.c order->id); order 1456 lib/pacemaker/pcmk_sched_ordering.c order_actions(order->action1, order->action2, order->flags); order 347 lib/pacemaker/pcmk_sched_probes.c pcmk__action_relation_t *order = iter->data; order 355 lib/pacemaker/pcmk_sched_probes.c if (order->flags == pcmk__ar_none) { order 360 lib/pacemaker/pcmk_sched_probes.c if ((order->rsc1 == NULL) || (order->rsc1 == order->rsc2)) { order 365 lib/pacemaker/pcmk_sched_probes.c first = order->action1; order 366 lib/pacemaker/pcmk_sched_probes.c then = order->action2; order 367 lib/pacemaker/pcmk_sched_probes.c if (((first == NULL) && (order->task1 == NULL)) order 368 lib/pacemaker/pcmk_sched_probes.c || ((then == NULL) && (order->task2 == NULL))) { order 377 lib/pacemaker/pcmk_sched_probes.c && !pcmk__ends_with(order->task1, order 386 lib/pacemaker/pcmk_sched_probes.c if ((order->rsc2 != NULL) && (order->rsc1->container == order->rsc2)) { order 392 lib/pacemaker/pcmk_sched_probes.c && pcmk__ends_with(order->task2, order 399 lib/pacemaker/pcmk_sched_probes.c if (pcmk_is_set(order->flags, pcmk__ar_if_first_unmigratable)) { order 403 lib/pacemaker/pcmk_sched_probes.c if (pcmk_is_set(order->flags, pcmk__ar_if_on_same_node)) { order 408 lib/pacemaker/pcmk_sched_probes.c if ((order->flags == pcmk__ar_if_required_on_same_node) order 409 lib/pacemaker/pcmk_sched_probes.c || (order->flags == pcmk__ar_if_on_same_node_or_target)) { order 410 lib/pacemaker/pcmk_sched_probes.c order_flags = order->flags; order 414 lib/pacemaker/pcmk_sched_probes.c probes = pe__resource_actions(order->rsc1, NULL, PCMK_ACTION_MONITOR, order 424 lib/pacemaker/pcmk_sched_probes.c } else if (order->rsc2 != NULL) { order 425 lib/pacemaker/pcmk_sched_probes.c then_actions = find_actions(order->rsc2->actions, order->task2, order 435 lib/pacemaker/pcmk_sched_probes.c ((first == NULL)? order->task1 : first->uuid), order 436 lib/pacemaker/pcmk_sched_probes.c ((then == NULL)? order->task2 : then->uuid), order 437 lib/pacemaker/pcmk_sched_probes.c order->id, order->flags); order 277 lib/pengine/status.c pcmk__action_relation_t *order = iterator->data; order 281 lib/pengine/status.c free(order->task1); order 282 lib/pengine/status.c free(order->task2); order 283 lib/pengine/status.c free(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)