dup 119 daemons/attrd/attrd_commands.c crm_node_t *dup = pcmk__search_cluster_node_cache(0, node_name); dup 121 daemons/attrd/attrd_commands.c if (dup && (dup->uuid == NULL)) { dup 426 daemons/execd/execd_commands.c lrmd_cmd_t *dup = item->data; dup 428 daemons/execd/execd_commands.c if (action_matches(cmd, dup->action, dup->interval_ms)) { dup 429 daemons/execd/execd_commands.c return dup; dup 438 daemons/execd/execd_commands.c lrmd_cmd_t * dup = NULL; dup 446 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->pending_ops, cmd); dup 447 daemons/execd/execd_commands.c if (dup == NULL) { dup 449 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->recurring_ops, cmd); dup 450 daemons/execd/execd_commands.c if (dup == NULL) { dup 460 daemons/execd/execd_commands.c && (dup->result.execution_status == PCMK_EXEC_CANCELLED)) { dup 469 daemons/execd/execd_commands.c rsc->rsc_id, normalize_action_name(rsc, dup->action), dup 470 daemons/execd/execd_commands.c dup->interval_ms); dup 473 daemons/execd/execd_commands.c dup->first_notify_sent = false; dup 474 daemons/execd/execd_commands.c free(dup->userdata_str); dup 475 daemons/execd/execd_commands.c dup->userdata_str = cmd->userdata_str; dup 477 daemons/execd/execd_commands.c dup->call_id = cmd->call_id; dup 488 daemons/execd/execd_commands.c stop_recurring_timer(dup); dup 489 daemons/execd/execd_commands.c stonith_recurring_op_helper(dup); dup 492 daemons/execd/execd_commands.c normalize_action_name(rsc, dup->action), dup 493 daemons/execd/execd_commands.c dup->interval_ms); dup 1497 daemons/execd/execd_commands.c lrmd_rsc_t *dup = g_hash_table_lookup(rsc_list, rsc->rsc_id); dup 1499 daemons/execd/execd_commands.c if (dup && dup 1500 daemons/execd/execd_commands.c pcmk__str_eq(rsc->class, dup->class, pcmk__str_casei) && dup 1501 daemons/execd/execd_commands.c pcmk__str_eq(rsc->provider, dup->provider, pcmk__str_casei) && pcmk__str_eq(rsc->type, dup->type, pcmk__str_casei)) { dup 1289 daemons/fenced/fenced_commands.c stonith_device_t *dup = g_hash_table_lookup(device_list, device->id); dup 1291 daemons/fenced/fenced_commands.c if (!dup) { dup 1295 daemons/fenced/fenced_commands.c } else if (!pcmk__str_eq(dup->agent, device->agent, pcmk__str_casei)) { dup 1296 daemons/fenced/fenced_commands.c crm_trace("Different agent: %s != %s", dup->agent, device->agent); dup 1301 daemons/fenced/fenced_commands.c if (device_params_diff(device->params, dup->params) || dup 1302 daemons/fenced/fenced_commands.c device_params_diff(dup->params, device->params)) { dup 1307 daemons/fenced/fenced_commands.c return dup; dup 1313 daemons/fenced/fenced_commands.c stonith_device_t *dup = NULL; dup 1372 daemons/fenced/fenced_commands.c dup = device_has_duplicate(device); dup 1373 daemons/fenced/fenced_commands.c if (dup) { dup 1378 daemons/fenced/fenced_commands.c device = dup; dup 1379 daemons/fenced/fenced_commands.c dup = g_hash_table_lookup(device_list, device->id); dup 1380 daemons/fenced/fenced_commands.c dup->dirty = FALSE; dup 84 daemons/fenced/fenced_remote.c static void finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup); dup 527 daemons/fenced/fenced_remote.c finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup) dup 572 daemons/fenced/fenced_remote.c if (dup || (crm_element_value(data, F_STONITH_MERGED) != NULL)) { dup 580 daemons/fenced/fenced_remote.c if (!dup && !pcmk__str_eq(subt, "broadcast", pcmk__str_casei)) { dup 587 daemons/fenced/fenced_remote.c if (pcmk__result_ok(&op->result) || dup dup 605 daemons/fenced/fenced_remote.c if (!dup) { dup 1579 daemons/fenced/fenced_remote.c remote_fencing_op_t *dup = iter->data; dup 1582 daemons/fenced/fenced_remote.c dup->id, dup->client_name); dup 653 lib/pacemaker/pcmk_sched_native.c gboolean dup = FALSE; dup 682 lib/pacemaker/pcmk_sched_native.c dup = TRUE; dup 687 lib/pacemaker/pcmk_sched_native.c return dup; dup 95 lib/pacemaker/pcmk_sched_notif.c notify_entry_t *dup = calloc(1, sizeof(notify_entry_t)); dup 97 lib/pacemaker/pcmk_sched_notif.c CRM_ASSERT(dup != NULL); dup 98 lib/pacemaker/pcmk_sched_notif.c dup->rsc = entry->rsc; dup 99 lib/pacemaker/pcmk_sched_notif.c dup->node = entry->node; dup 100 lib/pacemaker/pcmk_sched_notif.c return dup; dup 770 lib/services/services.c svc_action_t * dup = NULL; dup 773 lib/services/services.c dup = g_hash_table_lookup(recurring_actions, op->id); dup 775 lib/services/services.c if (dup && (dup != op)) { dup 778 lib/services/services.c dup->opaque->callback = op->opaque->callback; dup 779 lib/services/services.c dup->cb_data = op->cb_data; dup 783 lib/services/services.c if (dup->pid != 0) { dup 788 lib/services/services.c recurring_action_timer(dup); dup 66 maint/gnulib/lib/dup.c dupfd = dup (fd); dup 80 maint/gnulib/lib/dup.c # define dup_nothrow dup dup 138 maint/gnulib/lib/fdopendir.c int dupfd = dup (fd); dup 159 maint/gnulib/lib/fdopendir.c int fd1 = dup (dupfd); dup 202 maint/gnulib/lib/fdopendir.c dup (fd); dup 69 maint/gnulib/lib/fseterr.c fd2 = dup (fd); dup 380 maint/gnulib/lib/strtod.c char *dup = strdup (s); dup 382 maint/gnulib/lib/strtod.c if (!dup) dup 391 maint/gnulib/lib/strtod.c dup[p - s] = '\0'; dup 392 maint/gnulib/lib/strtod.c num = STRTOD (dup, &endbuf); dup 394 maint/gnulib/lib/strtod.c free (dup); dup 411 maint/gnulib/lib/strtod.c char *dup = strdup (s); dup 413 maint/gnulib/lib/strtod.c if (!dup) dup 421 maint/gnulib/lib/strtod.c dup[e - s] = '\0'; dup 422 maint/gnulib/lib/strtod.c num = STRTOD (dup, &endbuf); dup 424 maint/gnulib/lib/strtod.c free (dup); dup 441 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (dup, int, (int oldfd)); dup 442 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (dup, int, (int oldfd)); dup 448 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (dup, int, (int oldfd)); dup 450 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (dup, int, (int oldfd)); dup 452 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (dup); dup 456 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (dup, "dup is unportable - " dup 468 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (dup, int, (int oldfd)); dup 470 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (dup, int, (int oldfd)); dup 472 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (dup); dup 135 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (-1) == -1); dup 138 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (bad_fd) == -1); dup 142 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (fd + 1) == -1); dup 147 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (fd) == fd + 1); dup 154 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (fd) == fd + 1); dup 169 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (fd + 1) == fd); dup 22 maint/gnulib/tests/test-dup.c SIGNATURE_CHECK (dup, int, (int)); dup 34 maint/gnulib/tests/test-dup.c ASSERT (dup (-1) == -1); dup 40 maint/gnulib/tests/test-dup.c ASSERT (dup (99) == -1); dup 88 maint/gnulib/tests/test-fchdir.c int new_fd = dup (fd); dup 53 maint/gnulib/tests/test-fclose.c fd2 = dup (fd); dup 65 maint/gnulib/tests/test-fclose.c fd2 = dup (fd); dup 342 maint/gnulib/tests/test-fcntl.c ASSERT (dup (fd) == fd + 1); dup 92 maint/gnulib/tests/test-futimens.h int fd0 = dup (0); dup 41 maint/gnulib/tests/test-posix_spawn-chdir.c int f = fd_safer (dup (fd)); dup 41 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c int f = fd_safer (dup (fd)); dup 63 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c int f = fd_safer (dup (fd)); dup 44 maint/gnulib/tests/test-posix_spawn-fchdir.c int f = fd_safer (dup (fd)); dup 44 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::dup, int, (int));