ip                 97 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                 99 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
ip                100 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->allocate(replica->ip, prefer, data_set);
ip                184 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                185 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->create_actions(replica->ip, data_set);
ip                283 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                284 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->internal_constraints(replica->ip, data_set);
ip                287 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_starts(replica->ip, replica->container,
ip                290 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_stops(replica->container, replica->ip,
ip                294 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("ip-with-docker", NULL, INFINITY, replica->ip,
ip                881 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                882 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->rsc_location(replica->ip, constraint);
ip                957 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                958 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->expand(replica->ip, data_set);
ip                985 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                986 lib/pacemaker/pcmk_sched_bundle.c             any_created |= replica->ip->cmds->create_probe(replica->ip, node,
ip               1081 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip != NULL) {
ip               1082 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->output_actions(replica->ip);
ip                163 lib/pengine/bundle.c         if (!common_unpack(xml_ip, &replica->ip, parent, data_set)) {
ip                167 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1365 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1479 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1525 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1526 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1556 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), show_opts,
ip               1557 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1647 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1648 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1673 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1674 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1775 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1776 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1803 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1804 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1917 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1951 lib/pengine/bundle.c     if (replica->ip) {
ip               1952 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1953 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1954 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1955 lib/pengine/bundle.c         replica->ip = NULL;
ip               2043 lib/pengine/bundle.c         if (replica->ip) {
ip               2044 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2072 lib/pengine/bundle.c             if (replica->ip != NULL && !replica->ip->fns->is_filtered(replica->ip, only_rsc, FALSE)) {
ip                449 lib/pengine/tests/native/native_find_rsc_test.c     ip_0 = replica_0->ip;
ip                 48 lib/pengine/variant.h     pe_resource_t *ip;