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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h15 #define be16_to_cpu(x) (x) macro
H A Dlittle_bswap.h15 #define be16_to_cpu(x) __bswap_16(x) macro
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h142 #define be16_to_cpu(x) BE_16((uint16_t)(x)) macro

Completed in 107 milliseconds