check_type        980 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
check_type        982 daemons/fenced/fenced_commands.c     check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK);
check_type        984 daemons/fenced/fenced_commands.c     if (check_type == NULL) {
check_type        987 daemons/fenced/fenced_commands.c             check_type = "static-list";
check_type        989 daemons/fenced/fenced_commands.c             check_type = "static-list";
check_type        991 daemons/fenced/fenced_commands.c             check_type = "dynamic-list";
check_type        993 daemons/fenced/fenced_commands.c             check_type = "status";
check_type        995 daemons/fenced/fenced_commands.c             check_type = PCMK__VALUE_NONE;
check_type        999 daemons/fenced/fenced_commands.c     return check_type;
check_type       1973 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
check_type       2008 daemons/fenced/fenced_commands.c     check_type = target_list_type(dev);
check_type       2010 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(check_type, PCMK__VALUE_NONE, pcmk__str_casei)) {
check_type       2013 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "static-list", pcmk__str_casei)) {
check_type       2026 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "dynamic-list", pcmk__str_casei)) {
check_type       2038 daemons/fenced/fenced_commands.c                       check_type, dev->id, search->host, search->action);
check_type       2051 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "status", pcmk__str_casei)) {
check_type       2052 daemons/fenced/fenced_commands.c         int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout);
check_type       2060 daemons/fenced/fenced_commands.c                   check_type, dev->id, search->host, search->action);
check_type       2066 daemons/fenced/fenced_commands.c         crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type);
check_type       2067 daemons/fenced/fenced_commands.c         check_type = "Invalid " PCMK_STONITH_HOST_CHECK;
check_type       2073 daemons/fenced/fenced_commands.c                    check_type);
check_type       2077 daemons/fenced/fenced_commands.c                    check_type);
check_type        216 lib/pengine/remote.c     enum pe_check_parameters check_type; // What needs checking
check_type        234 lib/pengine/remote.c     check_op->check_type = flag;
check_type        256 lib/pengine/remote.c            check_op->check_type, data_set);