terminal         2480 pengine/allocate.c LogNodeActions(pe_working_set_t * data_set, gboolean terminal)
terminal         2511 pengine/allocate.c         } else if(terminal && action->reason) {
terminal         2513 pengine/allocate.c         } else if(terminal) {
terminal          155 pengine/allocate.h void LogNodeActions(pe_working_set_t * data_set, gboolean terminal);
terminal          156 pengine/allocate.h void LogActions(resource_t * rsc, pe_working_set_t * data_set, gboolean terminal);
terminal          157 pengine/allocate.h void container_LogActions(resource_t * rsc, pe_working_set_t * data_set, gboolean terminal);
terminal          947 pengine/container.c     resource_t * rsc, pe_working_set_t * data_set, gboolean terminal)
terminal          959 pengine/container.c             LogActions(tuple->ip, data_set, terminal);
terminal          962 pengine/container.c             LogActions(tuple->docker, data_set, terminal);
terminal          965 pengine/container.c             LogActions(tuple->remote, data_set, terminal);
terminal          968 pengine/container.c             LogActions(tuple->child, data_set, terminal);
terminal         2160 pengine/native.c         if(a && a->reason && terminal) {                          \
terminal         2164 pengine/native.c         } else if(terminal) {                                     \
terminal         2186 pengine/native.c LogAction(const char *change, resource_t *rsc, pe_node_t *origin, pe_node_t *destination, pe_action_t *action, pe_action_t *source, gboolean terminal)
terminal         2274 pengine/native.c     if(terminal) {
terminal         2286 pengine/native.c LogActions(resource_t * rsc, pe_working_set_t * data_set, gboolean terminal)
terminal         2301 pengine/native.c         container_LogActions(rsc, data_set, terminal);
terminal         2311 pengine/native.c             LogActions(child_rsc, data_set, terminal);
terminal         2400 pengine/native.c             LogAction("Migrate", rsc, current, next, start, NULL, terminal);
terminal         2403 pengine/native.c             LogAction("Reload", rsc, current, next, start, NULL, terminal);
terminal         2411 pengine/native.c                       (stop && stop->reason)? stop : start, terminal);
terminal         2416 pengine/native.c                       rsc, current, next, stop, NULL, terminal);
terminal         2419 pengine/native.c             LogAction("Recover", rsc, current, NULL, stop, NULL, terminal);
terminal         2423 pengine/native.c             LogAction("Restart", rsc, current, next, start, NULL, terminal);
terminal         2453 pengine/native.c                       (stop_op && stop_op->reason)? stop_op : start, terminal);
terminal         2460 pengine/native.c         LogAction("Recover", rsc, current, next, stop, start, terminal);
terminal         2464 pengine/native.c         LogAction("Move", rsc, current, next, stop, NULL, terminal);
terminal         2468 pengine/native.c         LogAction("Reload", rsc, current, next, start, NULL, terminal);
terminal         2471 pengine/native.c         LogAction("Restart", rsc, current, next, start, NULL, terminal);
terminal         2476 pengine/native.c         LogAction("Demote", rsc, current, next, demote, NULL, terminal);
terminal         2480 pengine/native.c         LogAction("Promote", rsc, current, next, promote, NULL, terminal);
terminal         2483 pengine/native.c         LogAction("Start", rsc, current, next, start, NULL, terminal);