first_child 44 lib/pengine/group.c group_data->first_child = NULL; first_child 76 lib/pengine/group.c if (group_data->first_child == NULL) { first_child 77 lib/pengine/group.c group_data->first_child = new_rsc; first_child 134 lib/pengine/variant.h resource_t *first_child; first_child 601 pengine/container.c resource_t *first_child = find_compatible_child(then_child, first->rsc, RSC_ROLE_UNKNOWN, current); first_child 602 pengine/container.c if (first_child == NULL && current) { first_child 605 pengine/container.c } else if (first_child == NULL) { first_child 628 pengine/container.c container_grouping_t *first_tuple = tuple_for_docker(first->rsc, first_child, node); first_child 639 pengine/container.c first_action = find_first_action(first_child->actions, NULL, task2text(task), node); first_child 656 pengine/container.c if (is_not_set(first_child->flags, pe_rsc_orphan) first_child 660 pengine/container.c first_task, first_child->id); first_child 664 pengine/container.c first_task, first_child->id, first_child 665 pengine/container.c is_set(first_child->flags, pe_rsc_orphan) ? " (ORPHAN)" : ""); first_child 694 pengine/container.c first_child->cmds->action_flags(first_action, node), first_child 698 pengine/container.c first_child->id, first_action, first_child 49 pengine/group.c if (group_data->first_child == NULL) { first_child 56 pengine/group.c rsc->role = group_data->first_child->role; first_child 58 pengine/group.c group_data->first_child->rsc_cons = first_child 59 pengine/group.c g_list_concat(group_data->first_child->rsc_cons, rsc->rsc_cons); first_child 79 pengine/group.c rsc->next_role = group_data->first_child->next_role; first_child 315 pengine/group.c group_data->first_child->cmds->rsc_colocation_lh(group_data->first_child, rsc_rh, first_child 347 pengine/group.c } else if (group_data->colocated && group_data->first_child) { first_child 354 pengine/group.c group_data->first_child->cmds->rsc_colocation_rh(rsc_lh, group_data->first_child, first_child 499 pengine/group.c group_data->first_child->cmds->merge_weights(group_data->first_child, rhs, nodes, attr, first_child 235 pengine/utilization.c resource_t *first_child = (resource_t *) rsc->children->data; first_child 238 pengine/utilization.c orig_rsc->id, ID(first_child->xml)); first_child 239 pengine/utilization.c add_unallocated_utilization(all_utilization, first_child, all_rscs, orig_rsc); first_child 442 pengine/utilization.c if (group_data->first_child) { first_child 443 pengine/utilization.c colocated_rscs = find_colocated_rscs(colocated_rscs, group_data->first_child, orig_rsc); first_child 472 pengine/utilization.c if (group_data->first_child && first_child 473 pengine/utilization.c is_set(group_data->first_child->flags, pe_rsc_provisional) && first_child 474 pengine/utilization.c g_list_find(all_rscs, group_data->first_child) == FALSE) { first_child 475 pengine/utilization.c native_add_unallocated_utilization(all_utilization, group_data->first_child);