Searched refs:be16toh (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Dendian.h57 extern uint16_t be16toh(uint16_t);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s125 * uint16_t be16toh(uint16_t in)
136 ENTRY(be16toh) function
141 SET_SIZE(be16toh)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s99 / uint16_t be16toh(uint16_t in)
110 ENTRY(be16toh) function
115 SET_SIZE(be16toh)
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h75 #define be16toh(x) bswap16((x)) macro
89 #define be16toh(x) ((uint16_t)(x)) macro
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c133 be16toh(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c133 be16toh(uint16_t in) function
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c97 test16 = be16toh(val16);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c572 if (be16toh(dl->nparts) != VTOC8_NPARTS) {
576 sectors = be16toh(dl->nsecs);
577 heads = be16toh(dl->nheads);
584 dl->part[i].tag = be16toh(dl->part[i].tag);
/illumos-gate/usr/src/man/man3c/
H A DMakefile702 be16toh.3c \
1657 be16toh.3c := LINKSRC = endian.3c

Completed in 56 milliseconds