input_node       1603 lib/pacemaker/pcmk_sched_graph.c         pe_node_t *input_node = input->action->node;
input_node       1613 lib/pacemaker/pcmk_sched_graph.c             if ((input_node == NULL) || (allocated == NULL)
input_node       1614 lib/pacemaker/pcmk_sched_graph.c                 || (input_node->details != allocated->details)) {
input_node       1620 lib/pacemaker/pcmk_sched_graph.c                           (input_node? input_node->details->uname : "<none>"));
input_node       1625 lib/pacemaker/pcmk_sched_graph.c         } else if ((input_node == NULL) || (action->node == NULL)
input_node       1626 lib/pacemaker/pcmk_sched_graph.c                    || (input_node->details != action->node->details)) {
input_node       1632 lib/pacemaker/pcmk_sched_graph.c                       (input_node? input_node->details->uname : "<none>"));