Searched defs:htonll (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()
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/lib/sun_fc/common/
H A Dsun_fc.h148 #define htonll(x) (x) macro
151 #define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32)) macro
/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/lib/libc/i386/gen/
H A Dbyteorder64.c40 htonll(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
40 * unsigned long long htonll( hll )
45 ENTRY(htonll) function
49 SET_SIZE(htonll)
101 * eg. htons(), htonl(), and htonll().
/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
H A DprintAttrs.c38 #define htonll(x) (x) macro
41 #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/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/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/uts/intel/ia32/ml/
H A Di86_subr.s2070 /* htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
2079 htonll(uint64_t i)
2106 ENTRY(htonll) function
2112 SET_SIZE(htonll)
2135 ENTRY(htonll) function
2143 SET_SIZE(htonll)
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h219 #define htonll(x) (x) macro
222 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
/illumos-gate/usr/src/man/man3socket/
H A DMakefile95 htonll.3socket \
153 htonll.3socket := LINKSRC = byteorder.3socket

Completed in 77 milliseconds