Home
last modified time | relevance | path

Searched defs:ntohll (Results 1 – 12 of 12) sorted by relevance

/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
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h93 ntohll(uint64_t value) in ntohll() function
108 ntohll(uint64_t value) in ntohll() function
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c51 ntohll(uint64_t in) in ntohll() function
102 ntohll(uint64_t in) in ntohll() function
/illumos-gate/usr/src/cmd/fcinfo/
H A DprintAttrs.c40 #define ntohll(x) (x) macro
43 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
H A Dfcinfo.h51 #define ntohll(x) (x) macro
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c51 ntohll(uint64_t in) in ntohll() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c51 ntohll(uint64_t in) in ntohll() function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c46 ntohll(uint64_t in) in ntohll() function
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.h45 #define ntohll(x) (x) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h66 #define ntohll(x) (x) macro
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h48 #define ntohll(x) (x) macro
/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