PCMK_STONITH_HOST_CHECK 1050 daemons/fenced/fenced_commands.c     check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK);
PCMK_STONITH_HOST_CHECK 1300 daemons/fenced/fenced_commands.c         if (g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK) == NULL) {
PCMK_STONITH_HOST_CHECK 1302 daemons/fenced/fenced_commands.c             g_hash_table_replace(dev->params, strdup(PCMK_STONITH_HOST_CHECK),
PCMK_STONITH_HOST_CHECK 2215 daemons/fenced/fenced_commands.c         crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type);
PCMK_STONITH_HOST_CHECK 2216 daemons/fenced/fenced_commands.c         check_type = "Invalid " PCMK_STONITH_HOST_CHECK;
PCMK_STONITH_HOST_CHECK 1409 daemons/fenced/pacemaker-fenced.c         PCMK_STONITH_HOST_CHECK,NULL, "string", NULL, "dynamic-list", NULL,
PCMK_STONITH_HOST_CHECK  191 lib/common/agents.c                          PCMK_STONITH_HOST_CHECK,
PCMK_STONITH_HOST_CHECK   29 lib/common/tests/agents/pcmk_stonith_param_test.c     assert_true(pcmk_stonith_param(PCMK_STONITH_HOST_CHECK));