Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
be64toh
usr/src/boot/sys/sys/endian.h
77
#define be64toh(x) bswap64((x))
usr/src/boot/sys/sys/endian.h
91
#define be64toh(x) ((uint64_t)(x))
usr/src/lib/libc/i386/gen/byteorder64.c
76
be64toh(uint64_t in)
usr/src/lib/libc/sparc/gen/endian.c
157
be64toh(uint64_t in)
usr/src/lib/libc/sparcv9/gen/endian.c
157
be64toh(uint64_t in)