time_t 1044 daemons/based/based_callbacks.c time_t finished = 0; time_t 1045 daemons/based/based_callbacks.c time_t now = time(NULL); time_t 152 daemons/based/based_io.c time_t a_age = 0; time_t 153 daemons/based/based_io.c time_t b_age = 0; time_t 48 daemons/controld/controld_execd.c lrmd_event_data_t *op, time_t lock_time); time_t 2431 daemons/controld/controld_execd.c lrmd_event_data_t *op, time_t lock_time) time_t 47 daemons/controld/controld_lrm.h time_t start_time; time_t 48 daemons/controld/controld_lrm.h time_t lock_time; time_t 55 daemons/controld/controld_remote_ra.c time_t start_time; time_t 36 daemons/controld/controld_te_callbacks.c time_t shutdown_lock = 0; time_t 126 daemons/controld/controld_throttle.c static time_t last_call = 0; time_t 132 daemons/controld/controld_throttle.c time_t now = time(NULL); time_t 184 daemons/controld/controld_throttle.c time_t elapsed = now - last_call; time_t 44 daemons/controld/controld_timers.c time_t recheck_by = 0; time_t 311 daemons/controld/controld_timers.c time_t diff_seconds = recheck_by - time(NULL); time_t 35 daemons/controld/controld_timers.h extern time_t recheck_by; time_t 91 daemons/execd/execd_commands.c time_t epoch_last_run; // Epoch timestamp of when op last ran time_t 92 daemons/execd/execd_commands.c time_t epoch_rcchange; // Epoch timestamp of when rc last changed time_t 426 daemons/fenced/cts-fence-helper.c static time_t begin = 0; time_t 1753 daemons/fenced/fenced_commands.c time_t now = time(NULL); time_t 250 daemons/fenced/fenced_history.c op->completed = (time_t) completed; time_t 885 daemons/fenced/fenced_remote.c time_t now = time(NULL); time_t 2146 daemons/fenced/fenced_remote.c time_t now = time(NULL); time_t 31 daemons/fenced/pacemaker-fenced.h time_t targets_age; time_t 86 daemons/fenced/pacemaker-fenced.h time_t created; time_t 122 daemons/fenced/pacemaker-fenced.h time_t completed; time_t 28 daemons/pacemakerd/pcmkd_messages.c time_t pinged = time(NULL); time_t 253 daemons/pacemakerd/pcmkd_subdaemons.c static time_t next_log = 0; time_t 273 daemons/pacemakerd/pcmkd_subdaemons.c time_t now = time(NULL); time_t 93 daemons/schedulerd/pacemaker-schedulerd.c time_t execution_date = time(NULL); time_t 67 include/crm/cluster.h time_t when_lost; // When CPG membership was last lost time_t 124 include/crm/common/internal.h char *pcmk__format_named_time(const char *name, time_t epoch_time); time_t 56 include/crm/common/ipc_pacemakerd.h time_t last_good; time_t 96 include/crm/common/iso8601.h void crm_time_set_timet(crm_time_t * target, time_t * source); time_t 27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(time_t *when); time_t 60 include/crm/common/nvpair.h int crm_element_value_epoch(const xmlNode *xml, const char *name, time_t *dest); time_t 184 include/crm/common/strings_internal.h pcmk__ttoa(time_t epoch_time) time_t 70 include/crm/common/util_compat.h char *pcmk_format_named_time(const char *name, time_t epoch_time); time_t 143 include/crm/common/util_compat.h crm_ttoa(time_t epoch_time) time_t 293 include/crm/pengine/internal.h extern time_t get_effective_time(pe_working_set_t * data_set); time_t 304 include/crm/pengine/internal.h int pe_get_failcount(pe_node_t *node, pe_resource_t *rsc, time_t *last_failure, time_t 550 include/crm/pengine/internal.h void pe__update_recheck_time(time_t recheck, pe_working_set_t *data_set); time_t 187 include/crm/pengine/pe_types.h time_t recheck_by; // Hint to controller to re-run scheduler by this time time_t 386 include/crm/pengine/pe_types.h time_t lock_time; // When shutdown lock started time_t 460 include/crm/pengine/pe_types.h time_t last_granted; time_t 111 include/crm/stonith-ng.h time_t completed; time_t 460 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); time_t 505 include/crm/stonith-ng.h typedef time_t (*st_api_time_fn) (int nodeid, const char *uname, bool in_progress); time_t 530 include/crm/stonith-ng.h static inline time_t time_t 472 lib/cib/cib_remote.c time_t start_time; time_t 389 lib/cib/cib_utils.c static time_t expires = 0; time_t 390 lib/cib/cib_utils.c time_t tm_now = time(NULL); time_t 736 lib/cluster/cpg.c time_t now = time(NULL); time_t 35 lib/cluster/election.c time_t expires; // When storm detection period ends time_t 36 lib/cluster/election.c time_t last_election_loss; // When dampening period ends time_t 217 lib/cluster/election.c static time_t expires = 0; time_t 220 lib/cluster/election.c time_t tm_now = time(NULL); time_t 540 lib/cluster/election.c time_t tm_now = time(NULL); time_t 678 lib/cluster/election.c || ((tm_now - e->last_election_loss) > (time_t) LOSS_DAMPEN)) { time_t 1088 lib/common/ipc_client.c time_t timeout = time(NULL) + 1 + (ms_timeout / 1000); time_t 1223 lib/common/ipc_client.c time_t timeout = time(NULL) + 1 + (ms_timeout / 1000); time_t 179 lib/common/ipc_pacemakerd.c reply_data.data.ping.last_good = (time_t) value_ll; time_t 95 lib/common/iso8601.c time_t tm_now; time_t 664 lib/common/iso8601.c time_t now = time(NULL); time_t 1255 lib/common/iso8601.c crm_time_set_timet(crm_time_t * target, time_t * source) time_t 1715 lib/common/iso8601.c pcmk__epoch2str(time_t *when) time_t 1720 lib/common/iso8601.c time_t a_time = time(NULL); time_t 1722 lib/common/iso8601.c if (a_time == (time_t) -1) { time_t 42 lib/common/logging.c typedef time_t log_time_t; time_t 471 lib/common/logging.c static volatile time_t last = 0; time_t 474 lib/common/logging.c time_t now = time(NULL); time_t 1477 lib/common/mainloop.c time_t start_time = time(NULL); time_t 304 lib/common/nvpair.c pcmk__format_named_time(const char *name, time_t epoch_time) time_t 651 lib/common/nvpair.c crm_element_value_epoch(const xmlNode *xml, const char *name, time_t *dest) time_t 662 lib/common/nvpair.c *dest = (time_t) value_ll; time_t 704 lib/common/nvpair.c dest->tv_sec = (time_t) value_i; time_t 975 lib/common/nvpair.c pcmk_format_named_time(const char *name, time_t epoch_time) time_t 136 lib/common/remote.c time_t time_limit = time(NULL) + timeout_ms / 1000; time_t 638 lib/common/remote.c time_t start; time_t 794 lib/common/remote.c time_t start = time(NULL); time_t 844 lib/common/remote.c time_t start; time_t 1890 lib/common/xml.c time_t next, new = time(NULL); time_t 52 lib/fencing/st_client.c time_t initial_start_time; time_t 1141 lib/fencing/st_client.c kvp->completed = (time_t) completed; time_t 2285 lib/fencing/st_client.c time_t time_t 2289 lib/fencing/st_client.c time_t when = 0; time_t 24 lib/fencing/st_output.c time_t_string(time_t when) { time_t 161 lib/fencing/st_output.c time_t when = va_arg(args, time_t); time_t 177 lib/fencing/st_output.c time_t when = va_arg(args, time_t); time_t 192 lib/fencing/st_output.c time_t when = va_arg(args, time_t); time_t 255 lib/fencing/st_rhcs.c time_t start_time = time(NULL); time_t 286 lib/lrmd/lrmd_client.c time_t epoch = 0; time_t 617 lib/lrmd/lrmd_client.c time_t start = time(NULL); time_t 1110 lib/lrmd/lrmd_client.c time_t updated; // When cached key was read (valid for 1 minute) time_t 300 lib/pacemaker/pcmk_fence.c time_t when = 0; time_t 951 lib/pacemaker/pcmk_sched_allocate.c static time_t time_t 955 lib/pacemaker/pcmk_sched_allocate.c time_t result = 0; time_t 961 lib/pacemaker/pcmk_sched_allocate.c result = (time_t) result_ll; time_t 1026 lib/pacemaker/pcmk_sched_allocate.c time_t lock_expiration = rsc->lock_time + data_set->shutdown_lock; time_t 63 lib/pacemaker/pcmk_sched_constraints.c time_t recheck = (time_t) crm_time_get_seconds_since_epoch(next_change); time_t 847 lib/pacemaker/pcmk_sched_constraints.c time_t t = (time_t) crm_time_get_seconds_since_epoch(next_change); time_t 251 lib/pengine/failcounts.c pe_get_failcount(pe_node_t *node, pe_resource_t *rsc, time_t *last_failure, time_t 258 lib/pengine/failcounts.c time_t last = 0; time_t 272 lib/pengine/failcounts.c last = (time_t) QB_MAX(last, last_ll); time_t 297 lib/pengine/failcounts.c time_t now = get_effective_time(data_set); time_t 323 lib/pengine/failcounts.c time_t filler_last_failure = 0; time_t 185 lib/pengine/pe_output.c time_t last_change = 0; time_t 272 lib/pengine/pe_output.c time_t epoch = 0; time_t 329 lib/pengine/pe_output.c int failcount, time_t last_failure) { time_t 1184 lib/pengine/pe_output.c time_t epoch = 0; time_t 1594 lib/pengine/pe_output.c time_t last_change = 0; time_t 1647 lib/pengine/pe_output.c time_t last_change = 0; time_t 1854 lib/pengine/pe_output.c time_t last_failure = 0; time_t 2205 lib/pengine/pe_output.c time_t epoch = 0; time_t 2292 lib/pengine/pe_output.c time_t last_failure = va_arg(args, int); time_t 2314 lib/pengine/pe_output.c time_t last_failure = va_arg(args, int); time_t 2504 lib/pengine/pe_output.c time_t last_failure = 0; time_t 925 lib/pengine/unpack.c ticket->last_granted = (time_t) last_granted_ll; time_t 2305 lib/pengine/unpack.c time_t lock_time = 0; // When lock started (i.e. node shutdown time) time_t 2879 lib/pengine/unpack.c time_t when; time_t 3398 lib/pengine/unpack.c time_t last_run = 0; time_t 3412 lib/pengine/unpack.c time_t now = get_effective_time(data_set); time_t 3413 lib/pengine/unpack.c time_t last_failure = 0; time_t 1682 lib/pengine/utils.c time_t last_a = -1; time_t 1683 lib/pengine/utils.c time_t last_b = -1; time_t 1754 lib/pengine/utils.c time_t time_t 2327 lib/pengine/utils.c pe__update_recheck_time(time_t recheck, pe_working_set_t *data_set) time_t 2351 lib/pengine/utils.c time_t recheck = (time_t) crm_time_get_seconds_since_epoch(next_change); time_t 768 lib/services/services_linux.c time_t start = -1; time_t 85 tools/crm_mon.c static time_t last_refresh = 0; time_t 936 tools/crm_mon.c if ((reply->data.ping.last_good != (time_t) 0) && time_t 2252 tools/crm_mon.c time_t now = time(NULL); time_t 1618 tools/crm_resource_runtime.c time_t expire_time = time(NULL) + timeout_s; time_t 1619 tools/crm_resource_runtime.c time_t time_diff; time_t 371 tools/crm_simulate.c time_t original_date = 0; time_t 59 tools/crm_ticket.c print_date(time_t time) time_t 103 tools/crm_ticket.c print_date((time_t) time_ll);