| /freebsd/contrib/ofed/libibverbs/ |
| H A D | arch.h | 39 #ifndef ntohll 41 #undef ntohll 44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function 46 #define ntohll ntohll macro
|
| /freebsd/contrib/ofed/libibumad/ |
| H A D | umad.h | 257 #ifndef ntohll 258 #undef ntohll 259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll() function 260 #define ntohll ntohll macro
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm_generic.c | 51 v.a = ntohll(y[0]); in gcm_generic_mul() 52 v.b = ntohll(y[1]); in gcm_generic_mul() 55 x = ntohll(x_in[j]); in gcm_generic_mul()
|
| H A D | gcm.c | 112 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks() 149 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks() 219 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final() 243 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final() 299 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_incomplete_block() 306 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block() 391 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_decrypt_final() 422 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final() 1177 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_incr_counter_block_by() 1178 uint64_t counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_incr_counter_block_by()
|
| H A D | ccm.c | 111 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_encrypt_contiguous_blocks() 460 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask); in ccm_mode_decrypt_contiguous_blocks()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | byteorder.h | 101 #define ntohll(x) BMASK_64(x) macro 111 ntohll(uint64_t n) in ntohll() function 117 #define ntohll(x) BSWAP_64(x) macro
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibstat.c | 80 printf("\tNode GUID: 0x%016" PRIx64 "\n", ntohll(ca->node_guid)); in ca_dump() 82 ntohll(ca->system_guid)); in ca_dump() 191 printf("%sPort GUID: 0x%016" PRIx64 "\n", pre, ntohll(port->port_guid)); in port_dump() 252 printf("0x%016" PRIx64 "\n", ntohll(guids[i])); in ports_list()
|
| H A D | mcm_rereg_test.c | 169 " failed\n", ntohll(list[i].guid)); in rereg_send_all() 248 ntohll(list[i].guid), method, status); in rereg_recv_all() 301 ntohll(list[i].guid), status, method); in rereg_query_all()
|
| H A D | smpquery.c | 406 (i * 8) + j, ntohll(p[0]), ntohll(p[1])); in guid_info()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.hton.d | 90 /after[2] != ntohll(before[2])/ 92 printf("%x rather than %x", ntohll(before[2]), after[2]);
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | byteorder.h | 84 ntohll(uint64_t n) in ntohll() function 96 ntohll(uint64_t n) in ntohll() function
|
| /freebsd/sys/cddl/compat/opensolaris/sys/ |
| H A D | byteorder.h | 86 #define ntohll(x) BMASK_64(x) macro 89 #define ntohll(x) BSWAP_64(x) macro
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | ipc_stream.c | 36 #if !defined(ntohll) 37 #define ntohll(x) k5_ntohll(x) macro 403 *out_int64 = ntohll (int64); in krb5int_ipc_stream_read_int64() 447 *out_uint64 = ntohll (uint64); in krb5int_ipc_stream_read_uint64()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | byteorder.h | 121 ntohll(uint64_t n) in ntohll() function 133 ntohll(uint64_t n)
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | byteorder.h | 152 ntohll(uint64_t n) in ntohll() function 164 ntohll(uint64_t n)
|
| /freebsd/contrib/ofed/libibmad/ |
| H A D | resolve.c | 123 mad_set_field64(selfgid, 0, IB_GID_PREFIX_F, ntohll(port.gid_prefix)); in ib_resolve_guid_via() 124 mad_set_field64(selfgid, 0, IB_GID_GUID_F, ntohll(port.port_guid)); in ib_resolve_guid_via()
|
| H A D | mad.h | 1805 #ifndef ntohll 1806 #define ntohll bswap_64 macro 1812 #ifndef ntohll 1813 #define ntohll(x) (x) macro
|
| H A D | fields.c | 1145 return ntohll(val); in _get_field64()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| H A D | tst.hton.d | 71 trace(ntohll(0x1122334455667788));
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.subr.d | 97 INTFUNC(ntohll(0x1234567890abcdefL))
|
| /freebsd/sys/netinet/ |
| H A D | sctp_uio.h | 1153 #ifndef ntohll 1155 #define ntohll(x) be64toh(x) macro
|
| /freebsd/tools/tools/cxgbtool/ |
| H A D | cxgbtool.c | 770 #define ntohll(x) be64toh((x)) macro 800 wr_hdr = ntohll(*p); in get_sge_desc() 811 printf("%016" PRIx64 "%c", ntohll(*p), in get_sge_desc()
|
| /freebsd/sys/contrib/rdma/krping/ |
| H A D | krping.c | 107 #define ntohll(x) cpu_to_be64((x)) macro 325 cb->remote_addr = ntohll(cb->recv_buf.buf); in server_recv()
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 1365 vbe->vbe_version = ntohll(vbe->vbe_version); in vdev_label_read_bootenv()
|