Searched refs:BSWAP_8 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h107 #define BSWAP_8(x) ((x) & 0xff) macro
109 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
149 #define LE_8(x) BSWAP_8(x)
158 #define BE_8(x) BSWAP_8(x)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h99 #define BSWAP_8(x) ((x) & 0xff) macro
100 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c135 le->le_type = BSWAP_8(le->le_type);
136 le->le_value_intlen = BSWAP_8(le->le_value_intlen);
146 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type);
150 lc->l_array.la_type = BSWAP_8(lc->l_array.la_type);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h112 #define BSWAP_8(x) ((x) & 0xff) macro
113 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))

Completed in 71 milliseconds