standards 469 include/crm/lrmd.h int (*list_standards) (lrmd_t * lrmd, lrmd_list_t ** standards); standards 2175 lib/lrmd/lrmd_client.c GList *standards = NULL; standards 2178 lib/lrmd/lrmd_client.c standards = resources_list_standards(); standards 2180 lib/lrmd/lrmd_client.c for (gIter = standards; gIter != NULL; gIter = gIter->next) { standards 2190 lib/lrmd/lrmd_client.c g_list_free_full(standards, free); standards 1063 lib/services/services.c GList *standards = NULL; standards 1065 lib/services/services.c standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_OCF)); standards 1066 lib/services/services.c standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_LSB)); standards 1067 lib/services/services.c standards = g_list_append(standards, strdup(PCMK_RESOURCE_CLASS_SERVICE)); standards 1074 lib/services/services.c standards = g_list_append(standards, standards 1086 lib/services/services.c standards = g_list_append(standards, standards 1098 lib/services/services.c standards = g_list_append(standards, standards 1105 lib/services/services.c return standards; standards 1177 lib/services/services.c GList *standards = NULL; standards 1183 lib/services/services.c standards = resources_list_standards(); standards 1184 lib/services/services.c for (iter = standards; iter != NULL; iter = iter->next) { standards 1256 lib/services/services.c g_list_free(standards);