Searched defs:be64toh (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dsolaris.h41 #define be64toh(x) htonll(x) macro
50 #define be64toh(x) (x) macro
H A Dos_header.h61 #define be64toh(x) htonll(x) macro
77 #define be64_to_cpu(x) be64toh(x)
H A Dpsif_endian.h84 #define be64toh(x) eps_be64toh(x) macro
91 #define be64_to_cpu(x) be64toh(x)
H A Dpsif_hw_setget.h45 # define be64toh(x) eps_be64toh(x) macro
51 # define be64_to_cpu(x) be64toh(x)

Completed in 21 milliseconds