Home
last modified time | relevance | path

Searched refs:betoh64 (Results 1 – 10 of 10) sorted by path

/illumos-gate/usr/src/cmd/dlutil/
H A Ddlrecv.c128 (void) printf(" seq=%" PRIu64 " host=%s\n", betoh64(msg->dm_count), in dlrecv_print()
/illumos-gate/usr/src/head/
H A Dendian.h65 extern uint64_t betoh64(uint64_t);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S169 ENTRY(betoh64) function
173 SET_SIZE(betoh64)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c64 betoh64(uint64_t in) in betoh64() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers258 betoh64;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c151 betoh64(uint64_t in) in betoh64() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c151 betoh64(uint64_t in) in betoh64() function
/illumos-gate/usr/src/man/man3c/
H A DMakefile726 betoh64.3c \
1740 betoh64.3c := LINKSRC = endian.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc207 link path=usr/share/man/man3c/betoh64.3c target=endian.3c
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c109 test64 = betoh64(val64); in endian_frombig()