Symbol: htonll
usr/src/cmd/fcinfo/fcinfo.h
50
#define htonll(x) (x)
usr/src/cmd/fcinfo/fcinfo.h
53
#define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
usr/src/cmd/fcinfo/printAttrs.c
39
#define htonll(x) (x)
usr/src/cmd/fcinfo/printAttrs.c
42
#define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
usr/src/cmd/isns/isnsadm/isnsadm.h
44
#define htonll(x) (x)
usr/src/cmd/isns/isnsadm/isnsadm.h
47
#define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
usr/src/cmd/sasinfo/sasinfo.h
47
#define htonll(x) (x)
usr/src/cmd/sasinfo/sasinfo.h
50
#define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.h
219
#define htonll(x) (x)
usr/src/lib/cfgadm_plugins/fp/common/cfga_fp.h
222
#define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
usr/src/lib/libc/i386/gen/byteorder64.c
40
htonll(uint64_t in)
usr/src/lib/libc/sparc/gen/byteorder.c
45
htonll(uint64_t in)
usr/src/lib/libc/sparcv9/gen/byteorder.c
45
htonll(uint64_t in)
usr/src/lib/sun_fc/common/sun_fc.h
148
#define htonll(x) (x)
usr/src/lib/sun_fc/common/sun_fc.h
151
#define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32))
usr/src/stand/lib/xdr/byteorder.c
44
htonll(uint64_t in)
usr/src/stand/lib/xdr/byteorder.c
96
htonll(uint64_t in)
usr/src/uts/common/sys/byteorder.h
67
#define htonll(x) (x)
usr/src/uts/intel/asm/byteorder.h
102
htonll(uint64_t value)
usr/src/uts/intel/asm/byteorder.h
86
htonll(uint64_t value)