cib_root           46 daemons/based/based_io.c     char *new = crm_strdup_printf("%s/cib.auto.XXXXXX", cib_root);
cib_root          111 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a->d_name);
cib_root          160 daemons/based/based_io.c     char *a_path = crm_strdup_printf("%s/%s", cib_root, a[0]->d_name);
cib_root          161 daemons/based/based_io.c     char *b_path = crm_strdup_printf("%s/%s", cib_root, b[0]->d_name);
cib_root          218 daemons/based/based_io.c         crm_warn("Primary configuration corrupt or unusable, trying backups in %s", cib_root);
cib_root          219 daemons/based/based_io.c         lpc = scandir(cib_root, &namelist, cib_archive_filter, cib_archive_sort);
cib_root          221 daemons/based/based_io.c             crm_err("scandir(%s) failed: %s", cib_root, pcmk_rc_str(errno));
cib_root          230 daemons/based/based_io.c         filename = crm_strdup_printf("%s/%s", cib_root, namelist[lpc]->d_name);
cib_root          435 daemons/based/based_io.c     exit_rc = cib_file_write_with_digest(cib_local, cib_root, "cib.xml");
cib_root           41 daemons/based/pacemaker-based.c gchar *cib_root = NULL;
cib_root          151 daemons/based/pacemaker-based.c     { "cib-root", 'r', G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &cib_root,
cib_root          262 daemons/based/pacemaker-based.c     if (cib_root == NULL) {
cib_root          263 daemons/based/pacemaker-based.c         cib_root = g_strdup(CRM_CONFIG_DIR);
cib_root          265 daemons/based/pacemaker-based.c         crm_notice("Using custom config location: %s", cib_root);
cib_root          268 daemons/based/pacemaker-based.c     if (!pcmk__daemon_can_write(cib_root, NULL)) {
cib_root          270 daemons/based/pacemaker-based.c         crm_err("Terminating due to bad permissions on %s", cib_root);
cib_root          272 daemons/based/pacemaker-based.c                     "Bad permissions on %s (see logs for details)", cib_root);
cib_root          303 daemons/based/pacemaker-based.c     g_free(cib_root);
cib_root          415 daemons/based/pacemaker-based.c     xmlNode *cib = readCibXmlFile(cib_root, filename, !preserve_status);
cib_root           60 daemons/based/pacemaker-based.h extern gchar *cib_root;
cib_root          264 include/crm/cib/internal.h int cib_file_write_with_digest(xmlNode *cib_root, const char *cib_dirname,
cib_root          445 lib/cib/cib_file.c cib_file_write_live(xmlNode *cib_root, char *path)
cib_root          495 lib/cib/cib_file.c     if (cib_file_write_with_digest(cib_root, cib_dirname,
cib_root          919 lib/cib/cib_file.c cib_file_write_with_digest(xmlNode *cib_root, const char *cib_dirname,
cib_root          927 lib/cib/cib_file.c     const char *epoch = crm_element_value(cib_root, PCMK_XA_EPOCH);
cib_root          928 lib/cib/cib_file.c     const char *admin_epoch = crm_element_value(cib_root, PCMK_XA_ADMIN_EPOCH);
cib_root          956 lib/cib/cib_file.c     cib_file_prepare_xml(cib_root);
cib_root          982 lib/cib/cib_file.c     if (pcmk__xml_write_fd(cib_root, tmp_cib, fd) != pcmk_rc_ok) {
cib_root          989 lib/cib/cib_file.c     digest = pcmk__digest_on_disk_cib(cib_root);
cib_root          120 lib/cib/cib_utils.c     xmlNode *cib_root = NULL, *config = NULL;
cib_root          122 lib/cib/cib_utils.c     cib_root = pcmk__xe_create(NULL, PCMK_XE_CIB);
cib_root          123 lib/cib/cib_utils.c     crm_xml_add(cib_root, PCMK_XA_CRM_FEATURE_SET, CRM_FEATURE_SET);
cib_root          124 lib/cib/cib_utils.c     crm_xml_add(cib_root, PCMK_XA_VALIDATE_WITH, pcmk__highest_schema_name());
cib_root          126 lib/cib/cib_utils.c     crm_xml_add_int(cib_root, PCMK_XA_EPOCH, cib_epoch);
cib_root          127 lib/cib/cib_utils.c     crm_xml_add_int(cib_root, PCMK_XA_NUM_UPDATES, 0);
cib_root          128 lib/cib/cib_utils.c     crm_xml_add_int(cib_root, PCMK_XA_ADMIN_EPOCH, 0);
cib_root          130 lib/cib/cib_utils.c     config = pcmk__xe_create(cib_root, PCMK_XE_CONFIGURATION);
cib_root          131 lib/cib/cib_utils.c     pcmk__xe_create(cib_root, PCMK_XE_STATUS);
cib_root          151 lib/cib/cib_utils.c     return cib_root;