HomeSort by relevance Sort by last modified time
    Searched refs:htonll (Results 1 - 25 of 55) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
byteorder.s 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
39 * unsigned long long htonll( hll )
44 ENTRY(htonll) function
48 SET_SIZE(htonll)
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
TargetEventListener.cc 76 hbalwwn = htonll(hbalwwn);
79 uint64_t tgtlwwn = htonll(e->getTargetPortWWN());
AdapterAddEventListener.cc 62 uint64_t lwwn = htonll(e->getPortWWN());
AdapterDeviceEventListener.cc 64 uint64_t lwwn = htonll(e->getPortWWN());
AdapterEventListener.cc 67 lwwn = htonll(lwwn);
AdapterPortEventListener.cc 67 lwwn = htonll(lwwn);
AdapterPortStatEventListener.cc 64 uint64_t lwwn = htonll(e->getPortWWN());
LinkEventListener.cc 64 uint64_t lwwn = htonll(e->getPortWWN());
Sun_fcSendCTPassThru.cc 50 uint64_t tmp = htonll(port->getPortWWN());
Sun_fcSendRNID.cc 49 uint64_t tmp = htonll(port->getPortWWN());
Sun_fcSendReadCapacity.cc 52 uint64_t tmp = htonll(port->getPortWWN());
Sun_fcSendReportLUNs.cc 50 uint64_t tmp = htonll(port->getPortWWN());
Sun_fcSendScsiInquiry.cc 51 uint64_t tmp = htonll(port->getPortWWN());
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
tst.hton.d 81 /after[2] != htonll(before[2])/
83 printf("%x rather than %x", htonll(before[2]), after[2]);
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
byteorder64.c 39 htonll(uint64_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
byteorder.c 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
tst.hton.d 53 trace(htonll(0x1122334455667788));
  /onnv/onnv-gate/usr/src/stand/lib/xdr/
byteorder.c 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
44 htonll(uint64_t in) function
96 htonll(uint64_t in) function
  /onnv/onnv-gate/usr/src/uts/intel/asm/
byteorder.h 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
80 extern __inline__ uint64_t htonll(uint64_t value) function
94 extern __inline__ uint64_t htonll(uint64_t value) function
  /onnv/onnv-gate/usr/src/cmd/isns/isnsadm/
isnsadm.h 44 #define htonll(x) (x) macro
47 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
  /onnv/onnv-gate/usr/src/uts/common/sys/
byteorder.h 67 #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));
  /onnv/onnv-gate/usr/src/cmd/fcinfo/
fcinfo.h 50 #define htonll(x) (x) macro
53 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
  /onnv/onnv-gate/usr/src/cmd/sasinfo/
sasinfo.h 47 #define htonll(x) (x) macro
50 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
  /onnv/onnv-gate/usr/src/common/crypto/modes/
gcm.c 115 res[0] = htonll(z.a);
116 res[1] = htonll(z.b);
184 counter = htonll(counter + 1);
280 counter = htonll(counter + 1);
302 ctx->gcm_len_a_len_c[1] = htonll(ctx->gcm_processed_data_len << 3);
342 counter = htonll(counter + 1);
435 counter = htonll(counter + 1);
464 ctx->gcm_len_a_len_c[1] = htonll(pt_len << 3);
550 len_a_len_c[1] = htonll(iv_len << 3);
632 gcm_ctx->gcm_len_a_len_c[0] = htonll(gcm_param->ulAADLen << 3)
    [all...]

Completed in 2519 milliseconds

1 2 3