check_type 943 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 945 daemons/fenced/fenced_commands.c check_type = g_hash_table_lookup(dev->params, STONITH_ATTR_HOSTCHECK); check_type 947 daemons/fenced/fenced_commands.c if (check_type == NULL) { check_type 950 daemons/fenced/fenced_commands.c check_type = "static-list"; check_type 952 daemons/fenced/fenced_commands.c check_type = "static-list"; check_type 954 daemons/fenced/fenced_commands.c check_type = "dynamic-list"; check_type 956 daemons/fenced/fenced_commands.c check_type = "status"; check_type 958 daemons/fenced/fenced_commands.c check_type = "none"; check_type 962 daemons/fenced/fenced_commands.c return check_type; check_type 1613 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1648 daemons/fenced/fenced_commands.c check_type = target_list_type(dev); check_type 1650 daemons/fenced/fenced_commands.c if (pcmk__str_eq(check_type, "none", pcmk__str_casei)) { check_type 1653 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "static-list", pcmk__str_casei)) { check_type 1666 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "dynamic-list", pcmk__str_casei)) { check_type 1671 daemons/fenced/fenced_commands.c check_type, dev->id, search->host, search->action); check_type 1684 daemons/fenced/fenced_commands.c } else if (pcmk__str_eq(check_type, "status", pcmk__str_casei)) { check_type 1686 daemons/fenced/fenced_commands.c check_type, dev->id, search->host, search->action); check_type 1692 daemons/fenced/fenced_commands.c crm_err("Invalid value for " STONITH_ATTR_HOSTCHECK ": %s", check_type); check_type 1693 daemons/fenced/fenced_commands.c check_type = "Invalid " STONITH_ATTR_HOSTCHECK; check_type 1699 daemons/fenced/fenced_commands.c check_type); check_type 1703 daemons/fenced/fenced_commands.c check_type); check_type 1728 daemons/fenced/fenced_commands.c const char *check_type = NULL; check_type 1745 daemons/fenced/fenced_commands.c check_type = target_list_type(device); check_type 1746 daemons/fenced/fenced_commands.c if (pcmk__strcase_any_of(check_type, "status", "dynamic-list", NULL)) { check_type 216 lib/pengine/remote.c enum pe_check_parameters check_type; // What needs checking check_type 234 lib/pengine/remote.c check_op->check_type = flag; check_type 256 lib/pengine/remote.c check_op->check_type, data_set);