ip                 30 include/crm/common/bundles_internal.h     pcmk_resource_t *ip;        //!< IP address resource for ipaddr
ip                 47 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                 49 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->ip->id);
ip                 50 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->assign(replica->ip, prefer, stop_if_fail);
ip                176 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                177 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->create_actions(replica->ip);
ip                266 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                267 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->internal_constraints(replica->ip);
ip                270 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_starts(replica->ip, replica->container,
ip                273 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(replica->container, replica->ip,
ip                277 lib/pacemaker/pcmk_sched_bundle.c                              replica->ip, replica->container, NULL, NULL,
ip                757 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                758 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->apply_location(replica->ip, location);
ip                850 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                851 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->add_actions_to_graph(replica->ip);
ip                934 lib/pacemaker/pcmk_sched_bundle.c     if ((replica->ip != NULL)
ip                935 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->priv->cmds->create_probe(replica->ip,
ip               1028 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip               1029 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->priv->cmds->output_actions(replica->ip);
ip                394 lib/pengine/bundle.c         if (pe__unpack_resource(xml_ip, &replica->ip, parent,
ip                400 lib/pengine/bundle.c                                                replica->ip);
ip               1335 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1421 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1434 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1435 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1484 lib/pengine/bundle.c             out->message(out, (const char *) ip->priv->xml->name, show_opts,
ip               1485 lib/pengine/bundle.c                          ip, only_node, only_rsc);
ip               1592 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1604 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1605 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1635 lib/pengine/bundle.c                 out->message(out, (const char *) ip->priv->xml->name,
ip               1636 lib/pengine/bundle.c                              new_show_opts, ip, only_node, only_rsc);
ip               1735 lib/pengine/bundle.c         pcmk_resource_t *ip = replica->ip;
ip               1747 lib/pengine/bundle.c         print_ip = (ip != NULL)
ip               1748 lib/pengine/bundle.c                    && !ip->priv->fns->is_filtered(ip, only_rsc,
ip               1780 lib/pengine/bundle.c                 out->message(out, (const char *) ip->priv->xml->name,
ip               1781 lib/pengine/bundle.c                              new_show_opts, ip, only_node, only_rsc);
ip               1830 lib/pengine/bundle.c     if (replica->ip) {
ip               1831 lib/pengine/bundle.c         pcmk__xml_free(replica->ip->priv->xml);
ip               1832 lib/pengine/bundle.c         replica->ip->priv->xml = NULL;
ip               1833 lib/pengine/bundle.c         pcmk__free_resource(replica->ip);
ip               1918 lib/pengine/bundle.c         if (replica->ip) {
ip               1919 lib/pengine/bundle.c             replica->ip->priv->fns->count(replica->ip);
ip               1947 lib/pengine/bundle.c             pcmk_resource_t *ip = replica->ip;
ip               1952 lib/pengine/bundle.c             if ((ip != NULL)
ip               1953 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;