Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BSWAP_8
usr/src/boot/sys/cddl/boot/zfs/zfsimpl.h
126
#define BSWAP_8(x) ((x) & 0xff)
usr/src/grub/grub-0.97/stage2/fsys_zfs.h
99
#define BSWAP_8(x) ((x) & 0xff)
usr/src/uts/common/sys/byteorder.h
107
#define BSWAP_8(x) ((x) & 0xff)