PCMK_STONITH_HOST_CHECK 1063 daemons/fenced/fenced_commands.c     check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK);
PCMK_STONITH_HOST_CHECK 1313 daemons/fenced/fenced_commands.c         if (g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK) == NULL) {
PCMK_STONITH_HOST_CHECK 1315 daemons/fenced/fenced_commands.c             pcmk__insert_dup(dev->params, PCMK_STONITH_HOST_CHECK,
PCMK_STONITH_HOST_CHECK 2235 daemons/fenced/fenced_commands.c         crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type);
PCMK_STONITH_HOST_CHECK 2236 daemons/fenced/fenced_commands.c         check_type = "Invalid " PCMK_STONITH_HOST_CHECK;
PCMK_STONITH_HOST_CHECK  191 lib/common/agents.c                          PCMK_STONITH_HOST_CHECK,
PCMK_STONITH_HOST_CHECK  595 lib/common/options.c         PCMK_STONITH_HOST_CHECK, NULL, PCMK_VALUE_SELECT,
PCMK_STONITH_HOST_CHECK   29 lib/common/tests/agents/pcmk_stonith_param_test.c     assert_true(pcmk_stonith_param(PCMK_STONITH_HOST_CHECK));