t_id 670 lib/pacemaker/pcmk_graph_consumer.c const char *t_id = NULL; t_id 692 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "transition_id"); t_id 693 lib/pacemaker/pcmk_graph_consumer.c CRM_CHECK(t_id != NULL, free(new_graph); t_id 695 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(t_id, &(new_graph->id), -1); t_id 710 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "batch-limit"); t_id 711 lib/pacemaker/pcmk_graph_consumer.c if ((t_id == NULL) t_id 712 lib/pacemaker/pcmk_graph_consumer.c || (pcmk__scan_min_int(t_id, &(new_graph->batch_limit), t_id 717 lib/pacemaker/pcmk_graph_consumer.c t_id = crm_element_value(xml_graph, "migration-limit"); t_id 718 lib/pacemaker/pcmk_graph_consumer.c pcmk__scan_min_int(t_id, &(new_graph->migration_limit), -1);