Home
last modified time | relevance | path

Searched refs:htobe64 (Results 1 – 14 of 14) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c226 *(int64_t *)xdr->xdr_idx = htobe64(*lp); in xdr_int64()
257 *(uint64_t *)xdr->xdr_idx = htobe64(*lp); in xdr_uint64()
H A Dzfsimpl.c1779 be->vbe_version = htobe64(be->vbe_version); in vdev_write_bootenv()
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h70 #define htobe64(x) bswap64((x)) macro
84 #define htobe64(x) ((uint64_t)(x)) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c3189 sc->nvstore.eui64 = htobe64(strtoull(value, NULL, 0)); in pci_nvme_parse_config()
/illumos-gate/usr/src/cmd/dlutil/
H A Ddlsend.c139 msg.dm_count = htobe64(count); in main()
/illumos-gate/usr/src/head/
H A Dendian.h48 extern uint64_t htobe64(uint64_t);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S116 ENTRY(htobe64) function
120 SET_SIZE(htobe64)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c52 htobe64(uint64_t in) in htobe64() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers252 htobe64;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c121 htobe64(uint64_t in) in htobe64() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c121 htobe64(uint64_t in) in htobe64() function
/illumos-gate/usr/src/man/man3c/
H A DMakefile904 htobe64.3c \
1745 htobe64.3c := LINKSRC = endian.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc542 link path=usr/share/man/man3c/htobe64.3c target=endian.3c
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c64 test64 = htobe64(val64); in endian_fromhost()