ip                 30 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->priv->cmds->assign(replica->ip, prefer, stop_if_fail);
ip                174 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                175 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->create_actions(replica->ip);
ip                264 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                265 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->internal_constraints(replica->ip);
ip                268 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_starts(replica->ip, replica->container,
ip                271 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(replica->container, replica->ip,
ip                275 lib/pacemaker/pcmk_sched_bundle.c                              replica->ip, replica->container, NULL, NULL,
ip                755 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                756 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->apply_location(replica->ip, location);
ip                848 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                849 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->add_actions_to_graph(replica->ip);
ip                927 lib/pacemaker/pcmk_sched_bundle.c     if ((replica->ip != NULL)
ip                928 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->priv->cmds->create_probe(replica->ip,
ip               1021 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip               1022 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->output_actions(replica->ip);
ip                391 lib/pengine/bundle.c         if (pe__unpack_resource(xml_ip, &replica->ip, parent,
ip                397 lib/pengine/bundle.c                                                replica->ip);
ip               1331 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1417 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1430 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1431 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1480 lib/pengine/bundle.c             out->message(out, (const char *) ip->priv->xml->name, show_opts,
ip               1481 lib/pengine/bundle.c                          ip, only_node, only_rsc);
ip               1588 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1600 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1601 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1631 lib/pengine/bundle.c                 out->message(out, (const char *) ip->priv->xml->name,
ip               1632 lib/pengine/bundle.c                              new_show_opts, ip, only_node, only_rsc);
ip               1731 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1743 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1744 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1776 lib/pengine/bundle.c                 out->message(out, (const char *) ip->priv->xml->name,
ip               1777 lib/pengine/bundle.c                              new_show_opts, ip, only_node, only_rsc);
ip               1826 lib/pengine/bundle.c     if (replica->ip) {
ip               1827 lib/pengine/bundle.c         pcmk__xml_free(replica->ip->priv->xml);
ip               1828 lib/pengine/bundle.c         replica->ip->priv->xml = NULL;
ip               1829 lib/pengine/bundle.c         replica->ip->priv->fns->free(replica->ip);
ip               1914 lib/pengine/bundle.c         if (replica->ip) {
ip               1915 lib/pengine/bundle.c             replica->ip->priv->fns->count(replica->ip);
ip               1943 lib/pengine/bundle.c             pcmk_resource_t *ip = replica->ip;
ip               1948 lib/pengine/bundle.c             if ((ip != NULL)
ip               1949 lib/pengine/bundle.c                 && !ip->priv->fns->is_filtered(ip, only_rsc, FALSE)) {
ip                555 lib/pengine/tests/native/native_find_rsc_test.c     pcmk_resource_t *ip_0 = replica->ip;