check_type        938 fencing/commands.c     const char *check_type = NULL;
check_type        940 fencing/commands.c     check_type = g_hash_table_lookup(dev->params, STONITH_ATTR_HOSTCHECK);
check_type        942 fencing/commands.c     if (check_type == NULL) {
check_type        945 fencing/commands.c             check_type = "static-list";
check_type        947 fencing/commands.c             check_type = "static-list";
check_type        949 fencing/commands.c             check_type = "dynamic-list";
check_type        951 fencing/commands.c             check_type = "status";
check_type        953 fencing/commands.c             check_type = "none";
check_type        957 fencing/commands.c     return check_type;
check_type       1571 fencing/commands.c     const char *check_type = NULL;
check_type       1606 fencing/commands.c     check_type = target_list_type(dev);
check_type       1608 fencing/commands.c     if (safe_str_eq(check_type, "none")) {
check_type       1611 fencing/commands.c     } else if (safe_str_eq(check_type, "static-list")) {
check_type       1624 fencing/commands.c     } else if (safe_str_eq(check_type, "dynamic-list")) {
check_type       1629 fencing/commands.c                       check_type, dev?dev->id:"N/A", search->host, search->action);
check_type       1642 fencing/commands.c     } else if (safe_str_eq(check_type, "status")) {
check_type       1644 fencing/commands.c                   check_type, dev?dev->id:"N/A", search->host, search->action);
check_type       1650 fencing/commands.c         crm_err("Unknown check type: %s", check_type);
check_type       1654 fencing/commands.c         crm_notice("%s can%s fence (%s) %s: %s", dev->id, can ? "" : " not", search->action, host, check_type);
check_type       1657 fencing/commands.c                    check_type);
check_type       1682 fencing/commands.c     const char *check_type = NULL;
check_type       1699 fencing/commands.c         check_type = target_list_type(device);
check_type       1700 fencing/commands.c         if (safe_str_eq(check_type, "status") || safe_str_eq(check_type, "dynamic-list")) {