h                  37 daemons/pacemakerd/pcmkd_corosync.c cfg_shutdown_callback(corosync_cfg_handle_t h, corosync_cfg_shutdown_flags_t flags)
h                  44 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                 296 include/crm/common/xml.h #include <crm/common/xml_compat.h>
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                 590 lib/common/strings.c     guint32 h = 0;
h                 593 lib/common/strings.c         h = (h << 5) - h + *p;
h                 595 lib/common/strings.c     return h;
h                 628 lib/common/strings.c     guint32 h = 0;
h                 631 lib/common/strings.c         h = (h << 5) - h + g_ascii_tolower(*p);
h                 633 lib/common/strings.c     return h;
h                 245 lib/pengine/rules.c     uint32_t h, m, s, y, d, w;
h                 254 lib/pengine/rules.c     crm_time_get_timeofday(now, &h, &m, &s);
h                 255 lib/pengine/rules.c     CHECK_ONE(cron_spec, "hours", h);
h                1248 tools/crm_resource_runtime.c #define waiting_for_starts(d, r, h) ((d != NULL) || \
h                1249 tools/crm_resource_runtime.c                                     (!resource_is_running_on((r), (h))))