check_type       1046 daemons/fenced/fenced_commands.c     const char *check_type = NULL;
check_type       1048 daemons/fenced/fenced_commands.c     check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK);
check_type       1050 daemons/fenced/fenced_commands.c     if (check_type == NULL) {
check_type       1053 daemons/fenced/fenced_commands.c             check_type = "static-list";
check_type       1055 daemons/fenced/fenced_commands.c             check_type = "static-list";
check_type       1057 daemons/fenced/fenced_commands.c             check_type = "dynamic-list";
check_type       1059 daemons/fenced/fenced_commands.c             check_type = "status";
check_type       1061 daemons/fenced/fenced_commands.c             check_type = PCMK__VALUE_NONE;
check_type       1065 daemons/fenced/fenced_commands.c     return check_type;
check_type       2125 daemons/fenced/fenced_commands.c     const char *check_type = "Internal bug";
check_type       2140 daemons/fenced/fenced_commands.c         check_type = "No target";
check_type       2149 daemons/fenced/fenced_commands.c         check_type = "Agent does not support 'on'";
check_type       2154 daemons/fenced/fenced_commands.c         check_type = "This node is not allowed to execute action";
check_type       2159 daemons/fenced/fenced_commands.c     check_type = target_list_type(dev);
check_type       2161 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(check_type, PCMK__VALUE_NONE, pcmk__str_casei)) {
check_type       2164 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "static-list", pcmk__str_casei)) {
check_type       2172 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "dynamic-list", pcmk__str_casei)) {
check_type       2185 daemons/fenced/fenced_commands.c                       check_type, dev_id, target, action);
check_type       2199 daemons/fenced/fenced_commands.c     } else if (pcmk__str_eq(check_type, "status", pcmk__str_casei)) {
check_type       2200 daemons/fenced/fenced_commands.c         int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout);
check_type       2208 daemons/fenced/fenced_commands.c                   check_type, dev_id, target, action);
check_type       2214 daemons/fenced/fenced_commands.c         crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type);
check_type       2215 daemons/fenced/fenced_commands.c         check_type = "Invalid " PCMK_STONITH_HOST_CHECK;
check_type       2223 daemons/fenced/fenced_commands.c              (alias == NULL)? "" : "')", check_type);
check_type        221 lib/pengine/remote.c     enum pcmk__check_parameters check_type; // What needs checking
check_type        240 lib/pengine/remote.c     check_op->check_type = flag;
check_type        263 lib/pengine/remote.c            check_op->check_type);