check_type 1048 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1050 daemons/fenced/fenced_commands.c check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK); check_type 1052 daemons/fenced/fenced_commands.c if (check_type == NULL) { check_type 1055 daemons/fenced/fenced_commands.c check_type = "static-list"; check_type 1057 daemons/fenced/fenced_commands.c check_type = "static-list"; check_type 1059 daemons/fenced/fenced_commands.c check_type = "dynamic-list"; check_type 1061 daemons/fenced/fenced_commands.c check_type = "status"; check_type 1063 daemons/fenced/fenced_commands.c check_type = PCMK__VALUE_NONE; check_type 1067 daemons/fenced/fenced_commands.c return check_type; check_type 2127 daemons/fenced/fenced_commands.c const char *check_type = "Internal bug"; check_type 2142 daemons/fenced/fenced_commands.c check_type = "No target"; check_type 2151 daemons/fenced/fenced_commands.c check_type = "Agent does not support 'on'"; check_type 2156 daemons/fenced/fenced_commands.c check_type = "This node is not allowed to execute action"; check_type 2161 daemons/fenced/fenced_commands.c check_type = target_list_type(dev); check_type 2163 daemons/fenced/fenced_commands.c if (pcmk__str_eq(check_type, PCMK__VALUE_NONE, pcmk__str_casei)) { check_type 2166 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "static-list", pcmk__str_casei)) { check_type 2174 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "dynamic-list", pcmk__str_casei)) { check_type 2186 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2200 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "status", pcmk__str_casei)) { check_type 2201 daemons/fenced/fenced_commands.c int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout); check_type 2209 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2215 daemons/fenced/fenced_commands.c crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type); check_type 2216 daemons/fenced/fenced_commands.c check_type = "Invalid " PCMK_STONITH_HOST_CHECK; check_type 2224 daemons/fenced/fenced_commands.c (alias == NULL)? "" : "')", check_type); check_type 218 lib/pengine/remote.c enum pe_check_parameters check_type; // What needs checking check_type 237 lib/pengine/remote.c check_op->check_type = flag; check_type 259 lib/pengine/remote.c check_op->check_type);