Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 14 of 14) sorted by relevance

/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/uts/intel/asm/
H A Dbyteorder.h86 htonll(uint64_t value) in htonll() function
102 htonll(uint64_t value) in htonll() function
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c44 htonll(uint64_t in) in htonll() function
96 htonll(uint64_t in) in htonll() function
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c39 #define htonll(x) (x) macro
42 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro
H A Dfcinfo.h50 #define htonll(x) (x) macro
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c45 htonll(uint64_t in) in htonll() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c45 htonll(uint64_t in) in htonll() function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S45 ENTRY(htonll) function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c40 htonll(uint64_t in) in htonll() function
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.h44 #define htonll(x) (x) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h67 #define htonll(x) (x) macro
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h47 #define htonll(x) (x) macro
/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/uts/intel/ml/
H A Di86_subr.S788 ENTRY(htonll) function