h 36 daemons/pacemakerd/pcmkd_corosync.c cfg_shutdown_callback(corosync_cfg_handle_t h, corosync_cfg_shutdown_flags_t flags) h 43 daemons/pacemakerd/pcmkd_corosync.c corosync_cfg_replyto_shutdown(h, COROSYNC_CFG_SHUTDOWN_FLAG_NO); h 83 include/crm/common/iso8601.h int crm_time_get_timeofday(crm_time_t * dt, uint32_t * h, uint32_t * m, uint32_t * s); h 84 include/crm/common/iso8601.h int crm_time_get_timezone(crm_time_t * dt, uint32_t * h, uint32_t * m); h 268 lib/common/iso8601.c crm_time_get_sec(int sec, uint * h, uint * m, uint * s) h 286 lib/common/iso8601.c *h = hours; h 292 lib/common/iso8601.c crm_time_get_timeofday(crm_time_t * dt, uint * h, uint * m, uint * s) h 294 lib/common/iso8601.c crm_time_get_sec(dt->seconds, h, m, s); h 299 lib/common/iso8601.c crm_time_get_timezone(crm_time_t * dt, uint * h, uint * m) h 303 lib/common/iso8601.c crm_time_get_sec(dt->seconds, h, m, &s); h 405 lib/common/iso8601.c int h = -1; h 410 lib/common/iso8601.c h = dt->days + jan1 - 1; h 411 lib/common/iso8601.c *d = 1 + ((h - 1) % 7); h 475 lib/common/iso8601.c uint h = 0, m = 0, s = 0; h 479 lib/common/iso8601.c crm_time_get_sec(dt->seconds, &h, &m, &s); h 480 lib/common/iso8601.c if (h) { h 482 lib/common/iso8601.c h, pcmk__plural_s(h), ((m || s)? " " : "")); h 568 lib/common/iso8601.c uint h = 0, m = 0, s = 0; h 574 lib/common/iso8601.c if (crm_time_get_timeofday(dt, &h, &m, &s)) { h 576 lib/common/iso8601.c "%.2u:%.2u:%.2u", h, m, s); h 580 lib/common/iso8601.c crm_time_get_sec(dt->offset, &h, &m, &s); h 583 lib/common/iso8601.c ((dt->offset < 0)? '-' : '+'), h, m); h 717 lib/common/iso8601.c uint h, m, s; h 740 lib/common/iso8601.c crm_time_get_sec(a_time->offset, &h, &m, &s); h 741 lib/common/iso8601.c crm_trace("Got tz: %c%2.d:%.2d", ((a_time->offset < 0)? '-' : '+'), h, m); h 553 lib/common/strings.c guint32 h = 0; h 556 lib/common/strings.c h = (h << 5) - h + *p; h 558 lib/common/strings.c return h; h 572 lib/common/strings.c guint32 h = 0; h 575 lib/common/strings.c h = (h << 5) - h + g_ascii_tolower(*p); h 577 lib/common/strings.c return h; h 276 lib/pengine/rules.c uint32_t h, m, s, y, d, w; h 285 lib/pengine/rules.c crm_time_get_timeofday(now, &h, &m, &s); h 286 lib/pengine/rules.c CHECK_ONE(cron_spec, "hours", h); h 1245 tools/crm_resource_runtime.c #define waiting_for_starts(d, r, h) ((d != NULL) || \ h 1246 tools/crm_resource_runtime.c (resource_is_running_on((r), (h)) == FALSE))