Home
last modified time | relevance | path

Searched refs:U64T (Results 1 – 14 of 14) sorted by relevance

/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A DnotifyServicelogEvent.c120 if (sscanf(argv[optind], U64T, &event_id) != 1) { in main()
152 crm_debug("Event id = " U64T ", Log timestamp = %s, Event timestamp = %s", in main()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/ais/
H A Dplugin.c1041 ais_info("Sending membership update " U64T " to %s", in pcmk_ipc()
1195 "<nodes id=\"" U64T "\" quorate=\"%s\" expected=\"%u\" actual=\"%u\">", in pcmk_generate_membership_data()
1252 snprintf(data, size, "<quorum id=\"" U64T "\" quorate=\"%s\" expected=\"%u\" actual=\"%u\"/>", in send_quorum_details()
1348 ais_info("Sending membership update " U64T " to %d children", in send_member_notification()
1624 ais_debug("Born-on set to: " U64T " (age)", first_seq); in send_cluster_id()
1628 ais_debug("Born-on set to: " U64T " (peer)", membership_seq); in send_cluster_id()
1632 ais_debug("Leaving born-on unset: " U64T, membership_seq); in send_cluster_id()
1656 ais_debug("Local update: id=%u, born=" U64T ", seq=" U64T "", in send_cluster_id()
1771 ais_info(" node id:%u, uname=%s state=%s processes=%.16x born=" U64T " seen=" U64T in member_dump_fn()
1782 ais_info("Local id: %u, uname: %s, born: " U64T, local_nodeid, local_uname, local_born_on); in pcmk_exec_dump()
[all …]
H A Dutils.c305 ais_info("Creating entry for node %u born on " U64T "", id, seq); in update_member()
322 ais_info("%p Node %u (%s) born on: " U64T, node, id, uname, born); in update_member()
419 offset += snprintf(data + offset, size - offset, "born=\"" U64T "\" ", node->born); in append_member()
420 offset += snprintf(data + offset, size - offset, "seen=\"" U64T "\" ", node->last_seen); in append_member()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cluster/
H A Dcorosync.c277 crm_notice("Quorum acquired " CRM_XS " membership=%" U64T " members=%lu", in quorum_notification_cb()
280 crm_warn("Quorum lost " CRM_XS " membership=%" U64T " members=%lu", in quorum_notification_cb()
286 crm_info("Quorum %s " CRM_XS " membership=%" U64T " members=%lu", in quorum_notification_cb()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cluster/
H A Dcorosync.c208 crm_notice("Quorum acquired " CRM_XS " membership=" U64T " members=%lu", in pcmk_quorum_notification()
211 crm_warn("Quorum lost " CRM_XS " membership=" U64T " members=%lu", in pcmk_quorum_notification()
217 crm_info("Quorum %s " CRM_XS " membership=" U64T " members=%lu", in pcmk_quorum_notification()
H A Dmembership.c829 crm_info("%s: Node %s: id=%u state=%s addr=%s%s votes=%d%s born=" U64T " seen=" U64T in crm_update_peer()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/tools/
H A DnotifyServicelogEvent.c172 crm_debug("Event id = %" U64T ", Log timestamp = %s, Event timestamp = %s", in main()
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/
H A Dconfigure.ac404 s390x)U64T="%lu";;
405 *64*) U64T="%lu";;
406 *) U64T="%llu";;
408 AC_MSG_RESULT($U64T)
409 AC_DEFINE_UNQUOTED(U64T, "$U64T", Correct printf format for logging uint64_t) definition
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/
H A Dconfigure.ac372 s390x)U64T="%lu";;
373 *64*) U64T="%lu";;
374 *) U64T="%llu";;
376 AC_MSG_RESULT($U64T)
377 AC_DEFINE_UNQUOTED(U64T, "$U64T", Correct printf format for logging uint64_t) definition
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/
H A Dconfigure.ac670 [U64T="%lu"],
671 [U64T="%llu"]
675 AC_MSG_RESULT($U64T)
676 AC_DEFINE_UNQUOTED(U64T, "$U64T", Correct printf format for logging uint64_t) definition
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dutil.c2594 #define U64T uint64_t macro
2596 #define U64T UV macro
2606 U64T d64; /* 64-bit intermediate for 2*2*10000*b > 2^32 (~30k digits) */ in pidigits()
2627 d64 = d64 * b + f * (U64T)a[b]; in pidigits()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/based/
H A Dbased_callbacks.c287 snprintf(buffer, 32, "%" U64T, ping_seq); in cib_digester_cb()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/cib/
H A Dcallbacks.c335 snprintf(buffer, 32, U64T, ping_seq); in cib_digester_cb()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/
H A Dconfigure.ac782 AC_DEFINE_UNQUOTED([U64T], [$1], [Correct format specifier for U64T]) definition