Symbol: le64toh
lib/libagentx/ax.c
1236
return le64toh(value);
lib/libc/hash/siphash.c
181
uint64_t m = le64toh(*(uint64_t *)ctx->buf);
lib/libc/hash/siphash.c
59
k0 = le64toh(key->k0);
lib/libc/hash/siphash.c
60
k1 = le64toh(key->k1);
lib/libcrypto/sha/sha3.c
53
st[i] = le64toh(st[i]);
regress/usr.sbin/snmpd/agentx.c
82
be64toh(value) : le64toh(value))
sys/crypto/chachapoly.c
226
h_nonce = le64toh(h_nonce);
sys/crypto/chachapoly.c
252
h_nonce = le64toh(h_nonce);
sys/dev/ic/qwx.c
7286
__func__, le64toh(resp.fw_status));
sys/dev/ic/qwz.c
1239
le64toh(desc->u.wcn7850.mpdu_start_tag));
sys/dev/ic/qwz.c
4786
__func__, le64toh(resp.fw_status));
sys/dev/pci/if_bnxt.c
3711
vnic->filter_id = le64toh(resp->l2_filter_id);
sys/dev/pci/if_bnxt.c
3712
vnic->flow_id = le64toh(resp->flow_id);
sys/dev/pci/if_ice.c
12298
phy_data->phy_low_orig = le64toh(pcaps.phy_type_low);
sys/dev/pci/if_ice.c
12299
phy_data->phy_high_orig = le64toh(pcaps.phy_type_high);
sys/dev/pci/if_ice.c
12842
(unsigned long long)le64toh(cfg->phy_type_low));
sys/dev/pci/if_ice.c
12844
(unsigned long long)le64toh(cfg->phy_type_high));
sys/dev/pci/if_ice.c
12906
phy_low = le64toh(pcaps.phy_type_low);
sys/dev/pci/if_ice.c
12907
phy_high = le64toh(pcaps.phy_type_high);
sys/dev/pci/if_ice.c
14466
phy_low = le64toh(pcaps.phy_type_low);
sys/dev/pci/if_ice.c
14489
phy_high = le64toh(pcaps.phy_type_high);
sys/dev/pci/if_ice.c
30333
phy_low = le64toh(pcaps.phy_type_low);
sys/dev/pci/if_ice.c
30334
phy_high = le64toh(pcaps.phy_type_high);
sys/dev/pci/if_ice.c
6747
ice_dump_phy_type(hw, le64toh(pcaps->phy_type_low),
sys/dev/pci/if_ice.c
6748
le64toh(pcaps->phy_type_high), prefix);
sys/dev/pci/if_ice.c
6773
pi->phy.phy_type_low = le64toh(pcaps->phy_type_low);
sys/dev/pci/if_ice.c
6774
pi->phy.phy_type_high = le64toh(pcaps->phy_type_high);
sys/dev/pci/if_ice.c
6832
li->phy_type_low = le64toh(link_data.phy_type_low);
sys/dev/pci/if_ice.c
6833
li->phy_type_high = le64toh(link_data.phy_type_high);
sys/dev/pci/if_iwm.c
5472
rxi.rxi_tstamp = le64toh(desc->v1.tsf_on_air_rise);
sys/dev/pci/if_qwx_pci.c
3881
rp = le64toh(c->rp);
sys/dev/pci/if_qwx_pci.c
3882
wp = le64toh(c->wp);
sys/dev/pci/if_qwx_pci.c
3923
le64toh(e->ptr), code);
sys/dev/pci/if_qwx_pci.c
4107
rp = le64toh(c->rp);
sys/dev/pci/if_qwx_pci.c
4108
wp = le64toh(c->wp);
sys/dev/pci/if_qwz_pci.c
3725
rp = le64toh(c->rp);
sys/dev/pci/if_qwz_pci.c
3726
wp = le64toh(c->wp);
sys/dev/pci/if_qwz_pci.c
3766
le64toh(e->ptr), code);
sys/dev/pci/if_qwz_pci.c
3948
rp = le64toh(c->rp);
sys/dev/pci/if_qwz_pci.c
3949
wp = le64toh(c->wp);
sys/dev/pci/ixgbe_e610.c
1717
hw->phy.phy_type_low = le64toh(pcaps->phy_type_low);
sys/dev/pci/ixgbe_e610.c
1718
hw->phy.phy_type_high = le64toh(pcaps->phy_type_high);
sys/dev/pci/ixgbe_e610.c
2045
li->phy_type_low = le64toh(link_data.phy_type_low);
sys/dev/pci/ixgbe_e610.c
2046
li->phy_type_high = le64toh(link_data.phy_type_high);
sys/dev/pci/ixgbe_e610.c
4516
phy_type = le64toh(pcaps.phy_type_low);
sys/dev/pci/ixgbe_e610.c
4540
phy_type = le64toh(pcaps.phy_type_high);
sys/net/if_wg.c
1693
nonce = le64toh(nonce); /* Wire format is little endian. */
usr.bin/file/magic-test.c
429
value = le64toh(value);
usr.bin/file/magic-test.c
569
value = le64toh(value);
usr.bin/file/magic-test.c
632
value0 = le64toh(value0);
usr.bin/file/magic-test.c
834
value = le64toh(value);
usr.bin/file/magic-test.c
926
value = le64toh(value);
usr.bin/rsync/io.c
601
*val = le64toh(oval);
usr.sbin/nsd/simdzone/src/generic/algorithm.h
105
value = le64toh(value);
usr.sbin/nsd/simdzone/src/generic/cert.h
64
value = le64toh(value);
usr.sbin/nsd/simdzone/src/generic/endian.h
221
# if !defined le64toh
usr.sbin/nsd/simdzone/src/generic/type.h
110
prefix = le64toh(prefix);
usr.sbin/nsd/simdzone/src/generic/wks.h
198
input = le64toh(input);
usr.sbin/snmpd/ax.c
1358
return le64toh(value);