local_cib 57 daemons/fenced/pacemaker-fenced.c static xmlNode *local_cib = NULL; local_cib 589 daemons/fenced/pacemaker-fenced.c xpathObj = xpath_search(local_cib, xpath); local_cib 808 daemons/fenced/pacemaker-fenced.c crm_element_value(local_cib, XML_ATTR_GENERATION_ADMIN), local_cib 809 daemons/fenced/pacemaker-fenced.c crm_element_value(local_cib, XML_ATTR_GENERATION), local_cib 810 daemons/fenced/pacemaker-fenced.c crm_element_value(local_cib, XML_ATTR_NUMUPDATES)); local_cib 817 daemons/fenced/pacemaker-fenced.c pcmk__schedule_actions(local_cib, data_set_flags, fenced_data_set); local_cib 1007 daemons/fenced/pacemaker-fenced.c CRM_CHECK((local_cib != NULL) && (node != NULL) && (name != NULL) local_cib 1023 daemons/fenced/pacemaker-fenced.c match = get_xpath_object((const char *) xpath->str, local_cib, LOG_NEVER); local_cib 1165 daemons/fenced/pacemaker-fenced.c if (local_cib != NULL) { local_cib 1177 daemons/fenced/pacemaker-fenced.c rc = xml_apply_patchset(local_cib, patchset, TRUE); local_cib 1185 daemons/fenced/pacemaker-fenced.c free_xml(local_cib); local_cib 1186 daemons/fenced/pacemaker-fenced.c local_cib = NULL; local_cib 1190 daemons/fenced/pacemaker-fenced.c free_xml(local_cib); local_cib 1191 daemons/fenced/pacemaker-fenced.c local_cib = NULL; local_cib 1195 daemons/fenced/pacemaker-fenced.c if (local_cib == NULL) { local_cib 1197 daemons/fenced/pacemaker-fenced.c rc = cib_api->cmds->query(cib_api, NULL, &local_cib, cib_scope_local | cib_sync_call); local_cib 1202 daemons/fenced/pacemaker-fenced.c CRM_ASSERT(local_cib != NULL); local_cib 1206 daemons/fenced/pacemaker-fenced.c pcmk__refresh_node_caches_from_cib(local_cib); local_cib 1207 daemons/fenced/pacemaker-fenced.c update_stonith_watchdog_timeout_ms(local_cib); local_cib 1230 daemons/fenced/pacemaker-fenced.c local_cib = copy_xml(output); local_cib 1232 daemons/fenced/pacemaker-fenced.c pcmk__refresh_node_caches_from_cib(local_cib); local_cib 1233 daemons/fenced/pacemaker-fenced.c update_stonith_watchdog_timeout_ms(local_cib); local_cib 1288 daemons/fenced/pacemaker-fenced.c free_xml(local_cib); local_cib 1289 daemons/fenced/pacemaker-fenced.c local_cib = NULL; local_cib 192 include/crm/common/xml.h char *calculate_on_disk_digest(xmlNode * local_cib); local_cib 193 include/crm/common/xml.h char *calculate_operation_digest(xmlNode * local_cib, const char *version);