ip                134 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                136 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
ip                137 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->allocate(replica->ip, prefer, data_set);
ip                221 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                222 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->create_actions(replica->ip, data_set);
ip                307 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                308 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->internal_constraints(replica->ip, data_set);
ip                311 lib/pacemaker/pcmk_sched_bundle.c             new_rsc_order(replica->ip, RSC_START, replica->container, RSC_START,
ip                313 lib/pacemaker/pcmk_sched_bundle.c             new_rsc_order(replica->container, RSC_STOP, replica->ip, RSC_STOP,
ip                316 lib/pacemaker/pcmk_sched_bundle.c             pcmk__new_colocation("ip-with-docker", NULL, INFINITY, replica->ip,
ip                891 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                892 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->rsc_location(replica->ip, constraint);
ip                966 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                967 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->expand(replica->ip, data_set);
ip                994 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                995 lib/pacemaker/pcmk_sched_bundle.c             any_created |= replica->ip->cmds->create_probe(replica->ip, node,
ip               1090 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip               1091 lib/pacemaker/pcmk_sched_bundle.c             LogActions(replica->ip, data_set);
ip                161 lib/pengine/bundle.c         if (!common_unpack(xml_ip, &replica->ip, parent, data_set)) {
ip                165 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1348 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1462 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1508 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1509 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1538 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), options,
ip               1539 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1630 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1631 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1669 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1670 lib/pengine/bundle.c                              new_options, replica->ip, only_node, only_rsc);
ip               1771 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1772 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1802 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1803 lib/pengine/bundle.c                              new_options, replica->ip, only_node, only_rsc);
ip               1916 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1950 lib/pengine/bundle.c     if (replica->ip) {
ip               1951 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1952 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1953 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1954 lib/pengine/bundle.c         replica->ip = NULL;
ip               2042 lib/pengine/bundle.c         if (replica->ip) {
ip               2043 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2071 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;