first_child       658 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *first_child = find_compatible_child(then_child,
first_child       662 lib/pacemaker/pcmk_sched_bundle.c         if (first_child == NULL && current) {
first_child       665 lib/pacemaker/pcmk_sched_bundle.c         } else if (first_child == NULL) {
first_child       691 lib/pacemaker/pcmk_sched_bundle.c             first_replica = replica_for_container(first->rsc, first_child,
first_child       702 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
first_child       722 lib/pacemaker/pcmk_sched_bundle.c                 if (!pcmk_is_set(first_child->flags, pe_rsc_orphan)
first_child       725 lib/pacemaker/pcmk_sched_bundle.c                             first_task, first_child->id);
first_child       729 lib/pacemaker/pcmk_sched_bundle.c                               first_task, first_child->id,
first_child       730 lib/pacemaker/pcmk_sched_bundle.c                               pcmk_is_set(first_child->flags, pe_rsc_orphan)? " (ORPHAN)" : "");
first_child       763 lib/pacemaker/pcmk_sched_bundle.c                     first_child->cmds->action_flags(first_action, node),
first_child       767 lib/pacemaker/pcmk_sched_bundle.c                         first_child->id, first_action,
first_child        38 lib/pacemaker/pcmk_sched_group.c     if (group_data->first_child == NULL) {
first_child        45 lib/pacemaker/pcmk_sched_group.c     rsc->role = group_data->first_child->role;
first_child        47 lib/pacemaker/pcmk_sched_group.c     group_data->first_child->rsc_cons =
first_child        48 lib/pacemaker/pcmk_sched_group.c         g_list_concat(group_data->first_child->rsc_cons, rsc->rsc_cons);
first_child        69 lib/pacemaker/pcmk_sched_group.c     rsc->next_role = group_data->first_child->next_role;
first_child       309 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       226 lib/pacemaker/pcmk_sched_utilization.c             pe_resource_t *first_child = (pe_resource_t *) rsc->children->data;
first_child       229 lib/pacemaker/pcmk_sched_utilization.c                          orig_rsc->id, ID(first_child->xml));
first_child       230 lib/pacemaker/pcmk_sched_utilization.c             add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc);
first_child       433 lib/pacemaker/pcmk_sched_utilization.c         if (group_data->first_child) {
first_child       434 lib/pacemaker/pcmk_sched_utilization.c             colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc);
first_child       463 lib/pacemaker/pcmk_sched_utilization.c         if (group_data->first_child &&
first_child       464 lib/pacemaker/pcmk_sched_utilization.c             pcmk_is_set(group_data->first_child->flags, pe_rsc_provisional) &&
first_child       465 lib/pacemaker/pcmk_sched_utilization.c             g_list_find(all_rscs, group_data->first_child) == FALSE) {
first_child       466 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;