Home
last modified time | relevance | path

Searched refs:dapls_byteswap32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h80 static __inline__ uint32_t dapls_byteswap32(uint32_t value) in dapls_byteswap32() function
112 #define HTOBE_32(x) dapls_byteswap32(x)
114 #define BETOH_32(x) dapls_byteswap32(x)