Symbol: ntohll
usr/src/cmd/fcinfo/fcinfo.h
51
#define ntohll(x) (x)
usr/src/cmd/fcinfo/fcinfo.h
54
#define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/cmd/fcinfo/printAttrs.c
40
#define ntohll(x) (x)
usr/src/cmd/fcinfo/printAttrs.c
43
#define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/cmd/isns/isnsadm/isnsadm.h
45
#define ntohll(x) (x)
usr/src/cmd/isns/isnsadm/isnsadm.h
48
#define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/cmd/sasinfo/sasinfo.h
48
#define ntohll(x) (x)
usr/src/cmd/sasinfo/sasinfo.h
51
#define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.h
220
#define ntohll(x) (x)
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.h
223
#define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/lib/libc/i386/gen/byteorder64.c
46
ntohll(uint64_t in)
usr/src/lib/libc/sparc/gen/byteorder.c
51
ntohll(uint64_t in)
usr/src/lib/libc/sparcv9/gen/byteorder.c
51
ntohll(uint64_t in)
usr/src/lib/sun_fc/common/sun_fc.h
149
#define ntohll(x) (x)
usr/src/lib/sun_fc/common/sun_fc.h
152
#define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(x >> 32))
usr/src/stand/lib/xdr/byteorder.c
102
ntohll(uint64_t in)
usr/src/stand/lib/xdr/byteorder.c
51
ntohll(uint64_t in)
usr/src/uts/common/sys/byteorder.h
66
#define ntohll(x) (x)
usr/src/uts/intel/asm/byteorder.h
108
ntohll(uint64_t value)
usr/src/uts/intel/asm/byteorder.h
93
ntohll(uint64_t value)