first_child 656 lib/pacemaker/pcmk_sched_bundle.c pe_resource_t *first_child = find_compatible_child(then_child, first_child 660 lib/pacemaker/pcmk_sched_bundle.c if (first_child == NULL && current) { first_child 663 lib/pacemaker/pcmk_sched_bundle.c } else if (first_child == NULL) { first_child 689 lib/pacemaker/pcmk_sched_bundle.c first_replica = replica_for_container(first->rsc, first_child, first_child 700 lib/pacemaker/pcmk_sched_bundle.c first_action = find_first_action(first_child->actions, NULL, task2text(task), node); first_child 720 lib/pacemaker/pcmk_sched_bundle.c if (!pcmk_is_set(first_child->flags, pe_rsc_orphan) first_child 723 lib/pacemaker/pcmk_sched_bundle.c first_task, first_child->id); first_child 727 lib/pacemaker/pcmk_sched_bundle.c first_task, first_child->id, first_child 728 lib/pacemaker/pcmk_sched_bundle.c pcmk_is_set(first_child->flags, pe_rsc_orphan)? " (ORPHAN)" : ""); first_child 761 lib/pacemaker/pcmk_sched_bundle.c first_child->cmds->action_flags(first_action, node), first_child 765 lib/pacemaker/pcmk_sched_bundle.c first_child->id, first_action, first_child 39 lib/pacemaker/pcmk_sched_group.c member = group_data->first_child; first_child 103 lib/pacemaker/pcmk_sched_group.c if (group_data->first_child == NULL) { first_child 110 lib/pacemaker/pcmk_sched_group.c rsc->role = group_data->first_child->role; first_child 129 lib/pacemaker/pcmk_sched_group.c pe__set_next_role(rsc, group_data->first_child->next_role, first_child 381 lib/pacemaker/pcmk_sched_group.c group_data->first_child->cmds->rsc_colocation_lh(group_data->first_child, first_child 418 lib/pacemaker/pcmk_sched_group.c } else if (group_data->colocated && group_data->first_child) { first_child 427 lib/pacemaker/pcmk_sched_group.c group_data->first_child->cmds->rsc_colocation_rh(dependent, first_child 428 lib/pacemaker/pcmk_sched_group.c group_data->first_child, first_child 582 lib/pacemaker/pcmk_sched_group.c nodes = group_data->first_child->cmds->merge_weights(group_data->first_child, first_child 629 lib/pacemaker/pcmk_sched_group.c } else if (group_data->first_child != NULL) { first_child 633 lib/pacemaker/pcmk_sched_group.c child_rsc = group_data->first_child; first_child 237 lib/pacemaker/pcmk_sched_utilization.c pe_resource_t *first_child = (pe_resource_t *) rsc->children->data; first_child 240 lib/pacemaker/pcmk_sched_utilization.c orig_rsc->id, ID(first_child->xml)); first_child 241 lib/pacemaker/pcmk_sched_utilization.c add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc); first_child 381 lib/pacemaker/pcmk_sched_utilization.c if (group_data->first_child && first_child 382 lib/pacemaker/pcmk_sched_utilization.c pcmk_is_set(group_data->first_child->flags, pe_rsc_provisional) && first_child 383 lib/pacemaker/pcmk_sched_utilization.c g_list_find(all_rscs, group_data->first_child) == FALSE) { first_child 384 lib/pacemaker/pcmk_sched_utilization.c native_add_unallocated_utilization(all_utilization, group_data->first_child); first_child 110 lib/pengine/group.c group_data->first_child = NULL; first_child 145 lib/pengine/group.c if (group_data->first_child == NULL) { first_child 146 lib/pengine/group.c group_data->first_child = new_rsc; first_child 122 lib/pengine/variant.h pe_resource_t *first_child;