dup 435 daemons/execd/execd_commands.c lrmd_cmd_t *dup = item->data; dup 437 daemons/execd/execd_commands.c if (action_matches(cmd, dup->action, dup->interval_ms)) { dup 438 daemons/execd/execd_commands.c return dup; dup 447 daemons/execd/execd_commands.c lrmd_cmd_t * dup = NULL; dup 455 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->pending_ops, cmd); dup 456 daemons/execd/execd_commands.c if (dup == NULL) { dup 458 daemons/execd/execd_commands.c dup = find_duplicate_action(rsc->recurring_ops, cmd); dup 459 daemons/execd/execd_commands.c if (dup == NULL) { dup 469 daemons/execd/execd_commands.c && (dup->result.execution_status == PCMK_EXEC_CANCELLED)) { dup 478 daemons/execd/execd_commands.c rsc->rsc_id, normalize_action_name(rsc, dup->action), dup 479 daemons/execd/execd_commands.c dup->interval_ms); dup 482 daemons/execd/execd_commands.c dup->first_notify_sent = false; dup 483 daemons/execd/execd_commands.c free(dup->userdata_str); dup 484 daemons/execd/execd_commands.c dup->userdata_str = cmd->userdata_str; dup 486 daemons/execd/execd_commands.c dup->call_id = cmd->call_id; dup 497 daemons/execd/execd_commands.c stop_recurring_timer(dup); dup 498 daemons/execd/execd_commands.c stonith_recurring_op_helper(dup); dup 501 daemons/execd/execd_commands.c normalize_action_name(rsc, dup->action), dup 502 daemons/execd/execd_commands.c dup->interval_ms); dup 1546 daemons/execd/execd_commands.c lrmd_rsc_t *dup = g_hash_table_lookup(rsc_list, rsc->rsc_id); dup 1548 daemons/execd/execd_commands.c if (dup && dup 1549 daemons/execd/execd_commands.c pcmk__str_eq(rsc->class, dup->class, pcmk__str_casei) && dup 1550 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 1370 daemons/fenced/fenced_commands.c stonith_device_t *dup = g_hash_table_lookup(device_list, device->id); dup 1372 daemons/fenced/fenced_commands.c if (!dup) { dup 1376 daemons/fenced/fenced_commands.c } else if (!pcmk__str_eq(dup->agent, device->agent, pcmk__str_casei)) { dup 1377 daemons/fenced/fenced_commands.c crm_trace("Different agent: %s != %s", dup->agent, device->agent); dup 1382 daemons/fenced/fenced_commands.c if (device_params_diff(device->params, dup->params) || dup 1383 daemons/fenced/fenced_commands.c device_params_diff(dup->params, device->params)) { dup 1388 daemons/fenced/fenced_commands.c return dup; dup 1394 daemons/fenced/fenced_commands.c stonith_device_t *dup = NULL; dup 1452 daemons/fenced/fenced_commands.c dup = device_has_duplicate(device); dup 1453 daemons/fenced/fenced_commands.c if (dup) { dup 1458 daemons/fenced/fenced_commands.c device = dup; dup 1459 daemons/fenced/fenced_commands.c dup = g_hash_table_lookup(device_list, device->id); dup 1460 daemons/fenced/fenced_commands.c dup->dirty = FALSE; dup 85 daemons/fenced/fenced_remote.c static void finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup); dup 541 daemons/fenced/fenced_remote.c finalize_op(remote_fencing_op_t *op, xmlNode *data, bool dup) dup 590 daemons/fenced/fenced_remote.c if (dup || (crm_element_value(data, PCMK__XA_ST_OP_MERGED) != NULL)) { dup 598 daemons/fenced/fenced_remote.c if (!dup && !pcmk__str_eq(subt, PCMK__VALUE_BROADCAST, pcmk__str_none)) { dup 605 daemons/fenced/fenced_remote.c if (pcmk__result_ok(&op->result) || dup dup 623 daemons/fenced/fenced_remote.c if (!dup) { dup 1752 daemons/fenced/fenced_remote.c remote_fencing_op_t *dup = iter->data; dup 1755 daemons/fenced/fenced_remote.c dup->id, dup->client_name); dup 98 lib/pengine/pe_notif.c notify_entry_t *dup = pcmk__assert_alloc(1, sizeof(notify_entry_t)); dup 100 lib/pengine/pe_notif.c dup->rsc = entry->rsc; dup 101 lib/pengine/pe_notif.c dup->node = entry->node; dup 102 lib/pengine/pe_notif.c return dup; dup 790 lib/services/services.c svc_action_t * dup = NULL; dup 793 lib/services/services.c dup = g_hash_table_lookup(recurring_actions, op->id); dup 795 lib/services/services.c if (dup && (dup != op)) { dup 798 lib/services/services.c dup->opaque->callback = op->opaque->callback; dup 799 lib/services/services.c dup->cb_data = op->cb_data; dup 803 lib/services/services.c if (dup->pid != 0) { dup 808 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));