RSC_STOP 1909 crmd/lrm.c if (safe_str_neq(operation, RSC_STOP)) { RSC_STOP 257 pengine/allocate.c if (safe_str_eq(task, RSC_STOP)) { RSC_STOP 1763 pengine/allocate.c if (lh_rsc->fns->state(lh_rsc, TRUE) == RSC_ROLE_STOPPED && safe_str_eq(op_type, RSC_STOP)) { RSC_STOP 2453 pengine/allocate.c && crm_str_eq(action->task, RSC_STOP, TRUE) RSC_STOP 693 pengine/clone.c } else if (safe_str_eq(RSC_STOP, action->task)) { RSC_STOP 866 pengine/clone.c stop = create_pseudo_resource_op(rsc, RSC_STOP, !child_stopping, TRUE, data_set); RSC_STOP 874 pengine/clone.c *stop_notify = create_notification_boundaries(rsc, RSC_STOP, stop, stopped, data_set); RSC_STOP 894 pengine/clone.c new_rsc_order(rsc, RSC_STOP, rsc, RSC_STOPPED, pe_order_runnable_left, data_set); RSC_STOP 897 pengine/clone.c new_rsc_order(rsc, RSC_DEMOTED, rsc, RSC_STOP, pe_order_optional, data_set); RSC_STOP 918 pengine/clone.c new_rsc_order(child_rsc, RSC_STOP, rsc, RSC_STOPPED, pe_order_implies_then_printed, RSC_STOP 111 pengine/constraints.c return RSC_STOP; RSC_STOP 113 pengine/constraints.c } else if (safe_str_eq(action, RSC_STOP)) { RSC_STOP 1408 pengine/constraints.c } else if (rh_migratable == TRUE && safe_str_eq(lh_task, RSC_STOP) && safe_str_eq(rh_task, RSC_STOP)) { RSC_STOP 1418 pengine/constraints.c custom_action_order(order->lh_rsc, generate_op_key(order->lh_rsc->id, RSC_STOP, 0), NULL, RSC_STOP 1425 pengine/constraints.c custom_action_order(order->lh_rsc, generate_op_key(order->lh_rsc->id, RSC_STOP, 0), NULL, RSC_STOP 1441 pengine/constraints.c } else if (safe_str_eq(lh_task, RSC_DEMOTE) && safe_str_eq(rh_task, RSC_STOP)) { RSC_STOP 1775 pengine/constraints.c if(safe_str_eq(RSC_STOP, action_1) || safe_str_eq(RSC_DEMOTE, action_1)) { RSC_STOP 259 pengine/container.c new_rsc_order(rsc, RSC_STOP, container_data->child, RSC_STOP, pe_order_implies_first_printed, data_set); RSC_STOP 266 pengine/container.c new_rsc_order(container_data->child, RSC_STOP, rsc, RSC_STOPPED, pe_order_implies_then_printed, data_set); RSC_STOP 285 pengine/container.c new_rsc_order(tuple->docker, RSC_STOP, rsc, RSC_STOPPED, pe_order_implies_then_printed, data_set); RSC_STOP 293 pengine/container.c new_rsc_order(tuple->docker, RSC_STOP, tuple->ip, RSC_STOP, RSC_STOP 657 pengine/container.c && crm_str_eq(first_task, RSC_STOP, TRUE) == FALSE RSC_STOP 673 pengine/container.c && crm_str_eq(then->task, RSC_STOP, TRUE) == FALSE RSC_STOP 435 pengine/graph.c && safe_str_eq(first->task, RSC_STOP) RSC_STOP 734 pengine/graph.c } else if (safe_str_neq(action->task, RSC_STOP)) { RSC_STOP 162 pengine/group.c if (safe_str_eq(RSC_STOP, action->task) && is_set(action->flags, pe_action_runnable)) { RSC_STOP 187 pengine/group.c new_rsc_order(rsc, RSC_STOP, rsc, RSC_STOPPED, pe_order_runnable_left, data_set); RSC_STOP 226 pengine/group.c new_rsc_order(child_rsc, RSC_STOP, rsc, RSC_STOPPED, stopped, data_set); RSC_STOP 285 pengine/group.c new_rsc_order(last_rsc, RSC_STOP, rsc, RSC_STOPPED, stop_stopped_flags, data_set); RSC_STOP 925 pengine/master.c new_rsc_order(rsc, RSC_DEMOTED, rsc, RSC_STOP, pe_order_optional, data_set); RSC_STOP 670 pengine/native.c if (safe_str_eq(name, RSC_STOP) RSC_STOP 884 pengine/native.c if (safe_str_eq(name, RSC_STOP) RSC_STOP 1110 pengine/native.c rsc, generate_op_key(rsc->id, RSC_STOP, 0), NULL, pe_order_optional | pe_order_implies_first_migratable, data_set); RSC_STOP 1361 pengine/native.c custom_action_order(rsc, generate_op_key(rsc->id, RSC_STOP, 0), NULL, RSC_STOP 1366 pengine/native.c rsc, generate_op_key(rsc->id, RSC_STOP, 0), NULL, RSC_STOP 1515 pengine/native.c custom_action_order(rsc, generate_op_key(rsc->id, RSC_STOP, 0), NULL, RSC_STOP 1516 pengine/native.c rsc->container, generate_op_key(rsc->container->id, RSC_STOP, 0), NULL, RSC_STOP 1900 pengine/native.c } else if ((then_rsc_role == RSC_ROLE_STOPPED) && safe_str_eq(then->task, RSC_STOP)) { RSC_STOP 2671 pengine/native.c new_rsc_order(rsc, RSC_STOP, rsc, RSC_DELETE, RSC_STOP 2964 pengine/native.c custom_action_order(remote, generate_op_key(remote->id, RSC_STOP, 0), NULL, RSC_STOP 3140 pengine/native.c action_t *parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); RSC_STOP 426 pengine/notif.c if (safe_str_eq(action, RSC_STOP)) { RSC_STOP 547 pengine/notif.c if (safe_str_eq(n_data->action, RSC_STOP)) { RSC_STOP 682 pengine/notif.c stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL); RSC_STOP 753 pengine/notif.c n_data = create_notification_boundaries(rsc, RSC_STOP, NULL, stonith_op, RSC_STOP 290 pengine/utils.c if(safe_str_eq(RSC_STOP, op->task)) { RSC_STOP 1026 tools/crm_resource_runtime.c char *key = crm_strdup_printf("%s_%s_0", rsc->id, RSC_STOP); RSC_STOP 1027 tools/crm_resource_runtime.c action_t *stop = custom_action(rsc, key, RSC_STOP, NULL, TRUE, FALSE, data_set);