Searched defs:ntohll (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
51 ntohll(uint64_t in) function
/illumos-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));
/illumos-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
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h39 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
93 ntohll(uint64_t value) function
108 ntohll(uint64_t value) function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c46 ntohll(uint64_t in) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s32 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
41 * unsigned long long ntohll( hll )
51 ENTRY(ntohll) function
55 SET_SIZE(ntohll)
167 * Convert in to little endian, eg. ntohll()
/illumos-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));
/illumos-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
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h66 #define ntohll(x) (x) macro
97 extern uint64_t ntohll(uint64_t);
/illumos-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
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s2070 /* htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
2083 ntohll(uint64_t i)
2107 ALTENTRY(ntohll) function
2111 SET_SIZE(ntohll)
2136 ALTENTRY(ntohll) function
2142 SET_SIZE(ntohll)
/illumos-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
/illumos-gate/usr/src/man/man3socket/
H A DMakefile124 ntohll.3socket \
156 ntohll.3socket := LINKSRC = byteorder.3socket

Completed in 79 milliseconds