rsc_type           86 tools/crm_resource.c     gchar *rsc_type;              // Value of --resource-type
rsc_type          582 tools/crm_resource.c     { "resource-type", 't', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &options.rsc_type,
rsc_type         1116 tools/crm_resource.c     if (options.rsc_type == NULL) {
rsc_type         1123 tools/crm_resource.c     msg_data = create_xml_node(NULL, options.rsc_type);
rsc_type         1356 tools/crm_resource.c     if (pcmk__str_empty(options.rsc_type)) {
rsc_type         1371 tools/crm_resource.c     msg_data = create_xml_node(NULL, options.rsc_type);
rsc_type         2162 tools/crm_resource.c     g_free(options.rsc_type);
rsc_type           97 tools/crm_resource.h                                             const char *rsc_type, const char *rsc_action,
rsc_type          545 tools/crm_resource_runtime.c     const char *rsc_type = NULL;
rsc_type          560 tools/crm_resource_runtime.c     rsc_type = crm_element_value(rsc->xml, XML_ATTR_TYPE);
rsc_type          561 tools/crm_resource_runtime.c     if ((rsc_class == NULL) || (rsc_type == NULL)) {
rsc_type          602 tools/crm_resource_runtime.c                                       rsc_class, rsc_provider, rsc_type);
rsc_type          606 tools/crm_resource_runtime.c                                          rsc_provider, rsc_type, cib_only);
rsc_type         1939 tools/crm_resource_runtime.c                                  const char *rsc_type, const char *rsc_action,
rsc_type         1958 tools/crm_resource_runtime.c                                           rsc_class, rsc_prov, rsc_type, action,
rsc_type         1963 tools/crm_resource_runtime.c                  (rsc_prov? rsc_prov : ""), rsc_type, strerror(ENOMEM));
rsc_type         1969 tools/crm_resource_runtime.c         class = resources_find_service_class(rsc_type);
rsc_type         1995 tools/crm_resource_runtime.c                  rsc_prov, rsc_type, rsc_name, rsc_action, override_hash,