Searched refs:htonll (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTargetEventListener.cc76 hbalwwn = htonll(hbalwwn);
79 uint64_t tgtlwwn = htonll(e->getTargetPortWWN());
H A DAdapterAddEventListener.cc62 uint64_t lwwn = htonll(e->getPortWWN());
H A DAdapterDeviceEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DAdapterEventListener.cc67 lwwn = htonll(lwwn);
H A DAdapterPortEventListener.cc67 lwwn = htonll(lwwn);
H A DAdapterPortStatEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DLinkEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DSun_fcSendCTPassThru.cc50 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendRNID.cc49 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendReadCapacity.cc52 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendReportLUNs.cc50 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendScsiInquiry.cc51 uint64_t tmp = htonll(port->getPortWWN());
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d81 /after[2] != htonll(before[2])/
83 printf("%x rather than %x", htonll(before[2]), after[2]);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d53 trace(htonll(0x1122334455667788));
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
44 htonll(uint64_t in) function
96 htonll(uint64_t in) function
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h39 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
86 htonll(uint64_t value) function
102 htonll(uint64_t value) function
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.h44 #define htonll(x) (x) macro
47 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s32 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
40 * unsigned long long htonll( hll )
45 ENTRY(htonll) function
49 SET_SIZE(htonll)
101 * eg. htons(), htonl(), and htonll().
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h67 #define htonll(x) (x) macro
96 extern uint64_t htonll(uint64_t);
130 #define BSWAP_64(x) htonll(x)
189 #define BE_IN64(xa) htonll(*((uint64_t *)(void *)(xa)))
225 #define BE_OUT64(xa, yv) *((uint64_t *)(void *)(xa)) = htonll((uint64_t)(yv));
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h50 #define htonll(x) (x) macro
53 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h47 #define htonll(x) (x) macro
50 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c114 res[0] = htonll(z.a);
115 res[1] = htonll(z.b);
185 counter = htonll(counter + 1);
281 counter = htonll(counter + 1);
304 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len));
344 counter = htonll(counter + 1);
450 counter = htonll(counter + 1);
465 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len));
551 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len));
634 = htonll(CRYPTO_BYTES2BIT
[all...]
H A Dctr.c100 lower_counter = htonll(lower_counter + 1);
109 upper_counter = htonll(upper_counter + 1);
225 ctr_ctx->ctr_lower_mask = htonll(lower_mask);
226 ctr_ctx->ctr_upper_mask = htonll(upper_mask);

Completed in 97 milliseconds

123