Searched refs:be64toh (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dsolaris.h51 #define be64toh(x) htonll(x) macro
54 #define be64toh(x) (x) macro
H A Dpsif_hw_setget.h44 # define be64toh(x) eps_be64toh(x) macro
63 pte[2] = htobe64((be64toh(pte[2]) & 0x00000000ffffffffull) |
70 return((u32)((be64toh(pte[2]) >> 32) & 0x00000000ffffffffull));
81 pte[0] = htobe64((be64toh(pte[0]) & 0xffffffffffff0000ull) |
88 return((u16)((be64toh(pte[0]) >> 0) & 0x000000000000ffffull));
99 pte[0] = htobe64((be64toh(pte[0]) & 0xff000000ffffffffull) |
106 return((u32)((be64toh(pte[0]) >> 32) & 0x0000000000ffffffull));
114 pte[1] = htobe64((be64toh(pte[1]) & 0xffffffff7fffffffull) |
121 return((u8)((be64toh(pte[1]) >> 31) & 0x0000000000000001ull));
132 pte[2] = htobe64((be64toh(pt
[all...]
H A Dos_header.h60 #define be64toh(x) htonll(x) macro

Completed in 32 milliseconds