dup               709 attrd/commands.c         crm_node_t *dup = crm_find_peer(0, host);
dup               711 attrd/commands.c         if (dup && (dup->uuid == NULL)) {
dup              1126 fencing/commands.c     stonith_device_t *dup = g_hash_table_lookup(device_list, device->id);
dup              1128 fencing/commands.c     if (!dup) {
dup              1132 fencing/commands.c     } else if (safe_str_neq(dup->agent, device->agent)) {
dup              1133 fencing/commands.c         crm_trace("Different agent: %s != %s", dup->agent, device->agent);
dup              1138 fencing/commands.c     if (device_params_diff(device->params, dup->params) ||
dup              1139 fencing/commands.c         device_params_diff(dup->params, device->params)) {
dup              1144 fencing/commands.c     return dup;
dup              1150 fencing/commands.c     stonith_device_t *dup = NULL;
dup              1153 fencing/commands.c     dup = device_has_duplicate(device);
dup              1154 fencing/commands.c     if (dup) {
dup              1158 fencing/commands.c         device = dup;
dup                87 fencing/remote.c static void remote_op_done(remote_fencing_op_t * op, xmlNode * data, int rc, int dup);
dup               464 fencing/remote.c remote_op_done(remote_fencing_op_t * op, xmlNode * data, int rc, int dup)
dup               499 fencing/remote.c     if (dup == FALSE && safe_str_neq(subt, "broadcast")) {
dup               505 fencing/remote.c     if (rc == pcmk_ok || dup) {
dup               518 fencing/remote.c     if (dup == FALSE) {
dup              1376 fencing/remote.c         remote_fencing_op_t *dup = iter->data;
dup              1378 fencing/remote.c         crm_trace("Reporting timeout for duplicate %s.%.8s", dup->client_name, dup->id);
dup               198 lib/ais/utils.h     char *dup = NULL;
dup               203 lib/ais/utils.h     ais_malloc0(dup, strlen(src) + 1);
dup               204 lib/ais/utils.h     return strcpy(dup, src);
dup               889 lib/fencing/st_client.c         if (dup(c_write_fd) < 0)
dup               893 lib/fencing/st_client.c         if (dup(c_stderr_fd) < 0)
dup               897 lib/fencing/st_client.c         if (dup(c_read_fd) < 0)
dup               742 lib/services/services.c     svc_action_t * dup = NULL;
dup               745 lib/services/services.c     dup = g_hash_table_lookup(recurring_actions, op->id);
dup               747 lib/services/services.c     if (dup && (dup != op)) {
dup               750 lib/services/services.c             dup->opaque->callback = op->opaque->callback;
dup               751 lib/services/services.c             dup->cb_data = op->cb_data;
dup               755 lib/services/services.c         if (dup->pid != 0) {
dup               760 lib/services/services.c             recurring_action_timer(dup);
dup               282 lrmd/lrmd.c        lrmd_cmd_t * dup = NULL;
dup               290 lrmd/lrmd.c            dup = gIter->data;
dup               291 lrmd/lrmd.c            if (safe_str_eq(cmd->action, dup->action) && cmd->interval == dup->interval) {
dup               300 lrmd/lrmd.c            dup = gIter->data;
dup               301 lrmd/lrmd.c            if (safe_str_eq(cmd->action, dup->action) && cmd->interval == dup->interval) {
dup               314 lrmd/lrmd.c                normalize_action_name(rsc, dup->action),
dup               315 lrmd/lrmd.c                dup->interval);
dup               318 lrmd/lrmd.c        dup->first_notify_sent = 0;
dup               319 lrmd/lrmd.c        free(dup->userdata_str);
dup               320 lrmd/lrmd.c        dup->userdata_str = cmd->userdata_str;
dup               322 lrmd/lrmd.c        dup->call_id = cmd->call_id;
dup               334 lrmd/lrmd.c            services_action_kick(rsc->rsc_id, normalize_action_name(rsc, dup->action), dup->interval);
dup              1407 lrmd/lrmd.c        lrmd_rsc_t *dup = g_hash_table_lookup(rsc_list, rsc->rsc_id);
dup              1409 lrmd/lrmd.c        if (dup &&
dup              1410 lrmd/lrmd.c            safe_str_eq(rsc->class, dup->class) &&
dup              1411 lrmd/lrmd.c            safe_str_eq(rsc->provider, dup->provider) && safe_str_eq(rsc->type, dup->type)) {
dup               590 pengine/native.c     gboolean dup = FALSE;
dup               620 pengine/native.c                 dup = TRUE;
dup               625 pengine/native.c     return dup;
dup                77 pengine/notif.c     notify_entry_t *dup = malloc(sizeof(notify_entry_t));
dup                79 pengine/notif.c     CRM_ASSERT(dup != NULL);
dup                80 pengine/notif.c     dup->rsc = entry->rsc;
dup                81 pengine/notif.c     dup->node = entry->node;
dup                82 pengine/notif.c     return dup;