first_child       668 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *first_child = find_compatible_child(then_child,
first_child       672 lib/pacemaker/pcmk_sched_bundle.c         if (first_child == NULL && current) {
first_child       675 lib/pacemaker/pcmk_sched_bundle.c         } else if (first_child == NULL) {
first_child       701 lib/pacemaker/pcmk_sched_bundle.c             first_replica = replica_for_container(first->rsc, first_child,
first_child       712 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
first_child       732 lib/pacemaker/pcmk_sched_bundle.c                 if (!pcmk_is_set(first_child->flags, pe_rsc_orphan)
first_child       735 lib/pacemaker/pcmk_sched_bundle.c                             first_task, first_child->id);
first_child       739 lib/pacemaker/pcmk_sched_bundle.c                               first_task, first_child->id,
first_child       740 lib/pacemaker/pcmk_sched_bundle.c                               pcmk_is_set(first_child->flags, pe_rsc_orphan)? " (ORPHAN)" : "");
first_child       773 lib/pacemaker/pcmk_sched_bundle.c                     first_child->cmds->action_flags(first_action, node),
first_child       777 lib/pacemaker/pcmk_sched_bundle.c                         first_child->id, first_action,
first_child        40 lib/pacemaker/pcmk_sched_group.c     if (group_data->first_child == NULL) {
first_child        47 lib/pacemaker/pcmk_sched_group.c     rsc->role = group_data->first_child->role;
first_child        49 lib/pacemaker/pcmk_sched_group.c     group_data->first_child->rsc_cons =
first_child        50 lib/pacemaker/pcmk_sched_group.c         g_list_concat(group_data->first_child->rsc_cons, rsc->rsc_cons);
first_child        72 lib/pacemaker/pcmk_sched_group.c     pe__set_next_role(rsc, group_data->first_child->next_role,
first_child       312 lib/pacemaker/pcmk_sched_group.c         group_data->first_child->cmds->rsc_colocation_lh(group_data->first_child,
first_child       349 lib/pacemaker/pcmk_sched_group.c     } else if (group_data->colocated && group_data->first_child) {
first_child       358 lib/pacemaker/pcmk_sched_group.c             group_data->first_child->cmds->rsc_colocation_rh(rsc_lh,
first_child       359 lib/pacemaker/pcmk_sched_group.c                                                              group_data->first_child,
first_child       513 lib/pacemaker/pcmk_sched_group.c         group_data->first_child->cmds->merge_weights(group_data->first_child, rhs, nodes, attr,
first_child       241 lib/pacemaker/pcmk_sched_utilization.c             pe_resource_t *first_child = (pe_resource_t *) rsc->children->data;
first_child       244 lib/pacemaker/pcmk_sched_utilization.c                          orig_rsc->id, ID(first_child->xml));
first_child       245 lib/pacemaker/pcmk_sched_utilization.c             add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc);
first_child       448 lib/pacemaker/pcmk_sched_utilization.c         if (group_data->first_child) {
first_child       449 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
first_child       478 lib/pacemaker/pcmk_sched_utilization.c         if (group_data->first_child &&
first_child       479 lib/pacemaker/pcmk_sched_utilization.c             pcmk_is_set(group_data->first_child->flags, pe_rsc_provisional) &&
first_child       480 lib/pacemaker/pcmk_sched_utilization.c             g_list_find(all_rscs, group_data->first_child) == FALSE) {
first_child       481 lib/pacemaker/pcmk_sched_utilization.c             native_add_unallocated_utilization(all_utilization, group_data->first_child);
first_child        36 lib/pengine/group.c     group_data->first_child = NULL;
first_child        71 lib/pengine/group.c             if (group_data->first_child == NULL) {
first_child        72 lib/pengine/group.c                 group_data->first_child = new_rsc;
first_child       122 lib/pengine/variant.h     pe_resource_t *first_child;