Searched refs:ntohll (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibverbs/
H A Darch.h39 #ifndef ntohll
41 #undef ntohll macro
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } function
46 #define ntohll ntohll macro
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d90 /after[2] != ntohll(before[2])/
92 printf("%x rather than %x", ntohll(before[2]), after[2]);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_generic.c50 v.a = ntohll(y[0]);
51 v.b = ntohll(y[1]);
54 x = ntohll(x_in[j]);
H A Dctr.c91 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask);
100 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask);
H A Dgcm.c107 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
145 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
215 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
239 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
295 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
302 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
380 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
411 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
1144 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
1145 uint64_t counter = ntohll(ct
[all...]
H A Dccm.c111 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask);
462 counter = ntohll(ctx->ccm_cb[1] & ctx->ccm_counter_mask);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h86 #define ntohll(x) BMASK_64(x) macro
96 ntohll(uint64_t n) function
102 #define ntohll(x) BSWAP_64(x) macro
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d71 trace(ntohll(0x1122334455667788));
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h68 ntohll(uint64_t n) function
80 ntohll(uint64_t n) function
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h88 #define ntohll(x) BMASK_64(x) macro
91 #define ntohll(x) BSWAP_64(x) macro
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.h257 #ifndef ntohll
258 #undef ntohll macro
259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } function
260 #define ntohll ntohll macro
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c79 printf("\tNode GUID: 0x%016" PRIx64 "\n", ntohll(ca->node_guid));
81 ntohll(ca->system_guid));
190 printf("%sPort GUID: 0x%016" PRIx64 "\n", pre, ntohll(port->port_guid));
251 printf("0x%016" PRIx64 "\n", ntohll(guids[i]));
H A Dmcm_rereg_test.c169 " failed\n", ntohll(list[i].guid));
248 ntohll(list[i].guid), method, status);
301 ntohll(list[i].guid), status, method);
H A Dsmpquery.c406 (i * 8) + j, ntohll(p[0]), ntohll(p[1]));
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d97 INTFUNC(ntohll(0x1234567890abcdefL))
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h106 ntohll(uint64_t n) function
118 ntohll(uint64_t n) function
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h137 ntohll(uint64_t n) function
149 ntohll(uint64_t n) function
/freebsd-13-stable/contrib/ofed/libibmad/
H A Dresolve.c123 mad_set_field64(selfgid, 0, IB_GID_PREFIX_F, ntohll(port.gid_prefix));
124 mad_set_field64(selfgid, 0, IB_GID_GUID_F, ntohll(port.port_guid));
H A Dmad.h1805 #ifndef ntohll
1806 #define ntohll bswap_64 macro
1812 #ifndef ntohll
1813 #define ntohll(x) (x) macro
H A Dfields.c1145 return ntohll(val);
/freebsd-13-stable/sys/netinet/
H A Dsctp_uio.h1148 #ifndef ntohll
1150 #define ntohll(x) be64toh(x) macro
/freebsd-13-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c772 #define ntohll(x) be64toh((x)) macro
802 wr_hdr = ntohll(*p);
813 printf("%016" PRIx64 "%c", ntohll(*p),
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c109 #define ntohll(x) cpu_to_be64((x)) macro
327 cb->remote_addr = ntohll(cb->recv_buf.buf);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c1269 vbe->vbe_version = ntohll(vbe->vbe_version);

Completed in 188 milliseconds