/freebsd/contrib/ofed/libibverbs/ |
H A D | arch.h | 40 #undef htonll 43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function 45 #define htonll htonll macro
|
/freebsd/contrib/ofed/libibumad/ |
H A D | umad.h | 262 #ifndef htonll 263 #undef htonll 264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll() function 265 #define htonll htonll macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | byteorder.h | 99 #define htonll(x) BMASK_64(x) macro 104 htonll(uint64_t n) in htonll() function 115 #define htonll(x) BSWAP_64(x) macro
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.hton.d | 83 /after[2] != htonll(before[2])/ 85 printf("%x rather than %x", htonll(before[2]), after[2]);
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm_generic.c | 69 res[0] = htonll(z.a); in gcm_generic_mul() 70 res[1] = htonll(z.b); in gcm_generic_mul()
|
H A D | gcm.c | 146 counter = htonll(counter + 1); in gcm_mode_encrypt_contiguous_blocks() 240 counter = htonll(counter + 1); in gcm_encrypt_final() 263 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final() 303 counter = htonll(counter + 1); in gcm_decrypt_incomplete_block() 419 counter = htonll(counter + 1); in gcm_decrypt_final() 434 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len)); in gcm_decrypt_final() 522 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len)); in gcm_format_initial_blocks() 619 = htonll(CRYPTO_BYTES2BITS(gcm_param->ulAADLen)); in gcm_init_ctx() 1076 counter = htonll(counter + n); in gcm_incr_counter_block_by() 1273 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final_avx() [all …]
|
H A D | ccm.c | 111 counter = htonll(counter + 1); in ccm_mode_encrypt_contiguous_blocks() 460 counter = htonll(counter + 1); in ccm_mode_decrypt_contiguous_blocks() 684 mask = htonll(mask); in ccm_format_initial_blocks()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | byteorder.h | 77 htonll(uint64_t n) in htonll() function 89 htonll(uint64_t n) in htonll() function
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | byteorder.h | 85 #define htonll(x) BMASK_64(x) macro 88 #define htonll(x) BSWAP_64(x) macro
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | smpdump.c | 95 smp->tid = htonll(drmad_tid++); in drsmp_get_init() 120 smp->tid = htonll(drmad_tid++); in smp_get_init() 134 smp->tid = htonll(drmad_tid++); in drsmp_set_init()
|
H A D | mcm_rereg_test.c | 318 uint64_t prefix = htonll(0xfe80000000000000ull); in rereg_and_test_port() 319 uint64_t guid = htonll(0x0002c90200223825ull); in rereg_and_test_port() 338 guid = htonll(guid); in rereg_and_test_port()
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
H A D | byteorder.h | 114 htonll(uint64_t n) in htonll() function 126 htonll(uint64_t n)
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | byteorder.h | 145 htonll(uint64_t n) in htonll() function 157 htonll(uint64_t n)
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.hton.d | 53 trace(htonll(0x1122334455667788));
|
/freebsd/contrib/ofed/libibmad/ |
H A D | bm.c | 81 bm_data.bkey = htonll(call->bkey); in bm_call_via()
|
H A D | mad.h | 1808 #ifndef htonll 1809 #define htonll bswap_64 macro 1815 #ifndef htonll 1816 #define htonll(x) (x) macro
|
H A D | fields.c | 1135 nval = htonll(val); in _set_field64()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 94 INTFUNC(htonll(0x1234567890abcdefL))
|
/freebsd/sys/netinet/ |
H A D | sctp_uio.h | 1158 #ifndef htonll 1160 #define htonll(x) htobe64(x) macro
|
/freebsd/sys/contrib/rdma/krping/ |
H A D | krping.c | 106 #define htonll(x) cpu_to_be64((x)) macro 763 info->buf = htonll(buf); in krping_format_send()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_label.c | 1459 bootenv->vbe_version = htonll(bootenv->vbe_version); in vdev_label_write_bootenv()
|