check_type        990 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
check_type        992 daemons/fenced/fenced_commands.c     check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK);
check_type        994 daemons/fenced/fenced_commands.c     if (check_type == NULL) {
check_type        997 daemons/fenced/fenced_commands.c             check_type = PCMK_VALUE_STATIC_LIST;
check_type        999 daemons/fenced/fenced_commands.c             check_type = PCMK_VALUE_STATIC_LIST;
check_type       1001 daemons/fenced/fenced_commands.c             check_type = PCMK_VALUE_DYNAMIC_LIST;
check_type       1003 daemons/fenced/fenced_commands.c             check_type = PCMK_VALUE_STATUS;
check_type       1005 daemons/fenced/fenced_commands.c             check_type = PCMK_VALUE_NONE;
check_type       1009 daemons/fenced/fenced_commands.c     return check_type;
check_type       2069 daemons/fenced/fenced_commands.c     const char *check_type = "Internal bug";
check_type       2084 daemons/fenced/fenced_commands.c         check_type = "No target";
check_type       2093 daemons/fenced/fenced_commands.c         check_type = "Agent does not support 'on'";
check_type       2098 daemons/fenced/fenced_commands.c         check_type = "This node is not allowed to execute action";
check_type       2103 daemons/fenced/fenced_commands.c     check_type = target_list_type(dev);
check_type       2105 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(check_type, PCMK_VALUE_NONE, pcmk__str_casei)) {
check_type       2108 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATIC_LIST,
check_type       2118 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, PCMK_VALUE_DYNAMIC_LIST,
check_type       2134 daemons/fenced/fenced_commands.c                       check_type, dev_id, target, action);
check_type       2148 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATUS, pcmk__str_casei)) {
check_type       2149 daemons/fenced/fenced_commands.c         int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout);
check_type       2159 daemons/fenced/fenced_commands.c                   check_type, dev_id, target, action);
check_type       2165 daemons/fenced/fenced_commands.c         crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type);
check_type       2166 daemons/fenced/fenced_commands.c         check_type = "Invalid " PCMK_STONITH_HOST_CHECK;
check_type       2174 daemons/fenced/fenced_commands.c              (alias == NULL)? "" : "')", check_type);
check_type        188 lib/pengine/remote.c     enum pcmk__check_parameters check_type; // What needs checking
check_type        207 lib/pengine/remote.c     check_op->check_type = flag;
check_type        231 lib/pengine/remote.c            check_op->check_type);