input_node       1598 lib/pacemaker/pcmk_sched_graph.c         pe_node_t *input_node = input->action->node;
input_node       1608 lib/pacemaker/pcmk_sched_graph.c             if ((input_node == NULL) || (allocated == NULL)
input_node       1609 lib/pacemaker/pcmk_sched_graph.c                 || (input_node->details != allocated->details)) {
input_node       1615 lib/pacemaker/pcmk_sched_graph.c                           (input_node? input_node->details->uname : "<none>"));
input_node       1620 lib/pacemaker/pcmk_sched_graph.c         } else if ((input_node == NULL) || (action->node == NULL)
input_node       1621 lib/pacemaker/pcmk_sched_graph.c                    || (input_node->details != action->node->details)) {
input_node       1627 lib/pacemaker/pcmk_sched_graph.c                       (input_node? input_node->details->uname : "<none>"));