attribute        1046 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute        1053 lib/pacemaker/pcmk_sched_colocation.c         attribute = colocation->node_attribute;
attribute        1057 lib/pacemaker/pcmk_sched_colocation.c         value = pe_node_attribute_raw(primary->allocated_to, attribute);
attribute        1074 lib/pacemaker/pcmk_sched_colocation.c         } else if (pcmk__str_eq(pe_node_attribute_raw(node, attribute), value,
attribute        1087 lib/pacemaker/pcmk_sched_colocation.c                          colocation->score, attribute);
attribute        1128 lib/pacemaker/pcmk_sched_colocation.c     const char *attribute = CRM_ATTR_ID;
attribute        1136 lib/pacemaker/pcmk_sched_colocation.c         attribute = colocation->node_attribute;
attribute        1139 lib/pacemaker/pcmk_sched_colocation.c     dependent_value = pe_node_attribute_raw(dependent->allocated_to, attribute);
attribute        1140 lib/pacemaker/pcmk_sched_colocation.c     primary_value = pe_node_attribute_raw(primary->allocated_to, attribute);