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                879 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                880 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->rsc_location(replica->ip, constraint);
ip                954 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                955 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->expand(replica->ip, data_set);
ip                982 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                983 lib/pacemaker/pcmk_sched_bundle.c             any_created |= replica->ip->cmds->create_probe(replica->ip, node,
ip               1078 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip               1079 lib/pacemaker/pcmk_sched_bundle.c             LogActions(replica->ip, data_set);
ip                162 lib/pengine/bundle.c         if (!common_unpack(xml_ip, &replica->ip, parent, data_set)) {
ip                166 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1342 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1456 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1502 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1503 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1533 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), show_opts,
ip               1534 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1624 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1625 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1650 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1651 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1752 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1753 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1780 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1781 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1894 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1928 lib/pengine/bundle.c     if (replica->ip) {
ip               1929 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1930 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1931 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1932 lib/pengine/bundle.c         replica->ip = NULL;
ip               2020 lib/pengine/bundle.c         if (replica->ip) {
ip               2021 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2049 lib/pengine/bundle.c             if (replica->ip != NULL && !replica->ip->fns->is_filtered(replica->ip, only_rsc, FALSE)) {
ip                 48 lib/pengine/variant.h     pe_resource_t *ip;