Searched defs:be32toh (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/open-fabrics/libsif/include/psifapi/
H A Dos_header.h63 #define be32toh(x) htonl(x) macro
79 #define be32_to_cpu(x) be32toh(x)
H A Dpsif_endian.h85 #define be32toh(x) eps_be32toh(x) macro
92 #define be32_to_cpu(x) be32toh(x)
H A Dpsif_hw_setget.h47 # define be32toh(x) eps_be32toh(x) macro
53 # define be32_to_cpu(x) be32toh(x)

Completed in 19 milliseconds