check_type 1026 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1028 daemons/fenced/fenced_commands.c check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK); check_type 1030 daemons/fenced/fenced_commands.c if (check_type == NULL) { check_type 1033 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1035 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1037 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_DYNAMIC_LIST; check_type 1039 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATUS; check_type 1041 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_NONE; check_type 1045 daemons/fenced/fenced_commands.c return check_type; check_type 2090 daemons/fenced/fenced_commands.c const char *check_type = "Internal bug"; check_type 2105 daemons/fenced/fenced_commands.c check_type = "No target"; check_type 2114 daemons/fenced/fenced_commands.c check_type = "Agent does not support 'on'"; check_type 2119 daemons/fenced/fenced_commands.c check_type = "This node is not allowed to execute action"; check_type 2124 daemons/fenced/fenced_commands.c check_type = target_list_type(dev); check_type 2126 daemons/fenced/fenced_commands.c if (pcmk__str_eq(check_type, PCMK_VALUE_NONE, pcmk__str_casei)) { check_type 2129 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATIC_LIST, check_type 2139 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_DYNAMIC_LIST, check_type 2153 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2167 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATUS, pcmk__str_casei)) { check_type 2168 daemons/fenced/fenced_commands.c int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout); check_type 2178 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2184 daemons/fenced/fenced_commands.c crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type); check_type 2185 daemons/fenced/fenced_commands.c check_type = "Invalid " PCMK_STONITH_HOST_CHECK; check_type 2193 daemons/fenced/fenced_commands.c (alias == NULL)? "" : "')", check_type); check_type 347 lib/common/scheduler.c enum pcmk__check_parameters check_type; // What needs checking check_type 373 lib/common/scheduler.c param_check->check_type = flag; check_type 399 lib/common/scheduler.c param_check->check_type);