check_type 1055 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1057 daemons/fenced/fenced_commands.c check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK); check_type 1059 daemons/fenced/fenced_commands.c if (check_type == NULL) { check_type 1062 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1064 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1066 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_DYNAMIC_LIST; check_type 1068 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATUS; check_type 1070 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_NONE; check_type 1074 daemons/fenced/fenced_commands.c return check_type; check_type 2133 daemons/fenced/fenced_commands.c const char *check_type = "Internal bug"; check_type 2148 daemons/fenced/fenced_commands.c check_type = "No target"; check_type 2157 daemons/fenced/fenced_commands.c check_type = "Agent does not support 'on'"; check_type 2162 daemons/fenced/fenced_commands.c check_type = "This node is not allowed to execute action"; check_type 2167 daemons/fenced/fenced_commands.c check_type = target_list_type(dev); check_type 2169 daemons/fenced/fenced_commands.c if (pcmk__str_eq(check_type, PCMK_VALUE_NONE, pcmk__str_casei)) { check_type 2172 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATIC_LIST, check_type 2182 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_DYNAMIC_LIST, check_type 2198 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2212 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATUS, pcmk__str_casei)) { check_type 2213 daemons/fenced/fenced_commands.c int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout); check_type 2223 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2229 daemons/fenced/fenced_commands.c crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type); check_type 2230 daemons/fenced/fenced_commands.c check_type = "Invalid " PCMK_STONITH_HOST_CHECK; check_type 2238 daemons/fenced/fenced_commands.c (alias == NULL)? "" : "')", check_type); check_type 185 lib/pengine/remote.c enum pcmk__check_parameters check_type; // What needs checking check_type 204 lib/pengine/remote.c check_op->check_type = flag; check_type 227 lib/pengine/remote.c check_op->check_type);