stop_node         933 pengine/native.c         node_t *stop_node = (node_t *) gIter->data;
stop_node         934 pengine/native.c         const char *stop_node_uname = stop_node->details->uname;
stop_node         953 pengine/native.c         possible_matches = find_actions_exact(rsc->actions, key, stop_node);
stop_node         965 pengine/native.c         stopped_mon = custom_action(rsc, strdup(key), name, stop_node, is_optional, TRUE, data_set);
stop_node         973 pengine/native.c             GListPtr probes = find_actions(rsc->actions, probe_key, stop_node);
stop_node         980 pengine/native.c                 crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname);
stop_node         992 pengine/native.c         stop_ops = find_actions_exact(rsc->actions, stop_op_key, stop_node);
stop_node        1031 pengine/native.c         if (stop_node->details->online == FALSE || stop_node->details->unclean) {