attribute         951 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute         958 lib/pacemaker/pcmk_sched_colocation.c         attribute = constraint->node_attribute;
attribute         962 lib/pacemaker/pcmk_sched_colocation.c         value = pe_node_attribute_raw(primary->allocated_to, attribute);
attribute         979 lib/pacemaker/pcmk_sched_colocation.c         } else if (pcmk__str_eq(pe_node_attribute_raw(node, attribute), value,
attribute         992 lib/pacemaker/pcmk_sched_colocation.c                          constraint->score, attribute);
attribute        1032 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute        1040 lib/pacemaker/pcmk_sched_colocation.c         attribute = constraint->node_attribute;
attribute        1043 lib/pacemaker/pcmk_sched_colocation.c     dependent_value = pe_node_attribute_raw(dependent->allocated_to, attribute);
attribute        1044 lib/pacemaker/pcmk_sched_colocation.c     primary_value = pe_node_attribute_raw(primary->allocated_to, attribute);