/illumos-gate/usr/src/test/util-tests/tests/smbios/ |
H A D | smbios_test_memdevice.c | 89 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 D | smbios_test_fwinfo.c | 45 fw->smbfwii_imgsz = htole64(smbios_fwinfo_size); in smbios_test_fwinfo_mktable_common_fwinfo()
|
H A D | smbios_test_proc.c | 61 proc->smbpr_cpuid = htole64(smbios_proc_cpuid); in smbios_test_proc_fill()
|
H A D | smbios_test_pinfo.c | 135 rv.smbpairv_isa = htole64(smbios_pinfo_isa); in smbios_test_pinfo_mktable_riscv()
|
H A D | smbios.c | 202 ent30->smbe_staddr = htole64(P2ROUNDUP(sizeof (*ent30), 16)); in smbios_test_table_snapshot()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | endian.h | 73 #define htole64(x) ((uint64_t)(x)) macro 87 #define htole64(x) bswap64((x)) macro
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | endian.c | 35 htole64(uint64_t in) in htole64() function
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | acpi.c | 495 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 D | basl.c | 157 gas->Address = htole64(address); in basl_fill_gas() 619 .Address = htole64(address),
|
/illumos-gate/usr/src/head/ |
H A D | endian.h | 52 extern uint64_t htole64(uint64_t);
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | byteorder64.c | 58 htole64(uint64_t in) in htole64() function
|
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwncompat.h | 156 #define htole64(x) LE_64(x) macro
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | endian.c | 38 htole64(uint64_t in) in htole64() function
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | endian.c | 38 htole64(uint64_t in) in htole64() function
|
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | endian.h | 129 #define htole64(x) ((uint64_t)(x)) macro
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 71 test64 = htole64(val64); in endian_fromhost()
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | pack.c | 206 copy = htole64(*val); in l9p_pu64()
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 925 htole64.3c \ 1850 htole64.3c := LINKSRC = endian.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 377 htole64;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 545 link path=usr/share/man/man3c/htole64.3c target=endian.3c
|