when 37 daemons/controld/controld_attrd.c const char *when = (shutting_down? " at shutdown" : ""); when 43 daemons/controld/controld_attrd.c host, when, pcmk_rc_str(rc), rc); when 49 daemons/controld/controld_attrd.c node_type, host, when, pcmk_rc_str(rc), rc); when 59 daemons/controld/controld_attrd.c CRM_XS " rc=%d", name, value, node_type, host, when, when 396 daemons/controld/controld_execd.c const char *when = "lrm disconnect"; when 407 daemons/controld/controld_execd.c when = "shutdown"; when 410 daemons/controld/controld_execd.c when = "shutdown... waiting"; when 420 daemons/controld/controld_execd.c removed, pcmk__plural_s(removed), when, nremaining); when 436 daemons/controld/controld_execd.c counter, pcmk__plural_s(counter), when); when 457 daemons/controld/controld_execd.c when = "shutdown"; when 469 daemons/controld/controld_execd.c crm_info("Found %s active at %s", entry->id, when); when 471 daemons/controld/controld_execd.c crm_trace("Found %s active at %s", entry->id, when); when 481 daemons/controld/controld_execd.c key, pending->op_key, when); when 489 daemons/controld/controld_execd.c counter, (counter == 1)? " was" : "s were", when); when 27 include/crm/common/iso8601_internal.h const char *pcmk__epoch2str(time_t *when); when 1715 lib/common/iso8601.c pcmk__epoch2str(time_t *when) when 1719 lib/common/iso8601.c if (when == NULL) { when 1728 lib/common/iso8601.c since_epoch = ctime(when); when 2289 lib/fencing/st_client.c time_t when = 0; when 2296 lib/fencing/st_client.c return when; when 2321 lib/fencing/st_client.c when = time(NULL); when 2326 lib/fencing/st_client.c if (hp->completed > when) { when 2327 lib/fencing/st_client.c when = hp->completed; when 2343 lib/fencing/st_client.c if(when) { when 2344 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); when 2346 lib/fencing/st_client.c return when; when 23 lib/fencing/st_output.c time_t_string(time_t when) { when 27 lib/fencing/st_output.c crm_time_set_timet(crm_when, &when); when 153 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 155 lib/fencing/st_output.c if (when) { when 156 lib/fencing/st_output.c char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when)); when 169 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 171 lib/fencing/st_output.c if (when) { when 172 lib/fencing/st_output.c pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when)); when 184 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 186 lib/fencing/st_output.c if (when) { when 187 lib/fencing/st_output.c char *buf = time_t_string(when); when 300 lib/pacemaker/pcmk_fence.c time_t when = 0; when 307 lib/pacemaker/pcmk_fence.c when = stonith_api_time(atol(target), NULL, FALSE); when 309 lib/pacemaker/pcmk_fence.c when = stonith_api_time(0, target, FALSE); when 312 lib/pacemaker/pcmk_fence.c return out->message(out, "last-fenced", target, when); when 2879 lib/pengine/unpack.c time_t when; when 2883 lib/pengine/unpack.c &when) == pcmk_ok) { when 2884 lib/pengine/unpack.c when_s = pcmk__epoch2str(&when); when 387 tools/crm_simulate.c char *when = crm_time_as_string(data_set->now, when 390 tools/crm_simulate.c out->info(out, "Using the original execution date of: %s", when); when 391 tools/crm_simulate.c free(when);