| /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/ |
| byteorder.s | 31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical 40 * unsigned long long ntohll( hll ) 50 ENTRY(ntohll) function 54 SET_SIZE(ntohll)
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
| tst.hton.d | 88 /after[2] != ntohll(before[2])/ 90 printf("%x rather than %x", ntohll(before[2]), after[2]);
|
| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| byteorder64.c | 45 ntohll(uint64_t in) function
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| byteorder.c | 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 51 ntohll(uint64_t in) function
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| byteorder.c | 38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 51 ntohll(uint64_t in) function
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/safety/ |
| tst.hton.d | 71 trace(ntohll(0x1122334455667788));
|
| /onnv/onnv-gate/usr/src/stand/lib/xdr/ |
| byteorder.c | 30 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs() 51 ntohll(uint64_t in) function 102 ntohll(uint64_t in) function
|
| /onnv/onnv-gate/usr/src/uts/intel/asm/ |
| byteorder.h | 38 * 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
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsadm/ |
| isnsadm.h | 45 #define ntohll(x) (x) macro 48 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
|
| /onnv/onnv-gate/usr/src/cmd/fcinfo/ |
| fcinfo.h | 51 #define ntohll(x) (x) macro 54 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
|
| printAttrs.c | 39 #define ntohll(x) (x) macro 42 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro 61 return (ntohll(tmp));
|
| fcoeadm.c | 66 return (ntohll(tmp));
|
| /onnv/onnv-gate/usr/src/cmd/sasinfo/ |
| sasinfo.h | 48 #define ntohll(x) (x) macro 51 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
|
| /onnv/onnv-gate/usr/src/common/crypto/modes/ |
| gcm.c | 96 v.a = ntohll(y[0]); 97 v.b = ntohll(y[1]); 100 x = ntohll(x_in[j]); 147 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); 183 counter = ntohll(ctx->gcm_cb[1] & counter_mask); 256 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); 279 counter = ntohll(ctx->gcm_cb[1] & counter_mask); 334 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); 341 counter = ntohll(ctx->gcm_cb[1] & counter_mask); 417 uint64_t counter_mask = ntohll(0x00000000ffffffffULL) [all...] |
| ctr.c | 99 lower_counter = ntohll(ctx->ctr_cb[1] & ctx->ctr_lower_mask); 108 ntohll(ctx->ctr_cb[0] & ctx->ctr_upper_mask);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
| tst.subr.d | 97 INTFUNC(ntohll(0x1234567890abcdefL))
|
| /onnv/onnv-gate/usr/src/lib/libdtrace/common/ |
| srp.d | 135 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);
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| sun_fc.h | 149 #define ntohll(x) (x) macro 152 #define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(x >> 32)) macro 162 return (ntohll(tmp));
|
| FCHBANPIVPort.cc | 74 portWWN = ntohll(tmp); 76 nodeWWN = ntohll(tmp);
|
| TgtFCHBAPort.cc | 233 portWWN = ntohll(tmp); 235 nodeWWN = ntohll(tmp);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| byteorder.h | 66 #define ntohll(x) (x) macro 97 extern uint64_t ntohll(uint64_t);
|
| /onnv/onnv-gate/usr/src/uts/intel/amd64/ml/ |
| amd64.il | 84 .inline ntohll,4
|
| /onnv/onnv-gate/usr/src/uts/intel/ia32/ml/ |
| ia32.il | 96 .inline ntohll,4
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| cfga_fp.h | 220 #define ntohll(x) (x) macro 223 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
|
| /onnv/onnv-gate/usr/src/lib/sun_sas/common/ |
| sun_sas.c | 373 tmp = ntohll(tmp);
|