ip                104 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                106 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
ip                107 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->assign(replica->ip, prefer);
ip                189 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                190 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->create_actions(replica->ip);
ip                278 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                279 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->internal_constraints(replica->ip);
ip                282 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_starts(replica->ip, replica->container,
ip                284 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_stops(replica->container, replica->ip,
ip                287 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("ip-with-docker", NULL, INFINITY, replica->ip,
ip                906 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                907 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->apply_location(replica->ip, constraint);
ip                987 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                988 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->add_actions_to_graph(replica->ip);
ip               1023 lib/pacemaker/pcmk_sched_bundle.c         if ((replica->ip != NULL)
ip               1024 lib/pacemaker/pcmk_sched_bundle.c             && replica->ip->cmds->create_probe(replica->ip, node)) {
ip               1107 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip != NULL) {
ip               1108 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->output_actions(replica->ip);
ip                171 lib/pengine/bundle.c         if (pe__unpack_resource(xml_ip, &replica->ip, parent,
ip                176 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1102 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1211 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1257 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1258 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1288 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), show_opts,
ip               1289 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1379 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1380 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1405 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1406 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1507 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1508 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1535 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1536 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1657 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1691 lib/pengine/bundle.c     if (replica->ip) {
ip               1692 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1693 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1694 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1695 lib/pengine/bundle.c         replica->ip = NULL;
ip               1783 lib/pengine/bundle.c         if (replica->ip) {
ip               1784 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               1812 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                 45 lib/pengine/variant.h     pe_resource_t *ip;