sync 642 daemons/attrd/attrd_commands.c xmlNode *sync = create_xml_node(NULL, __func__); sync 644 daemons/attrd/attrd_commands.c crm_xml_add(sync, PCMK__XA_TASK, PCMK__ATTRD_CMD_SYNC_RESPONSE); sync 651 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, sync 657 daemons/attrd/attrd_commands.c send_attrd_message(peer, sync); sync 658 daemons/attrd/attrd_commands.c free_xml(sync); sync 742 daemons/attrd/attrd_commands.c xmlNode *sync = create_xml_node(NULL, __func__); sync 745 daemons/attrd/attrd_commands.c crm_xml_add(sync, PCMK__XA_TASK, PCMK__ATTRD_CMD_SYNC_RESPONSE); sync 755 daemons/attrd/attrd_commands.c build_attribute_xml(sync, a->id, a->set, a->uuid, a->timeout_ms, a->user, a->is_private, sync 766 daemons/attrd/attrd_commands.c send_attrd_message(NULL, sync); sync 768 daemons/attrd/attrd_commands.c free_xml(sync); sync 866 daemons/attrd/attrd_commands.c xmlNode *sync = create_xml_node(NULL, __func__); sync 871 daemons/attrd/attrd_commands.c crm_xml_add(sync, PCMK__XA_TASK, PCMK__ATTRD_CMD_SYNC_RESPONSE); sync 873 daemons/attrd/attrd_commands.c build_attribute_xml(sync, attr, a->set, a->uuid, a->timeout_ms, a->user, sync 876 daemons/attrd/attrd_commands.c attrd_xml_add_writer(sync); sync 879 daemons/attrd/attrd_commands.c send_attrd_message(NULL, sync); sync 880 daemons/attrd/attrd_commands.c free_xml(sync); sync 466 daemons/pacemakerd/pacemakerd.c sync(); sync 100 include/crm/cib/cib_types.h int (*sync) (cib_t *cib, const char *section, int call_options); sync 375 lib/cib/cib_client.c new_cib->cmds->sync = cib_client_sync;