on_node            97 daemons/controld/controld_te_actions.c     const char *on_node = NULL;
on_node           105 daemons/controld/controld_te_actions.c     on_node = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
on_node           109 daemons/controld/controld_te_actions.c         router_node = on_node;
on_node           119 daemons/controld/controld_te_actions.c     CRM_CHECK(on_node != NULL && strlen(on_node) != 0,
on_node           134 daemons/controld/controld_te_actions.c              (no_wait? " without waiting" : ""), crm_str(task), on_node);
on_node           169 daemons/controld/controld_te_actions.c                     action->id, task, on_node, action->timeout, graph->network_delay);
on_node           284 daemons/controld/controld_te_actions.c     const char *on_node = NULL;
on_node           292 daemons/controld/controld_te_actions.c     on_node = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
on_node           294 daemons/controld/controld_te_actions.c     CRM_CHECK(on_node != NULL && strlen(on_node) != 0,
on_node           304 daemons/controld/controld_te_actions.c         router_node = on_node;
on_node           321 daemons/controld/controld_te_actions.c                task, task_uuid, (is_local? " locally" : ""), on_node,
on_node           369 daemons/controld/controld_te_actions.c                   action->id, task, task_uuid, on_node, action->timeout);
on_node           373 daemons/controld/controld_te_actions.c                     action->id, task, task_uuid, on_node, action->timeout, graph->network_delay);
on_node           677 daemons/controld/controld_te_callbacks.c     const char *on_node = NULL;
on_node           688 daemons/controld/controld_te_callbacks.c     on_node = crm_element_value(timer->action->xml, XML_LRM_ATTR_TARGET);
on_node           694 daemons/controld/controld_te_callbacks.c                    (on_node? on_node : ""), (task? task : "unknown action"),
on_node           701 daemons/controld/controld_te_callbacks.c                 (on_node? on_node : ""), (task? task : "unknown action"),
on_node           403 include/crm/pengine/internal.h extern pe_action_t *custom_action(pe_resource_t * rsc, char *key, const char *task, pe_node_t * on_node,
on_node           456 include/crm/pengine/internal.h                                       pe_node_t * on_node);
on_node           460 include/crm/pengine/internal.h extern GListPtr find_actions(GListPtr input, const char *key, const pe_node_t *on_node);
on_node           462 include/crm/pengine/internal.h                           const pe_node_t *on_node);
on_node           261 lib/pengine/native.c native_find_rsc(pe_resource_t * rsc, const char *id, const pe_node_t *on_node,
on_node           292 lib/pengine/native.c     if (match && on_node) {
on_node           293 lib/pengine/native.c         bool match_node = rsc_is_on_node(rsc, on_node, flags);
on_node           307 lib/pengine/native.c         result = rsc->fns->find_rsc(child, id, on_node, flags);
on_node           466 lib/pengine/utils.c               pe_node_t * on_node, gboolean optional, gboolean save_action,
on_node           476 lib/pengine/utils.c         possible_matches = find_actions(rsc->actions, key, on_node);
on_node           482 lib/pengine/utils.c         possible_matches = find_actions(data_set->actions, key, on_node);
on_node           494 lib/pengine/utils.c                     on_node ? on_node->details->uname : "<NULL>", g_list_length(possible_matches));
on_node           501 lib/pengine/utils.c                      (on_node? on_node->details->uname : "no node"));
on_node           511 lib/pengine/utils.c                          (on_node? on_node->details->uname : "no node"));
on_node           522 lib/pengine/utils.c         if (on_node) {
on_node           523 lib/pengine/utils.c             action->node = pe__copy_node(on_node);
on_node          1503 lib/pengine/utils.c find_first_action(GListPtr input, const char *uuid, const char *task, pe_node_t * on_node)
on_node          1518 lib/pengine/utils.c         } else if (on_node == NULL) {
on_node          1524 lib/pengine/utils.c         } else if (on_node->details == action->node->details) {
on_node          1533 lib/pengine/utils.c find_actions(GListPtr input, const char *key, const pe_node_t *on_node)
on_node          1547 lib/pengine/utils.c         } else if (on_node == NULL) {
on_node          1553 lib/pengine/utils.c                       key, on_node->details->uname);
on_node          1555 lib/pengine/utils.c             action->node = pe__copy_node(on_node);
on_node          1558 lib/pengine/utils.c         } else if (on_node->details == action->node->details) {
on_node          1559 lib/pengine/utils.c             crm_trace("Action %s on %s matches", key, on_node->details->uname);
on_node          1565 lib/pengine/utils.c                       on_node->details->uname);
on_node          1573 lib/pengine/utils.c find_actions_exact(GList *input, const char *key, const pe_node_t *on_node)
on_node          1579 lib/pengine/utils.c     if (on_node == NULL) {
on_node          1595 lib/pengine/utils.c         } else if (!pcmk__str_eq(on_node->details->id, action->node->details->id, pcmk__str_casei)) {
on_node          1597 lib/pengine/utils.c                       key, on_node->details->id, action->node->details->id);