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

12

/opensolaris-onvv-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
40 * unsigned long long ntohll( hll )
50 ENTRY(ntohll) function
54 SET_SIZE(ntohll)
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d88 /after[2] != ntohll(before[2])/
90 printf("%x rather than %x", ntohll(before[2]), after[2]);
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c45 ntohll(uint64_t in) function
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d71 trace(ntohll(0x1122334455667788));
/opensolaris-onvv-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
102 ntohll(uint64_t in) function
/opensolaris-onvv-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
86 extern __inline__ uint64_t ntohll(uint64_t value) function
99 extern __inline__ uint64_t ntohll(uint64_t value) function
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.h45 #define ntohll(x) (x) macro
48 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
/opensolaris-onvv-gate/usr/src/cmd/fcinfo/
H A Dfcinfo.h51 #define ntohll(x) (x) macro
54 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
H A DprintAttrs.c39 #define ntohll(x) (x) macro
42 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
61 return (ntohll(tmp));
/opensolaris-onvv-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h48 #define ntohll(x) (x) macro
51 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
/opensolaris-onvv-gate/usr/src/common/crypto/modes/
H A Dgcm.c95 v.a = ntohll(y[0]);
96 v.b = ntohll(y[1]);
99 x = ntohll(x_in[j]);
148 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
184 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
257 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
280 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
336 uint64_t counter_mask = ntohll(0x00000000ffffffffULL);
343 counter = ntohll(ctx->gcm_cb[1] & counter_mask);
419 uint64_t counter_mask = ntohll(
[all...]
H A Dctr.c99 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask);
108 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d97 INTFUNC(ntohll(0x1234567890abcdefL))
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dsrp.d135 ti_lun = ntohll(*(uint64_t *)((scsi_task_t *)arg2)->task_lun_no);
147 ti_lun = ntohll(*(uint64_t *)P->iu_stmf_task->task_lun_no);
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A Dsun_fc.h149 #define ntohll(x) (x) macro
152 #define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(x >> 32)) macro
162 return (ntohll(tmp));
H A DFCHBANPIVPort.cc74 portWWN = ntohll(tmp);
76 nodeWWN = ntohll(tmp);
H A DTgtFCHBAPort.cc233 portWWN = ntohll(tmp);
235 nodeWWN = ntohll(tmp);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dbyteorder.h66 #define ntohll(x) (x) macro
97 extern uint64_t ntohll(uint64_t);
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dloop.c91 rdsv3_send_drop_acked(conn, ntohll(rm->m_inc.i_hdr.h_sequence),
H A Drds_recv.c205 (unsigned long long)ntohll(inc->i_hdr.h_sequence),
232 if (ntohll(inc->i_hdr.h_sequence) < conn->c_next_rx_seq &&
237 conn->c_next_rx_seq = ntohll(inc->i_hdr.h_sequence) + 1;
660 minfo.seq = ntohll(inc->i_hdr.h_sequence);
/opensolaris-onvv-gate/usr/src/uts/intel/amd64/ml/
H A Damd64.il84 .inline ntohll,4
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il96 .inline ntohll,4
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h220 #define ntohll(x) (x) macro
223 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro

Completed in 282 milliseconds

12