check_type 1061 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1063 daemons/fenced/fenced_commands.c check_type = g_hash_table_lookup(dev->params, PCMK_STONITH_HOST_CHECK); check_type 1065 daemons/fenced/fenced_commands.c if (check_type == NULL) { check_type 1068 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1070 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATIC_LIST; check_type 1072 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_DYNAMIC_LIST; check_type 1074 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_STATUS; check_type 1076 daemons/fenced/fenced_commands.c check_type = PCMK_VALUE_NONE; check_type 1080 daemons/fenced/fenced_commands.c return check_type; check_type 2139 daemons/fenced/fenced_commands.c const char *check_type = "Internal bug"; check_type 2154 daemons/fenced/fenced_commands.c check_type = "No target"; check_type 2163 daemons/fenced/fenced_commands.c check_type = "Agent does not support 'on'"; check_type 2168 daemons/fenced/fenced_commands.c check_type = "This node is not allowed to execute action"; check_type 2173 daemons/fenced/fenced_commands.c check_type = target_list_type(dev); check_type 2175 daemons/fenced/fenced_commands.c if (pcmk__str_eq(check_type, PCMK_VALUE_NONE, pcmk__str_casei)) { check_type 2178 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATIC_LIST, check_type 2188 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_DYNAMIC_LIST, check_type 2204 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2218 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, PCMK_VALUE_STATUS, pcmk__str_casei)) { check_type 2219 daemons/fenced/fenced_commands.c int device_timeout = get_action_timeout(dev, check_type, search->per_device_timeout); check_type 2229 daemons/fenced/fenced_commands.c check_type, dev_id, target, action); check_type 2235 daemons/fenced/fenced_commands.c crm_err("Invalid value for " PCMK_STONITH_HOST_CHECK ": %s", check_type); check_type 2236 daemons/fenced/fenced_commands.c check_type = "Invalid " PCMK_STONITH_HOST_CHECK; check_type 2244 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);