sync_from         405 crmd/join_dc.c     char *sync_from = NULL;
sync_from         440 crmd/join_dc.c         sync_from = strdup(max_generation_from);
sync_from         443 crmd/join_dc.c                    CRM_XS " join-%d", sync_from, current_join_id);
sync_from         448 crmd/join_dc.c         sync_from = strdup(fsa_our_uname);
sync_from         455 crmd/join_dc.c     rc = fsa_cib_conn->cmds->sync_from(fsa_cib_conn, sync_from, NULL, cib_quorum_override);
sync_from         456 crmd/join_dc.c     fsa_register_cib_callback(rc, FALSE, sync_from, finalize_sync_callback);
sync_from         117 include/crm/cib.h     int (*sync_from) (cib_t * cib, const char *host, const char *section, int call_options);
sync_from         133 lib/cib/cib_client.c     return cib->cmds->sync_from(cib, NULL, section, call_options);
sync_from         387 lib/cib/cib_client.c     new_cib->cmds->sync_from = cib_client_sync_from;