health            634 lib/pacemaker/pcmk_output.c health(pcmk__output_t *out, va_list args)
health            653 lib/pacemaker/pcmk_output.c         return health(out, args);
health           2626 lib/pacemaker/pcmk_output.c     { "health", "default", health },
health            382 lib/pacemaker/pcmk_sched_nodes.c         int health = pe__sum_node_health_scores(node, base_health);
health            385 lib/pacemaker/pcmk_sched_nodes.c         if (health == 0) {
health            389 lib/pacemaker/pcmk_sched_nodes.c                  pcmk__node_name(node), health);
health            397 lib/pacemaker/pcmk_sched_nodes.c             if (health < 0) {
health            405 lib/pacemaker/pcmk_sched_nodes.c                 pcmk__new_location(strategy_str, rsc, health, NULL, node);
health             79 lib/pengine/pe_health.c         int *health = (int *) user_data;
health             81 lib/pengine/pe_health.c         *health = pcmk__add_scores(score, *health);
health             83 lib/pengine/pe_health.c                   (const char *) value, pcmk_readable_score(*health));
health           1707 lib/pengine/pe_output.c     int health = pe__node_health(node);
health           1756 lib/pengine/pe_output.c     if (health < 0) {
health           1761 lib/pengine/pe_output.c     } else if (health == 0) {
health           1916 lib/pengine/pe_output.c         int health = pe__node_health(node);
health           1928 lib/pengine/pe_output.c         if (health < 0) {
health           1930 lib/pengine/pe_output.c         } else if (health == 0) {
health           2001 lib/pengine/pe_output.c health_text(int health)
health           2003 lib/pengine/pe_output.c     if (health < 0) {
health           2005 lib/pengine/pe_output.c     } else if (health == 0) {
health           2055 lib/pengine/pe_output.c         const char *health = health_text(pe__node_health(node));
health           2075 lib/pengine/pe_output.c                                       PCMK_XA_HEALTH, health,
health             35 tools/crmadmin.c     gboolean health;
health             73 tools/crmadmin.c     { "health", 'H', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &options.health,
health            209 tools/crmadmin.c     if (options.health) {