Symbol: htole64
sbin/gpt/add.c
77
ent->ent_lba_start = htole64((uint64_t)map->map_start);
sbin/gpt/add.c
78
ent->ent_lba_end = htole64((uint64_t)(map->map_start +
sbin/gpt/gpt.c
959
hdr->hdr_lba_self = htole64((uint64_t)gpt->gpt->map_start);
sbin/gpt/gpt.c
960
hdr->hdr_lba_alt = htole64((uint64_t)last);
sbin/gpt/gpt.c
961
hdr->hdr_lba_start = htole64((uint64_t)(gpt->tbl->map_start + blocks));
sbin/gpt/gpt.c
962
hdr->hdr_lba_end = htole64((uint64_t)(last - blocks - 1LL));
sbin/gpt/gpt.c
965
hdr->hdr_lba_table = htole64((uint64_t)(gpt->tbl->map_start));
sbin/gpt/gpt.c
996
hdr->hdr_lba_self = htole64((uint64_t)gpt->tpg->map_start);
sbin/gpt/gpt.c
997
hdr->hdr_lba_alt = htole64((uint64_t)gpt->gpt->map_start);
sbin/gpt/gpt.c
998
hdr->hdr_lba_table = htole64((uint64_t)gpt->lbt->map_start);
sbin/gpt/migrate.c
227
ent->ent_lba_start = htole64((uint64_t)ofs);
sbin/gpt/migrate.c
228
ent->ent_lba_end = htole64((uint64_t)(ofs +
sbin/gpt/migrate.c
322
ent->ent_lba_start = htole64((uint64_t)start);
sbin/gpt/migrate.c
323
ent->ent_lba_end = htole64((uint64_t)(start + size - 1LL));
sbin/gpt/recover.c
104
hdr->hdr_lba_self = htole64((uint64_t)(*dgpt)->map_start);
sbin/gpt/recover.c
105
hdr->hdr_lba_alt = htole64((uint64_t)sgpt->map_start);
sbin/gpt/recover.c
106
hdr->hdr_lba_table = htole64((uint64_t)dtbl->map_start);
sbin/gpt/resize.c
127
end = htole64((uint64_t)(map->map_start + newsize - 1LL));
sbin/gpt/resizedisk.c
200
hdr->hdr_lba_alt = htole64((uint64_t)gpt->tpg->map_start);
sbin/gpt/resizedisk.c
202
hdr->hdr_lba_end = htole64((uint64_t)(gpt->lbt->map_start - 1));
sbin/gpt/resizedisk.c
208
hdr->hdr_lba_self = htole64((uint64_t)gpt->tpg->map_start);
sbin/gpt/resizedisk.c
209
hdr->hdr_lba_alt = htole64((uint64_t)gpt->gpt->map_start);
sbin/gpt/resizedisk.c
210
hdr->hdr_lba_end = htole64((uint64_t)(gpt->lbt->map_start - 1));
sbin/gpt/resizedisk.c
211
hdr->hdr_lba_table = htole64((uint64_t)gpt->lbt->map_start);
sbin/gpt/restore.c
151
ent.ent_lba_start = htole64(ent.ent_lba_start);
sbin/gpt/restore.c
154
ent.ent_lba_end = htole64(ent.ent_lba_end);
sbin/gpt/restore.c
157
ent.ent_attr = htole64(ent.ent_attr);
sbin/gpt/restore.c
356
hdr->hdr_lba_self = htole64(GPT_HDR_BLKNO);
sbin/gpt/restore.c
357
hdr->hdr_lba_alt = htole64((uint64_t)last);
sbin/gpt/restore.c
358
hdr->hdr_lba_start = htole64((uint64_t)firstdata);
sbin/gpt/restore.c
359
hdr->hdr_lba_end = htole64((uint64_t)lastdata);
sbin/gpt/restore.c
361
hdr->hdr_lba_table = htole64(2);
sbin/gpt/restore.c
372
hdr->hdr_lba_self = htole64((uint64_t)last);
sbin/gpt/restore.c
373
hdr->hdr_lba_alt = htole64(GPT_HDR_BLKNO);
sbin/gpt/restore.c
374
hdr->hdr_lba_table = htole64((uint64_t)(lastdata + 1));
sys/arch/arm/cortex/gicv3_its.c
139
dw[i] = htole64(cmd->dw[i]);
sys/arch/hpc/stand/include/machine/endian.h
199
#define le64toh(x) htole64(x)
sys/arch/hppa/dev/astro.c
297
r->tlb_pdir_base = htole64(VM_PAGE_TO_PHYS(m));
sys/arch/hppa/dev/astro.c
759
*tte_ptr = htole64(tte);
sys/arch/hppa/dev/astro.c
791
*tte_ptr = htole64(tte & ~IOTTE_V);
sys/arch/hppa/dev/dino.c
814
*(volatile uint64_t *)h = htole64(vv);
sys/arch/hppa/dev/elroy.c
1055
vv = htole64(vv);
sys/arch/hppa/dev/elroy.c
602
*(volatile uint64_t *)h = htole64(vv);
sys/arch/hppa/dev/elroy.c
714
*p = htole64(*a++);
sys/arch/hppa/dev/elroy.c
759
vv = htole64(vv);
sys/arch/hppa/dev/elroy.c
935
*p++ = htole64(data);
sys/arch/sandpoint/stand/altboot/stg.c
218
txd[0].xd0 = htole64(VTOPHYS(&txd[1]));
sys/arch/sandpoint/stand/altboot/stg.c
219
txd[0].xd1 = htole64(T1_EMPTY);
sys/arch/sandpoint/stand/altboot/stg.c
220
txd[1].xd0 = htole64(VTOPHYS(&txd[0]));
sys/arch/sandpoint/stand/altboot/stg.c
221
txd[1].xd1 = htole64(T1_EMPTY);
sys/arch/sandpoint/stand/altboot/stg.c
223
rxd[0].xd0 = htole64(VTOPHYS(&rxd[1]));
sys/arch/sandpoint/stand/altboot/stg.c
224
rxd[0].xd2 = htole64(VTOPHYS(l->rxstore[0]) |
sys/arch/sandpoint/stand/altboot/stg.c
226
rxd[1].xd0 = htole64(VTOPHYS(&rxd[0]));
sys/arch/sandpoint/stand/altboot/stg.c
227
rxd[1].xd2 = htole64(VTOPHYS(l->rxstore[1]) |
sys/arch/sandpoint/stand/altboot/stg.c
299
txd->xd2 = htole64(VTOPHYS(buf) | ((uint64_t)len << 48));
sys/arch/sandpoint/stand/altboot/stg.c
300
txd->xd1 = htole64(T1_NOALIGN | (1 << 24));
sys/arch/sparc/dev/ts102.c
280
htole64(value);
sys/arch/sparc/sparc/msiiep.c
637
(*(volatile uint64_t *)(handle + offset)) = htole64(value);
sys/dev/ic/ahcisata_core.c
1785
cmd_tbl->cmdt_prd[seg].prd_dba = htole64(
sys/dev/ic/ahcisata_core.c
476
htole64(achp->ahcic_bus_cmd_tbl[j]);
sys/dev/ic/aic79xx_osm.h
168
#define ahd_htole64(x) htole64(x)
sys/dev/ic/aic7xxx_osm.h
183
#define ahc_htole64(x) htole64(x)
sys/dev/ic/arn5008.c
742
tap->wr_tsft = htole64(tsf);
sys/dev/ic/arn9003.c
893
tap->wr_tsft = htole64(tsf);
sys/dev/ic/ath.c
3210
sc->sc_rx_th.wr_tsf = htole64(
sys/dev/ic/ath.c
3986
sc->sc_tx_th.wt_tsf = htole64(tsf);
sys/dev/ic/atw.c
2440
u.word = htole64(tsft);
sys/dev/ic/ciss.c
359
cmd->err_pa = htole64((u_int64_t)pa);
sys/dev/ic/gemvar.h
245
(((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
sys/dev/ic/ld_aac.c
151
raw->BlockNumber = htole64(blkno);
sys/dev/ic/ld_aac.c
165
sge->SgAddress = htole64(xfer->dm_segs[i].ds_addr);
sys/dev/ic/ld_aac.c
261
sge->SgAddress = htole64(xfer->dm_segs[i].ds_addr);
sys/dev/ic/mfi.c
1792
sgl->sg_ieee[i].addr = htole64(sgd[i].ds_addr);
sys/dev/ic/mfi.c
1800
sgl->sg64[i].addr = htole64(sgd[i].ds_addr);
sys/dev/ic/mfi.c
3301
sgl_ptr->Address = htole64(sgd[i].ds_addr);
sys/dev/ic/mfi.c
3331
sgl_ptr->Address = htole64(sgd[i].ds_addr);
sys/dev/ic/mpt.h
195
#define HOST_2_MPT64(ptr, tag) ptr->tag = htole64(ptr->tag)
sys/dev/ic/nvmevar.h
179
#define htolem64(p, x) (*((uint64_t *)(p)) = htole64(x))
sys/dev/ic/rt2560.c
1336
htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
sys/dev/ic/rt2661.c
1124
htole64(((uint64_t)tsf_hi << 32) | tsf_lo);
sys/dev/ic/rtw.c
1627
htole64(((uint64_t)htsfth << 32) | htsftl);
sys/dev/ic/siisata.c
1403
htole64(schp->sch_datad[slot]->dm_segs[seg].ds_addr);
sys/dev/ic/ssdfb.c
1473
return htole64(x);
sys/dev/marvell/mvcesa.c
514
bits = htole64(bits);
sys/dev/nand/nandemulator.c
680
address = htole64(sc->sc_address);
sys/dev/nand/nandemulator.c
700
address = htole64(sc->sc_address);
sys/dev/pci/if_age.c
1293
desc->addr = htole64(map->dm_segs[i].ds_addr);
sys/dev/pci/if_age.c
2265
desc->addr = htole64(rxd->rx_dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_alc.c
1994
desc->addr = htole64(map->dm_segs[idx].ds_addr);
sys/dev/pci/if_alc.c
2468
rxd->rx_desc->addr = htole64(rxd->rx_dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_ale.c
1002
desc->addr = htole64(map->dm_segs[i].ds_addr);
sys/dev/pci/if_aq.c
4822
htole64(rxring->rxr_mbufs[idx].dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_aq.c
5392
htole64(map->dm_segs[i].ds_addr);
sys/dev/pci/if_casvar.h
221
#define CAS_DMA_WRITE(v) htole64(v)
sys/dev/pci/if_iavf.c
2568
rxd->paddr = htole64(map->dm_segs[0].ds_addr);
sys/dev/pci/if_iavf.c
2569
rxd->haddr = htole64(0);
sys/dev/pci/if_iavf.c
2825
dtype = txd->cmd & htole64(IXL_TX_DESC_DTYPE_MASK);
sys/dev/pci/if_iavf.c
2826
if (dtype != htole64(IXL_TX_DESC_DTYPE_DONE))
sys/dev/pci/if_iavf.c
3057
txd->addr = htole64(map->dm_segs[i].ds_addr);
sys/dev/pci/if_iavf.c
3058
txd->cmd = htole64(cmd);
sys/dev/pci/if_iavf.c
3066
txd->cmd = htole64(cmd);
sys/dev/pci/if_iavf.c
4731
txq->dma_ring_addr = htole64(IXL_DMA_DVA(&txr->txr_mem));
sys/dev/pci/if_iavf.c
4741
rxq->dma_ring_addr = htole64(IXL_DMA_DVA(&rxr->rxr_mem));
sys/dev/pci/if_iwm.c
3275
htole64(dev_phy_addr);
sys/dev/pci/if_iwm.c
6325
sta->dtim_tsf = htole64(tsf + dtim_off);
sys/dev/pci/if_ixl.c
2452
txq.base = htole64(IXL_DMA_DVA(&txr->txr_mem) / IXL_HMC_TXQ_BASE_UNIT);
sys/dev/pci/if_ixl.c
2746
txd->addr = htole64(map->dm_segs[i].ds_addr);
sys/dev/pci/if_ixl.c
2747
txd->cmd = htole64(cmd);
sys/dev/pci/if_ixl.c
2755
txd->cmd = htole64(cmd);
sys/dev/pci/if_ixl.c
2814
dtype = txd->cmd & htole64(IXL_TX_DESC_DTYPE_MASK);
sys/dev/pci/if_ixl.c
2815
if (dtype != htole64(IXL_TX_DESC_DTYPE_DONE))
sys/dev/pci/if_ixl.c
3074
rxq.base = htole64(IXL_DMA_DVA(&rxr->rxr_mem) / IXL_HMC_RXQ_BASE_UNIT);
sys/dev/pci/if_ixl.c
3354
rxd->paddr = htole64(map->dm_segs[0].ds_addr);
sys/dev/pci/if_ixl.c
3355
rxd->haddr = htole64(0);
sys/dev/pci/if_ixl.c
5161
*sdpage = htole64(dva | IXL_HMC_PDVALID);
sys/dev/pci/if_rge.c
1441
r->hi_qword0.rge_addr = htole64(rxmap->dm_segs[0].ds_addr);
sys/dev/pci/if_rge.c
587
d->rge_addr = htole64(txmap->dm_segs[i].ds_addr);
sys/dev/pci/if_rge.c
605
d->rge_addr = htole64(txmap->dm_segs[0].ds_addr);
sys/dev/pci/if_stge.c
1521
sc->sc_txdescs[i].tfd_next = htole64(
sys/dev/pci/if_stge.c
1523
sc->sc_txdescs[i].tfd_control = htole64(TFD_TFDDone);
sys/dev/pci/if_stge.c
267
htole64(FRAG_ADDR(__ds->ds_dmamap->dm_segs[0].ds_addr + 2) |\
sys/dev/pci/if_stge.c
270
htole64((uint64_t)STGE_CDRXADDR((sc), STGE_NEXTRX((x)))); \
sys/dev/pci/if_stge.c
906
htole64(FRAG_ADDR(dmamap->dm_segs[seg].ds_addr) |
sys/dev/pci/if_stge.c
975
tfd->tfd_control = htole64(tfc);
sys/dev/pci/if_wm.c
1948
htole64(rxs->rxs_dmamap->dm_segs[0].ds_addr + sc->sc_align_tweak);
sys/dev/pci/if_wm.c
1954
htole64(rxs->rxs_dmamap->dm_segs[0].ds_addr + sc->sc_align_tweak);
sys/dev/pci/if_wm.c
9752
htole64(dmamap->dm_segs[0].ds_addr);
sys/dev/pci/if_wm.c
9777
htole64(dmamap->dm_segs[seg].ds_addr);
sys/dev/pci/igc/if_igc.c
2643
rxdesc->read.pkt_addr = htole64(map->dm_segs[0].ds_addr);
sys/dev/pci/igc/if_igc.c
97
#define htolem64(p, x) (*((uint64_t *)(p)) = htole64(x))
sys/dev/pci/ixgbe/ix_txrx.c
1399
htole64(rxbuf->pmap->dm_segs[0].ds_addr);
sys/dev/pci/ixgbe/ix_txrx.c
1545
rxr->rx_base[i].read.pkt_addr = htole64(paddr);
sys/dev/pci/ixgbe/ix_txrx.c
1546
rxbuf->addr = htole64(paddr);
sys/dev/pci/ixgbe/ix_txrx.c
1578
htole64(rxbuf->pmap->dm_segs[0].ds_addr);
sys/dev/pci/ixgbe/ix_txrx.c
1579
rxbuf->addr = htole64(rxbuf->pmap->dm_segs[0].ds_addr);
sys/dev/pci/ixgbe/ix_txrx.c
524
segaddr = htole64(map->dm_segs[j].ds_addr);
sys/dev/pci/ixgbe/ixgbe_netmap.c
286
curr->read.buffer_addr = htole64(paddr);
sys/dev/pci/ixgbe/ixgbe_netmap.c
478
curr->read.pkt_addr = htole64(paddr);
sys/dev/pci/ld_twa.c
320
_lto8b(htole64(bp->b_rawblkno),
sys/dev/pci/mfii.c
1256
sge->sg_addr = htole64(ccb->ccb_sense_dva);
sys/dev/pci/mfii.c
1333
sgl->sg64[0].addr = htole64(MFII_DMA_DVA(mdm));
sys/dev/pci/mfii.c
1968
sge->sg_addr = htole64(ccb->ccb_mfi_dva);
sys/dev/pci/mfii.c
2147
iiq->timestamp = htole64(time_uptime);
sys/dev/pci/mfii.c
2673
ce->sg_addr = htole64(ccb->ccb_sgl_dva);
sys/dev/pci/mfii.c
2686
sge->sg_addr = htole64(dmap->dm_segs[i].ds_addr);
sys/dev/pci/mfii.c
79
#define MFII_REQ_MFA(_a) htole64((_a) | MFII_REQ_TYPE_MFA)
sys/dev/pci/mly.c
1593
htole64(mc->mc_packetphys);
sys/dev/pci/mly.c
1725
htole64(mly->mly_sg_busaddr +
sys/dev/pci/mly.c
1733
sg->physaddr = htole64(ds->ds_addr);
sys/dev/pci/mly.c
1734
sg->length = htole64(ds->ds_len);
sys/dev/pci/mly.c
865
mci.param.setmemorymailbox.command_mailbox_physaddr = htole64(tmp);
sys/dev/pci/mly.c
868
mci.param.setmemorymailbox.status_mailbox_physaddr = htole64(tmp);
sys/dev/pci/mly.c
871
mci.param.setmemorymailbox.health_buffer_physaddr = htole64(tmp);
sys/dev/pci/mly.c
932
ioctl->sense_buffer_address = htole64(mci->sense_buffer_address);
sys/dev/pci/mpii.c
858
csge->sg_addr = htole64(ccb->ccb_cmd_dva +
sys/dev/pci/mpii.c
867
sge->sg_addr = htole64(dmap->dm_segs[i].ds_addr);
sys/dev/sbus/stp4020.c
290
(*(volatile uint64_t *)(handle + offset)) = htole64(value);
sys/dev/usb/if_athn_usb.c
2185
tap->wr_tsft = htole64(be64toh(rs->rs_tstamp));
sys/dev/usb/xhci.c
1561
spbufarray[i] = htole64(DMAADDR(dma, 0));
sys/dev/usb/xhci.c
1650
htole64(DMAADDR(&sc->sc_spbufarray_dma, 0));
sys/dev/usb/xhci.c
1679
erst[0].erste_0 = htole64(xhci_ring_trbp(sc->sc_er, 0));
sys/dev/usb/xhci.c
3506
dcbaa[si] = htole64(dcba);
sys/dev/usb/xhci.c
3676
*(uint64_t *)(&cp[2]) = htole64(
sys/dev/usb/xhci.c
555
trb->trb_0 = htole64(parameter);
sys/lib/libkern/entpool.h
58
#define ENTPOOL_HTOW htole64
sys/net/if_wg.c
1644
const uint64_t now = time_second/60, now_le = htole64(now);
sys/net/if_wg.c
4479
wgmd->wgmd_counter = htole64(wg_session_inc_send_counter(wgs));
sys/sys/bootblock.h
803
*(cksum) = htole64(_cksum); \
sys/sys/endian.h
181
#define le64toh(x) htole64(x)
sys/ufs/chfs/chfs_gc.c
1100
fdnode->version = htole64(++ip->chvc->highest_version);
sys/ufs/chfs/chfs_write.c
189
fdirent->vno = htole64(ino);
sys/ufs/chfs/chfs_write.c
190
fdirent->pvno = htole64(pdir->ino);
sys/ufs/chfs/chfs_write.c
191
fdirent->version = htole64(++pdir->chvc->highest_version);
sys/ufs/chfs/chfs_write.c
309
dnode->vno = htole64(ip->ino);
sys/ufs/chfs/chfs_write.c
310
dnode->version = htole64(++ip->chvc->highest_version);
sys/ufs/chfs/chfs_write.c
311
dnode->offset = htole64(ofs);
sys/ufs/chfs/chfs_write.c
74
fvnode->vno = htole64(ip->ino);
sys/ufs/chfs/chfs_write.c
75
fvnode->version = htole64(++ip->chvc->highest_version);
sys/ufs/chfs/ebh.c
268
ebhdr->u.nand_hdr.serial = htole64(++(*ebh->max_serial));
tools/compat/compat_defs.h
1142
#if !HAVE_DECL_HTOLE64 && !defined(htole64)
tools/compat/compat_defs.h
1161
#if !HAVE_DECL_HTOLE64 && !defined(htole64)
tools/compat/compat_defs.h
1181
#define le64toh(x) htole64(x)
usr.bin/mkubootimage/mkubootimage.c
396
hdr->text_offset = htole64(image_entrypoint);
usr.bin/mkubootimage/mkubootimage.c
397
hdr->image_size = htole64(dsize);
usr.sbin/installboot/arch/alpha.c
289
htole64(howmany(params->s1stat.st_size,
usr.sbin/installboot/arch/alpha.c
291
bb.bb_secstart = htole64(startblock);
usr.sbin/makefs/chfs/chfs_mkfs.c
147
ebhdr.u.nand_hdr.serial = htole64(++(max_serial));
usr.sbin/makefs/chfs/chfs_mkfs.c
175
fvnode.vno = htole64(node->inode->ino);
usr.sbin/makefs/chfs/chfs_mkfs.c
176
fvnode.version = htole64(version++);
usr.sbin/makefs/chfs/chfs_mkfs.c
207
fdirent.vno = htole64(node->inode->ino);
usr.sbin/makefs/chfs/chfs_mkfs.c
209
fdirent.pvno = htole64(node->parent->inode->ino);
usr.sbin/makefs/chfs/chfs_mkfs.c
211
fdirent.pvno = htole64(node->inode->ino);
usr.sbin/makefs/chfs/chfs_mkfs.c
214
fdirent.version = htole64(version++);
usr.sbin/makefs/chfs/chfs_mkfs.c
298
fdata.vno = htole64(node->inode->ino);