Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RGE_BSWAP_64
usr/src/uts/common/io/rge/rge.h
580
#define RGE_BSWAP_64(x) (RGE_BSWAP_32((x) >> 32) | \
usr/src/uts/common/io/rge/rge.h
585
#define RGE_BSWAP_64(x) (x)