Symbol: le64toh
sbin/gpt/expand.c
127
(off_t)le64toh(ent->ent_lba_end) > last_data) {
sbin/gpt/expand.c
130
last_data = le64toh(ent->ent_lba_end);
sbin/gpt/expand.c
152
new_size = last - blocks - le64toh(last_ent->ent_lba_start);
sbin/gpt/expand.c
154
new_end = le64toh(last_ent->ent_lba_start) + new_size - 1;
sbin/gpt/expand.c
156
if ((off_t)le64toh(last_ent->ent_lba_end) < new_end) {
sbin/gpt/expand.c
159
(uintmax_t)le64toh(last_ent->ent_lba_end),
sbin/gpt/expand.c
162
} else if ((off_t)le64toh(last_ent->ent_lba_end) == new_end) {
sbin/gpt/expand.c
169
(uintmax_t)le64toh(last_ent->ent_lba_end),
sbin/gpt/gpt.c
492
p = gpt_read(fd, le64toh(hdr->hdr_lba_table), blocks);
sbin/gpt/gpt.c
495
device_name, (uintmax_t)le64toh(hdr->hdr_lba_table));
sbin/gpt/gpt.c
503
(uintmax_t)le64toh(hdr->hdr_lba_table));
sbin/gpt/gpt.c
518
m = map_add(le64toh(hdr->hdr_lba_table), blocks,
sbin/gpt/gpt.c
564
size = le64toh(ent->ent_lba_end) -
sbin/gpt/gpt.c
565
le64toh(ent->ent_lba_start) + 1LL;
sbin/gpt/gpt.c
572
(uintmax_t)le64toh(ent->ent_lba_start),
sbin/gpt/gpt.c
577
map = map_add(le64toh(ent->ent_lba_start), size,
sbin/gpt/gpt.c
677
lba = le64toh(hdr->hdr_lba_alt);
sbin/gpt/migrate.c
215
offset = le64toh(dl->d_partitions[i].p_boffset) / secsz;
sbin/gpt/migrate.c
216
blocks = le64toh(dl->d_partitions[i].p_bsize) / secsz;
sys/bus/u4b/controller/xhci.c
1104
i, event, (long long)le64toh(phwr->hwr_events[i].qwTrb0),
sys/bus/u4b/controller/xhci.c
1184
(long long)le64toh(trb->qwTrb0),
sys/bus/u4b/controller/xhci.c
175
DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0));
sys/bus/u4b/controller/xhci.c
281
return (le64toh(*ptr));
sys/bus/u4b/controller/xhci.c
903
td_event = le64toh(trb->qwTrb0);
sys/bus/u4b/wlan/if_mtw.c
2445
ni_tstamp = le64toh(ni->ni_tstamp.tsf);
sys/bus/u4b/wlan/if_mtw.c
2449
rx_tstamp = le64toh(rx_tstamp);
sys/bus/u4b/wlan/if_run.c
2749
ni_tstamp = le64toh(ni->ni_tstamp.tsf);
sys/bus/u4b/wlan/if_run.c
2753
rx_tstamp = le64toh(rx_tstamp);
sys/bus/u4b/wlan/if_urtwn.c
2524
ni_tstamp = le64toh(ni->ni_tstamp.tsf);
sys/bus/u4b/wlan/if_urtwn.c
2528
curr_tstamp = le64toh(curr_tstamp);
sys/crypto/siphash/siphash.c
104
ctx->v[3] ^= le64toh(ctx->buf.b64);
sys/crypto/siphash/siphash.c
106
ctx->v[0] ^= le64toh(ctx->buf.b64);
sys/crypto/siphash/siphash.c
143
m = le64toh(*p);
sys/dev/disk/mpt/mpt.h
230
#define MPT_2_HOST64(ptr, tag) ptr->tag = le64toh(ptr->tag)
sys/dev/disk/mpt/mpt_cam.c
741
device_info->sas_address = le64toh(sas_address);
sys/dev/netif/ath/ath/if_ath_beacon.c
256
(long long unsigned) le64toh(tsfadjust));
sys/dev/netif/ath/ath/if_ath_rx.c
486
if (le64toh(ni->ni_tstamp.tsf) >= tsf) {
sys/dev/netif/ath/ath/if_ath_tdma.c
489
(unsigned long long) le64toh(ni->ni_tstamp.tsf),
sys/dev/netif/ath/ath/if_ath_tdma.c
490
(unsigned long long) le64toh(ni->ni_tstamp.tsf));
sys/dev/netif/ath/ath/if_ath_tdma.c
519
t.beacon_tsf = htobe64(le64toh(ni->ni_tstamp.tsf));
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
384
(unsigned long long) le64toh(ni->ni_tstamp.tsf),
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
415
tsf = le64toh(ni->ni_tstamp.tsf);
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
422
(long long)le64toh(ctxt_sta->dtim_tsf),
sys/dev/netif/iwn/if_iwn.c
3326
bitmap = (le64toh(ba->bitmap) >> shift) & wn->agg[tid].bitmap;
sys/dev/netif/iwn/if_iwn.c
5597
mod = le64toh(cmd.tstamp) % val;
sys/dev/netif/iwn/if_iwn.c
5601
ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
sys/dev/netif/iwn/if_iwn.c
8266
altmask = le64toh(hdr->altmask);
sys/dev/netif/oce/oce_if.h
1111
#define HOST_64(x) le64toh(x)
sys/dev/netif/stge/if_stge.c
1475
control = le64toh(sc->sc_rdata.stge_tx_ring[cons].tfd_control);
sys/dev/netif/stge/if_stge.c
1568
status64 = le64toh(sc->sc_rdata.stge_rx_ring[cons].rfd_status);
sys/dev/netif/wpi/if_wpi.c
1711
ni_tstamp = le64toh(ni->ni_tstamp.tsf);
sys/dev/netif/wpi/if_wpi.c
1712
rx_tstamp = le64toh(sc->rx_tstamp);
sys/dev/netif/wpi/if_wpi.c
1975
head->plcp, head->chan, (uintmax_t)le64toh(tail->tstamp));
sys/dev/netif/wpi/if_wpi.c
2303
le32toh(stat->status), le64toh(*tsf),
sys/dev/netif/wpi/if_wpi.c
3674
mod = le64toh(cmd.tstamp) % val;
sys/dev/netif/wpi/if_wpi.c
3678
ni->ni_intval, le64toh(cmd.tstamp), (uint32_t)(val - mod));
sys/dev/raid/mpr/mpr_config.c
1456
*wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
sys/dev/raid/mpr/mpr_mapping.c
273
if ((et_entry->enclosure_id == le64toh(enc_id)) &&
sys/dev/raid/mpr/mpr_mapping.c
2836
et_entry->enclosure_id = le64toh(event_data->
sys/dev/raid/mpr/mpr_mapping.c
2840
le64toh(event_data->EnclosureLogicalID.Low));
sys/dev/raid/mpr/mpr_mapping.c
707
le64toh(((u64)dpm_entry->PhysicalIdentifier.High << 32) |
sys/dev/raid/mpr/mpr_sas_lsi.c
1360
targ->parent_sasaddr = le64toh(parent_wwid);
sys/dev/raid/mpr/mpr_sas_lsi.c
939
targ->parent_sasaddr = le64toh(parent_sas_address);
sys/dev/raid/mps/mps_config.c
1264
*wwid = le64toh((u64)raid_vol_pg1.WWID.High << 32 |
sys/dev/raid/mps/mps_config.c
410
sc->DD_max_lba = le64toh((uint64_t)raid_vol_pg0->MaxLBA.High <<
sys/dev/raid/mps/mps_mapping.c
253
if ((et_entry->enclosure_id == le64toh(enc_id)) &&
sys/dev/raid/mps/mps_mapping.c
603
le64toh((u64)dpm_entry->PhysicalIdentifier.High |
sys/dev/raid/mps/mps_sas_lsi.c
663
targ->parent_sasaddr = le64toh(parent_sas_address);
sys/dev/virtual/virtio/balloon/virtio_balloon.c
483
sc->vtballoon_stats[idx].val = le64toh(val);
sys/kern/libmchain/subr_mchain.c
460
*x = le64toh(v);
sys/kern/subr_diskgpt.c
189
sent.ent_lba_start = le64toh(ent->ent_lba_start);
sys/kern/subr_diskgpt.c
190
sent.ent_lba_end = le64toh(ent->ent_lba_end);
sys/kern/subr_diskgpt.c
191
sent.ent_attr = le64toh(ent->ent_attr);
sys/net/netmap/netmap_vale.c
1107
dmac = le64toh(*(uint64_t *)(buf)) & 0xffffffffffff;
sys/net/netmap/netmap_vale.c
1108
smac = le64toh(*(uint64_t *)(buf + 4));
sys/net/wg/if_wg.c
1886
pkt->p_counter = le64toh(mtod(m, struct wg_pkt_data *)->counter);
sys/netproto/802_11/wlan/ieee80211_tdma.c
591
uint32_t rstamp = (uint32_t) le64toh(rs->tsf);
sys/netproto/802_11/wlan/ieee80211_tdma.c
601
rtt = rstamp - (le64toh(tstamp) & 0x7fff);
sys/netproto/802_11/wlan/ieee80211_tdma.c
608
(unsigned long long) le64toh(tstamp));
sys/netproto/802_11/wlan/ieee80211_tdma.c
611
le64toh(ni->ni_tstamp.tsf) > vap->iv_bss->ni_tstamp.tsf) {
sys/netproto/802_11/wlan/ieee80211_tdma.c
621
(unsigned long long) le64toh(ni->ni_tstamp.tsf),
usr.bin/crunch/crunchide/exec_elf64.c
54
#define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))