ip                131 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                133 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
ip                134 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->allocate(replica->ip, prefer, data_set);
ip                218 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                219 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->create_actions(replica->ip, data_set);
ip                304 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                305 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->internal_constraints(replica->ip, data_set);
ip                308 lib/pacemaker/pcmk_sched_bundle.c             new_rsc_order(replica->ip, RSC_START, replica->container, RSC_START,
ip                310 lib/pacemaker/pcmk_sched_bundle.c             new_rsc_order(replica->container, RSC_STOP, replica->ip, RSC_STOP,
ip                313 lib/pacemaker/pcmk_sched_bundle.c             rsc_colocation_new("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                946 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                947 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->expand(replica->ip, data_set);
ip                974 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip                975 lib/pacemaker/pcmk_sched_bundle.c             any_created |= replica->ip->cmds->create_probe(replica->ip, node,
ip               1071 lib/pacemaker/pcmk_sched_bundle.c         if (replica->ip) {
ip               1072 lib/pacemaker/pcmk_sched_bundle.c             LogActions(replica->ip, data_set, terminal);
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               1379 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1493 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1539 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1540 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1569 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), options,
ip               1570 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1661 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1662 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1700 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1701 lib/pengine/bundle.c                              new_options, replica->ip, only_node, only_rsc);
ip               1802 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1803 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1833 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1834 lib/pengine/bundle.c                              new_options, replica->ip, only_node, only_rsc);
ip               1947 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1981 lib/pengine/bundle.c     if (replica->ip) {
ip               1982 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1983 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1984 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1985 lib/pengine/bundle.c         replica->ip = NULL;
ip               2073 lib/pengine/bundle.c         if (replica->ip) {
ip               2074 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2102 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;