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 404 daemons/controld/controld_execd.c const char *when = "lrm disconnect"; when 415 daemons/controld/controld_execd.c when = "shutdown"; when 418 daemons/controld/controld_execd.c when = "shutdown... waiting"; when 428 daemons/controld/controld_execd.c removed, pcmk__plural_s(removed), when, nremaining); when 444 daemons/controld/controld_execd.c counter, pcmk__plural_s(counter), when); when 465 daemons/controld/controld_execd.c when = "shutdown"; when 477 daemons/controld/controld_execd.c crm_info("Found %s active at %s", entry->id, when); when 479 daemons/controld/controld_execd.c crm_trace("Found %s active at %s", entry->id, when); when 489 daemons/controld/controld_execd.c key, pending->op_key, when); when 497 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 1714 lib/common/iso8601.c pcmk__epoch2str(time_t *when) when 1718 lib/common/iso8601.c if (when == NULL) { when 1727 lib/common/iso8601.c since_epoch = ctime(when); when 2354 lib/fencing/st_client.c time_t when = 0; when 2361 lib/fencing/st_client.c return when; when 2386 lib/fencing/st_client.c when = time(NULL); when 2391 lib/fencing/st_client.c if (hp->completed > when) { when 2392 lib/fencing/st_client.c when = hp->completed; when 2408 lib/fencing/st_client.c if(when) { when 2409 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); when 2411 lib/fencing/st_client.c return when; when 24 lib/fencing/st_output.c time_t_string(time_t when) { when 28 lib/fencing/st_output.c crm_time_set_timet(crm_when, &when); when 161 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 163 lib/fencing/st_output.c if (when) { when 164 lib/fencing/st_output.c char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when)); when 177 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 179 lib/fencing/st_output.c if (when) { when 180 lib/fencing/st_output.c pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when)); when 192 lib/fencing/st_output.c time_t when = va_arg(args, time_t); when 194 lib/fencing/st_output.c if (when) { when 195 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 348 lib/pacemaker/pcmk_simulate.c char *when = crm_time_as_string(data_set->now, when 351 lib/pacemaker/pcmk_simulate.c out->info(out, "Using the original execution date of: %s", when); when 352 lib/pacemaker/pcmk_simulate.c free(when); when 2876 lib/pengine/unpack.c time_t when; when 2880 lib/pengine/unpack.c &when) == pcmk_ok) { when 2881 lib/pengine/unpack.c when_s = pcmk__epoch2str(&when);