Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RGE_BSWAP_32
usr/src/uts/common/io/rge/rge.h
576
#define RGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \
usr/src/uts/common/io/rge/rge.h
584
#define RGE_BSWAP_32(x) (x)