sync              639 attrd/commands.c     xmlNode *sync = create_xml_node(NULL, __FUNCTION__);
sync              641 attrd/commands.c     crm_xml_add(sync, F_ATTRD_TASK, ATTRD_OP_SYNC_RESPONSE);
sync              648 attrd/commands.c             build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private,
sync              654 attrd/commands.c     send_attrd_message(peer, sync);
sync              655 attrd/commands.c     free_xml(sync);
sync              825 attrd/commands.c         xmlNode *sync = create_xml_node(NULL, __FUNCTION__);
sync              830 attrd/commands.c         crm_xml_add(sync, F_ATTRD_TASK, ATTRD_OP_SYNC_RESPONSE);
sync              832 attrd/commands.c         build_attribute_xml(sync, attr, a->set, a->uuid, a->timeout_ms, a->user,
sync              835 attrd/commands.c         crm_xml_add_int(sync, F_ATTRD_WRITER, election_state(writer));
sync              838 attrd/commands.c         send_attrd_message(NULL, sync);
sync              839 attrd/commands.c         free_xml(sync);
sync              116 include/crm/cib.h     int (*sync) (cib_t * cib, const char *section, int call_options);
sync              384 lib/cib/cib_client.c     new_cib->cmds->sync = cib_client_sync;
sync              428 mcp/pacemaker.c             sync();