attribute        1123 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute        1130 lib/pacemaker/pcmk_sched_colocation.c         attribute = colocation->node_attribute;
attribute        1134 lib/pacemaker/pcmk_sched_colocation.c         value = pe_node_attribute_raw(primary->allocated_to, attribute);
attribute        1154 lib/pacemaker/pcmk_sched_colocation.c         } else if (pcmk__str_eq(pe_node_attribute_raw(node, attribute), value,
attribute        1184 lib/pacemaker/pcmk_sched_colocation.c                          attribute);
attribute        1224 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute        1232 lib/pacemaker/pcmk_sched_colocation.c         attribute = colocation->node_attribute;
attribute        1235 lib/pacemaker/pcmk_sched_colocation.c     dependent_value = pe_node_attribute_raw(dependent->allocated_to, attribute);
attribute        1236 lib/pacemaker/pcmk_sched_colocation.c     primary_value = pe_node_attribute_raw(primary->allocated_to, attribute);