Home
last modified time | relevance | path

Searched refs:PRIx64 (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
HDhwint.h94 #undef PRIx64
95 #define PRIx64 GCC_PRI64 "x" macro
113 #define HOST_WIDE_INT_PRINT_HEX "%#" PRIx64
114 #define HOST_WIDE_INT_PRINT_HEX_PURE "%" PRIx64
115 #define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%" PRIx64 "%016" PRIx64
116 #define HOST_WIDE_INT_PRINT_PADDED_HEX "%016" PRIx64
/dragonfly/contrib/xz/src/common/
HDsysdefs.h80 # ifndef PRIx64
81 # define PRIx64 "llx" macro
93 # ifndef PRIx64
94 # define PRIx64 "lx" macro
/dragonfly/contrib/tcpdump/
HDprint-mptcp.c217 ND_PRINT(" {0x%" PRIx64, GET_BE_U_8(mpc->sender_key)); in mp_capable_print()
219 ND_PRINT(",0x%" PRIx64, GET_BE_U_8(mpc->receiver_key)); in mp_capable_print()
249 ND_PRINT(" hmac 0x%" PRIx64 " nonce 0x%x", in mp_join_print()
375 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4np.mac)); in add_addr_print()
377 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v4.mac)); in add_addr_print()
385 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6np.mac)); in add_addr_print()
387 ND_PRINT(" hmac 0x%" PRIx64, GET_BE_U_8(add_addr->u.v6.mac)); in add_addr_print()
447 ND_PRINT(" key 0x%" PRIx64, GET_BE_U_8(opt + 4)); in mp_fast_close_print()
HDprint-ptp.c326 ND_PRINT(" 0x%"PRIx64, u64_val); in print_field()
380 len -= 4; bp += 4; clk_id = GET_BE_U_8(bp); ND_PRINT(", clock identity : 0x%"PRIx64, clk_id); in ptp_print_2()
504 ND_PRINT(", port identity : 0x%"PRIx64, port_identity); in ptp_print_timestamp_identity()
577 ND_PRINT(", gm clock id : 0x%"PRIx64, gm_clock_id); in ptp_print_announce_msg()
600 ND_PRINT(", port identity : 0x%"PRIx64, port_identity); in ptp_print_port_id()
HDprint-hncp.c176 snprintf(buf[i], sizeof(buf[i]), "%016" PRIx64 "%016" PRIx64 "%016" PRIx64 "%016" PRIx64, in format_256()
521 ND_PRINT(" hash: %016" PRIx64, hash); in hncp_print_rec()
537 ND_PRINT(" NID: %s seqno: %u %s hash: %016" PRIx64, in hncp_print_rec()
HDprint-macsec.c79 #define SCI_FMT "%016" PRIx64
HDprint-openflow-1.0.c1451 ND_PRINT("\n\t dpid 0x%016" PRIx64, GET_BE_U_8(cp)); in of10_features_reply_print()
1507 ND_PRINT("\n\t cookie 0x%016" PRIx64, GET_BE_U_8(cp)); in of10_flow_mod_print()
1756 ND_PRINT(", cookie 0x%016" PRIx64, GET_BE_U_8(cp)); in of10_flow_stats_reply_print()
2039 ND_PRINT("\n\t cookie 0x%016" PRIx64, GET_BE_U_8(cp)); in of10_flow_removed_print()
HDsmbutil.c557 ND_PRINT("%" PRIu64 " (0x%" PRIx64 ")", x, x); in smb_fdata1()
593 ND_PRINT("%" PRIu64 " (0x%" PRIx64 ")", x, x); in smb_fdata1()
HDprint-nfs.c1156 ND_PRINT(" fsid %" PRIx64, in parsefattr()
1158 ND_PRINT(" fileid %" PRIx64, in parsefattr()
1674 ND_PRINT(" verf %" PRIx64, in interp_reply()
1838 ND_PRINT(" verf %" PRIx64, GET_BE_U_8(dp)); in interp_reply()
HDprint-openflow-1.3.c710 ND_PRINT("\n\t dpid 0x%016" PRIx64, GET_BE_U_8(cp)); in of13_features_reply_print()
771 ND_PRINT(", generation_id 0x%016" PRIx64, GET_BE_U_8(cp)); in of13_role_msg_print()
/dragonfly/contrib/file/src/
HDreadcdf.c104 fprintf(stderr, "unknown mime %" PRIx64 ", %" PRIx64 "\n", clsid[0], in cdf_clsid_to_mime()
357 snprintf(buf, len, "%.8" PRIx64 "-%.4" PRIx64 "-%.4" PRIx64 "-%.4" in format_clsid()
358 PRIx64 "-%.12" PRIx64, in format_clsid()
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDinttypes.h696 # if !defined PRIx64 || 0
697 # undef PRIx64
698 # define PRIx64 _PRIu64_PREFIX "x" macro
799 # define PRIxLEAST64 PRIx64
842 # define PRIxFAST8 PRIx64
890 # define PRIxFAST16 PRIx64
938 # define PRIxFAST32 PRIx64
972 # define PRIxFAST64 PRIx64
1015 # define PRIxMAX PRIx64
/dragonfly/sys/cpu/x86_64/include/
HDinttypes.h151 #define PRIx64 "lx" /* uint64_t */ macro
155 #define PRIx64 "llx" /* uint64_t */ macro
/dragonfly/sys/dev/virtual/virtio/virtio/
HDvirtio.c122 device_printf(dev, "%s features: 0x%"PRIx64"\n", msg, in virtio_describe()
128 sbuf_printf(&sb, "%s features: 0x%"PRIx64, msg, features); in virtio_describe()
/dragonfly/lib/libnvmm/
HDlibnvmm_x86.c64 printf("| -> RAX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RAX]); in nvmm_vcpu_dump()
65 printf("| -> RCX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RCX]); in nvmm_vcpu_dump()
66 printf("| -> RDX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RDX]); in nvmm_vcpu_dump()
67 printf("| -> RBX=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RBX]); in nvmm_vcpu_dump()
68 printf("| -> RSP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RSP]); in nvmm_vcpu_dump()
69 printf("| -> RBP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RBP]); in nvmm_vcpu_dump()
70 printf("| -> RSI=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RSI]); in nvmm_vcpu_dump()
71 printf("| -> RDI=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RDI]); in nvmm_vcpu_dump()
72 printf("| -> RIP=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RIP]); in nvmm_vcpu_dump()
73 printf("| -> RFLAGS=%"PRIx64"\n", state->gprs[NVMM_X64_GPR_RFLAGS]); in nvmm_vcpu_dump()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
HDcompress.c268 …(_("error: %pB(%pA) section size (%#" PRIx64 " bytes) is larger than file size (%#" PRIx64 " bytes… in bfd_get_full_section_contents()
279 (_("error: %pB(%pA) is too large (%#" PRIx64 " bytes)"), in bfd_get_full_section_contents()
HDihex.c793 (_("%pB 64-bit address %#" PRIx64 in ihex_write_object_contents()
852 (_("%pB: address %#" PRIx64 in ihex_write_object_contents()
/dragonfly/sys/dev/acpica/aibs/
HDatk0110.c250 "0x%08"PRIx64" %20s %5"PRIi64" / %5"PRIi64" " in aibs_attach_sif()
251 "0x%"PRIx64"\n", in aibs_attach_sif()
/dragonfly/contrib/gdb-7/gdb/common/
HDbuffer.c152 sprintf (str, "%" PRIx64, in buffer_xml_printf()
/dragonfly/sbin/devattr/
HDdevattr.c174 printf("%1$"PRIu64" (0x%1$"PRIx64")\n", in print_prop()
/dragonfly/usr.sbin/mptable/
HDmptable.c1021 printf( " address base: 0x%" PRIx64 "\n", entry.addressBase ); in sasEntry()
1022 printf( " address range: 0x%" PRIx64 "\n", entry.addressLength ); in sasEntry()
/dragonfly/sys/libprop/
HDprop_number.c204 sprintf(tmpstr, "0x%" PRIx64, pn->pn_value.pnv_unsigned); in _prop_number_externalize()
/dragonfly/contrib/wpa_supplicant/src/drivers/
HDdriver_macsec_qca.c471 "%s: NOT supported CipherSuite: %016" PRIx64, in macsec_qca_set_current_cipher_suite()
476 wpa_printf(MSG_DEBUG, "%s: CipherSuite: %016" PRIx64, __func__, cs); in macsec_qca_set_current_cipher_suite()
/dragonfly/sbin/route/
HDroute.c1546 printf(" key rsc %#" PRIx64 in print_rtmsg()
1547 " frame rsc %#" PRIx64, in print_rtmsg()
/dragonfly/contrib/xz/src/xz/
HDlist.c570 "%016" PRIx64, conv64le(buf.u64[0])); in parse_check_value()

12