ip                 28 include/crm/common/bundles_internal.h     pcmk_resource_t *ip;        //!< IP address resource for ipaddr
ip                 45 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                 47 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->ip->id);
ip                 48 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->assign(replica->ip, prefer, stop_if_fail);
ip                169 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                170 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->create_actions(replica->ip);
ip                259 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                260 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->internal_constraints(replica->ip);
ip                263 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_starts(replica->ip, replica->container,
ip                266 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(replica->container, replica->ip,
ip                270 lib/pacemaker/pcmk_sched_bundle.c                              replica->ip, replica->container, NULL, NULL,
ip                740 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                741 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->apply_location(replica->ip, location);
ip                829 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                830 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->add_actions_to_graph(replica->ip);
ip                909 lib/pacemaker/pcmk_sched_bundle.c     if ((replica->ip != NULL)
ip                910 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->cmds->create_probe(replica->ip, probe_data->node)) {
ip               1003 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip               1004 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->output_actions(replica->ip);
ip                398 lib/pengine/bundle.c         if (pe__unpack_resource(xml_ip, &replica->ip, parent,
ip                403 lib/pengine/bundle.c         parent->children = g_list_append(parent->children, replica->ip);
ip               1364 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1477 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1526 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1527 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1571 lib/pengine/bundle.c             out->message(out, (const char *) replica->ip->xml->name, show_opts,
ip               1572 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1688 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1689 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1715 lib/pengine/bundle.c                 out->message(out, (const char *) replica->ip->xml->name,
ip               1716 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1827 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1828 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1856 lib/pengine/bundle.c                 out->message(out, (const char *) replica->ip->xml->name,
ip               1857 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1983 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               2017 lib/pengine/bundle.c     if (replica->ip) {
ip               2018 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               2019 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               2020 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               2021 lib/pengine/bundle.c         replica->ip = NULL;
ip               2108 lib/pengine/bundle.c         if (replica->ip) {
ip               2109 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2138 lib/pengine/bundle.c             if (replica->ip != NULL && !replica->ip->fns->is_filtered(replica->ip, only_rsc, FALSE)) {
ip                544 lib/pengine/tests/native/native_find_rsc_test.c     pcmk_resource_t *ip_0 = replica->ip;