ip                 71 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                 73 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
ip                 74 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->assign(replica->ip, prefer);
ip                156 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                157 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->create_actions(replica->ip);
ip                245 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                246 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->internal_constraints(replica->ip);
ip                249 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_starts(replica->ip, replica->container,
ip                251 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_stops(replica->container, replica->ip,
ip                254 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("ip-with-docker", NULL, INFINITY, replica->ip,
ip                626 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                627 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->apply_location(replica->ip, constraint);
ip                707 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                708 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->add_actions_to_graph(replica->ip);
ip                743 lib/pacemaker/pcmk_sched_bundle.c         if ((replica->ip != NULL)
ip                744 lib/pacemaker/pcmk_sched_bundle.c             && replica->ip->cmds->create_probe(replica->ip, node)) {
ip                827 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip != NULL) {
ip                828 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->output_actions(replica->ip);
ip                205 lib/pengine/bundle.c         if (pe__unpack_resource(xml_ip, &replica->ip, parent,
ip                210 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1137 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1247 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1295 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1296 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1330 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), show_opts,
ip               1331 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1445 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1446 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1472 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1473 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1578 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1579 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1607 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1608 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1730 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1764 lib/pengine/bundle.c     if (replica->ip) {
ip               1765 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1766 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1767 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1768 lib/pengine/bundle.c         replica->ip = NULL;
ip               1856 lib/pengine/bundle.c         if (replica->ip) {
ip               1857 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               1886 lib/pengine/bundle.c             if (replica->ip != NULL && !replica->ip->fns->is_filtered(replica->ip, only_rsc, FALSE)) {
ip                444 lib/pengine/tests/native/native_find_rsc_test.c     ip_0 = replica_0->ip;
ip                 19 lib/pengine/variant.h     pe_resource_t *ip;