Home
last modified time | relevance | path

Searched refs:htole64 (Results 1 – 20 of 20) sorted by path

/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h73 #define htole64(x) ((uint64_t)(x)) macro
87 #define htole64(x) bswap64((x)) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c495 fadt.XFacs = htole64(0); /* patched by basl */ in build_fadt()
496 fadt.XDsdt = htole64(0); /* patched by basl */ in build_fadt()
645 mcfg_allocation.Address = htole64(pci_ecfg_base()); in build_mcfg()
671 rsdp.XsdtPhysicalAddress = htole64(0); /* patched by basl */ in build_rsdp()
H A Dbasl.c146 gas->Address = htole64(address); in basl_fill_gas()
598 .Address = htole64(address),
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dendian.h129 #define htole64(x) ((uint64_t)(x)) macro
/illumos-gate/usr/src/head/
H A Dendian.h52 extern uint64_t htole64(uint64_t);
/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c206 copy = htole64(*val); in l9p_pu64()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c35 htole64(uint64_t in) in htole64() function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c58 htole64(uint64_t in) in htole64() function
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers255 htole64;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c38 htole64(uint64_t in) in htole64() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c38 htole64(uint64_t in) in htole64() function
/illumos-gate/usr/src/man/man3c/
H A DMakefile907 htole64.3c \
1748 htole64.3c := LINKSRC = endian.3c
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc545 link path=usr/share/man/man3c/htole64.3c target=endian.3c
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c71 test64 = htole64(val64); in endian_fromhost()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c202 ent30->smbe_staddr = htole64(P2ROUNDUP(sizeof (*ent30), 16)); in smbios_test_table_snapshot()
H A Dsmbios_test_fwinfo.c45 fw->smbfwii_imgsz = htole64(smbios_fwinfo_size); in smbios_test_fwinfo_mktable_common_fwinfo()
H A Dsmbios_test_memdevice.c89 mem->smbmdev_nvsize = htole64(UINT64_MAX); in smbios_test_memdevice_fill()
90 mem->smbmdev_volsize = htole64(UINT64_MAX); in smbios_test_memdevice_fill()
91 mem->smbmdev_cachesize = htole64(UINT64_MAX); in smbios_test_memdevice_fill()
92 mem->smbmdev_logicalsize = htole64(UINT64_MAX); in smbios_test_memdevice_fill()
H A Dsmbios_test_pinfo.c135 rv.smbpairv_isa = htole64(smbios_pinfo_isa); in smbios_test_pinfo_mktable_riscv()
H A Dsmbios_test_proc.c58 proc->smbpr_cpuid = htole64(smbios_proc_cpuid); in smbios_test_proc_fill()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h156 #define htole64(x) LE_64(x) macro