ip                523 include/crm/pengine/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                269 lib/pacemaker/pcmk_sched_bundle.c         pcmk__new_colocation("#ip-with-container", NULL, INFINITY, replica->ip,
ip                733 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                734 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->apply_location(replica->ip, location);
ip                826 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip                827 lib/pacemaker/pcmk_sched_bundle.c         replica->ip->cmds->add_actions_to_graph(replica->ip);
ip                906 lib/pacemaker/pcmk_sched_bundle.c     if ((replica->ip != NULL)
ip                907 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->cmds->create_probe(replica->ip, probe_data->node)) {
ip                999 lib/pacemaker/pcmk_sched_bundle.c     if (replica->ip != NULL) {
ip               1000 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               1329 lib/pengine/bundle.c         rsc_active = replica_resource_active(replica->ip, all);
ip               1440 lib/pengine/bundle.c         print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1489 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1490 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1525 lib/pengine/bundle.c             out->message(out, crm_map_element_name(replica->ip->xml), show_opts,
ip               1526 lib/pengine/bundle.c                          replica->ip, only_node, only_rsc);
ip               1641 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1642 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1668 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1669 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1775 lib/pengine/bundle.c         print_ip = replica->ip != NULL &&
ip               1776 lib/pengine/bundle.c                    !replica->ip->fns->is_filtered(replica->ip, only_rsc, print_everything);
ip               1804 lib/pengine/bundle.c                 out->message(out, crm_map_element_name(replica->ip->xml),
ip               1805 lib/pengine/bundle.c                              new_show_opts, replica->ip, only_node, only_rsc);
ip               1927 lib/pengine/bundle.c             print_rsc_in_list(replica->ip, child_text, options, print_data);
ip               1961 lib/pengine/bundle.c     if (replica->ip) {
ip               1962 lib/pengine/bundle.c         free_xml(replica->ip->xml);
ip               1963 lib/pengine/bundle.c         replica->ip->xml = NULL;
ip               1964 lib/pengine/bundle.c         replica->ip->fns->free(replica->ip);
ip               1965 lib/pengine/bundle.c         replica->ip = NULL;
ip               2053 lib/pengine/bundle.c         if (replica->ip) {
ip               2054 lib/pengine/bundle.c             replica->ip->fns->count(replica->ip);
ip               2083 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;