Symbol: le32toh
lib/libbluetooth/bluetooth.h
106
#define btohl(x) le32toh(x)
lib/omd/private_md5.h
89
output[i] = le32toh(ip[i]);
sbin/gpt/add.c
100
le32toh(hdr->hdr_entsz));
sbin/gpt/add.c
109
for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
sbin/gpt/add.c
111
le32toh(hdr->hdr_entsz));
sbin/gpt/add.c
115
if (i == le32toh(hdr->hdr_entries)) {
sbin/gpt/add.c
135
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/add.c
137
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/add.c
143
ent = (void*)((char*)lbt->map_data + i * le32toh(hdr->hdr_entsz));
sbin/gpt/add.c
152
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/add.c
154
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/add.c
91
if (entry != MAP_NOENTRY && entry > le32toh(hdr->hdr_entries)) {
sbin/gpt/add.c
93
entry, le32toh(hdr->hdr_entries));
sbin/gpt/boot.c
107
le32toh(hdr->hdr_entries) *
sbin/gpt/boot.c
108
le32toh(hdr->hdr_entsz)));
sbin/gpt/boot.c
110
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/boot.c
125
le32toh(hdr->hdr_entries) *
sbin/gpt/boot.c
126
le32toh(hdr->hdr_entsz)));
sbin/gpt/boot.c
128
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/create.c
170
if (le32toh(hdr->hdr_entries) > parts)
sbin/gpt/create.c
175
for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
sbin/gpt/create.c
180
hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) *
sbin/gpt/create.c
181
le32toh(hdr->hdr_entsz)));
sbin/gpt/create.c
182
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/create.c
206
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/expand.c
123
for (i = 0; i < le32toh(hdr->hdr_entries); ++i) {
sbin/gpt/expand.c
125
le32toh(hdr->hdr_entsz));
sbin/gpt/expand.c
190
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/expand.c
192
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/expand.c
215
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/expand.c
217
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/gpt.c
431
start = le32toh(mbr->mbr_part[i].dp_start);
sbin/gpt/gpt.c
432
size = le32toh(mbr->mbr_part[i].dp_size);
sbin/gpt/gpt.c
479
crc = le32toh(hdr->hdr_crc_self);
sbin/gpt/gpt.c
481
if (crc32(hdr, le32toh(hdr->hdr_size)) != crc) {
sbin/gpt/gpt.c
489
tblsz = le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz);
sbin/gpt/gpt.c
499
if (crc32(p, tblsz) != le32toh(hdr->hdr_crc_table)) {
sbin/gpt/gpt.c
554
for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
sbin/gpt/gpt.c
560
le32toh(hdr->hdr_entsz));
sbin/gpt/label.c
107
le32toh(hdr->hdr_entsz));
sbin/gpt/label.c
117
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/label.c
119
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/label.c
126
le32toh(hdr->hdr_entsz));
sbin/gpt/label.c
132
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/label.c
134
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/migrate.c
149
rawofs = le32toh(dl->d_partitions[RAW_PART].p_offset) *
sbin/gpt/migrate.c
150
le32toh(dl->d_secsize);
sbin/gpt/migrate.c
154
ofs = le32toh(dl->d_partitions[i].p_offset) *
sbin/gpt/migrate.c
155
le32toh(dl->d_secsize);
sbin/gpt/migrate.c
174
ofs = (le32toh(dl->d_partitions[i].p_offset) *
sbin/gpt/migrate.c
175
le32toh(dl->d_secsize)) / secsz;
sbin/gpt/migrate.c
179
le32toh(dl->d_partitions[i].p_size) - 1LL);
sbin/gpt/migrate.c
187
le32toh(dl->d_partitions[i].p_size));
sbin/gpt/migrate.c
202
for (i = 0; i < le32toh(dl->d_npartitions); i++) {
sbin/gpt/migrate.c
335
if (le32toh(hdr->hdr_entries) > parts)
sbin/gpt/migrate.c
340
for (i = 0; i < le32toh(hdr->hdr_entries); i++) {
sbin/gpt/migrate.c
347
start = le32toh(mbr->mbr_part[i].dp_start);
sbin/gpt/migrate.c
348
size = le32toh(mbr->mbr_part[i].dp_size);
sbin/gpt/migrate.c
418
hdr->hdr_crc_table = htole32(crc32(ent, le32toh(hdr->hdr_entries) *
sbin/gpt/migrate.c
419
le32toh(hdr->hdr_entsz)));
sbin/gpt/migrate.c
420
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/migrate.c
434
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/migrate.c
71
if (le32toh(dl->d_magic) != DISKMAGIC32 ||
sbin/gpt/migrate.c
72
le32toh(dl->d_magic2) != DISKMAGIC32) {
sbin/gpt/migrate.c
93
if (le32toh(dl->d_magic) != DISKMAGIC64) {
sbin/gpt/recover.c
116
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/recover.c
134
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/remove.c
104
le32toh(hdr->hdr_entsz));
sbin/gpt/remove.c
114
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/remove.c
116
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/remove.c
123
le32toh(hdr->hdr_entsz));
sbin/gpt/remove.c
129
le32toh(hdr->hdr_entries) * le32toh(hdr->hdr_entsz)));
sbin/gpt/remove.c
131
hdr->hdr_crc_self = htole32(crc32(hdr, le32toh(hdr->hdr_size)));
sbin/gpt/show.c
146
start = le32toh(mbr->mbr_part[i].dp_start);
stand/boot/pc32/libi386/smbios.c
167
f1 = le32toh(SMBIOS_GET32(addr, 0));
sys/bus/firewire/fwohcireg.h
96
#define FWOHCI_DMA_READ(x) le32toh(x)
sys/bus/pci/pci.c
979
vrs->val = le32toh(reg);
sys/bus/u4b/controller/ehci.h
406
return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v);
sys/bus/u4b/controller/ehci.h
433
return le32toh(v);
sys/bus/u4b/controller/ohci.c
1034
ed_headp = le32toh(ed->ed_headp);
sys/bus/u4b/controller/ohci.c
1035
ed_tailp = le32toh(ed->ed_tailp);
sys/bus/u4b/controller/ohci.c
1125
done = le32toh(hcca->hcca_done_head);
sys/bus/u4b/controller/ohci.c
1850
nframes = le32toh(hcca->hcca_frame_number);
sys/bus/u4b/controller/ohci.c
519
le32toh(hcca->hcca_frame_number),
sys/bus/u4b/controller/ohci.c
520
le32toh(hcca->hcca_done_head));
sys/bus/u4b/controller/ohci.c
540
td_flags = le32toh(std->td_flags);
sys/bus/u4b/controller/ohci.c
545
std, le32toh(std->td_self),
sys/bus/u4b/controller/ohci.c
554
le32toh(std->td_cbp),
sys/bus/u4b/controller/ohci.c
555
le32toh(std->td_next),
sys/bus/u4b/controller/ohci.c
556
le32toh(std->td_be));
sys/bus/u4b/controller/ohci.c
570
itd_flags = le32toh(sitd->itd_flags);
sys/bus/u4b/controller/ohci.c
575
sitd, le32toh(sitd->itd_self),
sys/bus/u4b/controller/ohci.c
580
le32toh(sitd->itd_bp0),
sys/bus/u4b/controller/ohci.c
581
le32toh(sitd->itd_next),
sys/bus/u4b/controller/ohci.c
582
le32toh(sitd->itd_be));
sys/bus/u4b/controller/ohci.c
610
ed_flags = le32toh(sed->ed_flags);
sys/bus/u4b/controller/ohci.c
611
ed_headp = le32toh(sed->ed_headp);
sys/bus/u4b/controller/ohci.c
615
sed, le32toh(sed->ed_self),
sys/bus/u4b/controller/ohci.c
624
le32toh(sed->ed_tailp),
sys/bus/u4b/controller/ohci.c
627
le32toh(sed->ed_headp),
sys/bus/u4b/controller/ohci.c
628
le32toh(sed->ed_next));
sys/bus/u4b/controller/ohci.c
814
phy_start = le32toh(td->td_cbp);
sys/bus/u4b/controller/ohci.c
815
td_flags = le32toh(td->td_flags);
sys/bus/u4b/controller/ohci.c
823
phy_end = le32toh(td->td_be);
sys/bus/u4b/controller/ohci.c
953
phy_start = le32toh(td->td_cbp);
sys/bus/u4b/controller/ohci.c
954
td_flags = le32toh(td->td_flags);
sys/bus/u4b/controller/ohci.c
955
td_next = le32toh(td->td_next);
sys/bus/u4b/controller/uhci.c
1035
status = le32toh(td->td_status);
sys/bus/u4b/controller/uhci.c
1087
status = le32toh(td->td_status);
sys/bus/u4b/controller/uhci.c
1088
token = le32toh(td->td_token);
sys/bus/u4b/controller/uhci.c
1319
status = le32toh(td->td_status);
sys/bus/u4b/controller/uhci.c
1326
status |= le32toh(td->td_status);
sys/bus/u4b/controller/uhci.c
1344
status = le32toh(td->td_status);
sys/bus/u4b/controller/uhci.c
1345
token = le32toh(td->td_token);
sys/bus/u4b/controller/uhci.c
733
td_next = le32toh(p->td_next);
sys/bus/u4b/controller/uhci.c
734
td_status = le32toh(p->td_status);
sys/bus/u4b/controller/uhci.c
735
td_token = le32toh(p->td_token);
sys/bus/u4b/controller/uhci.c
746
le32toh(p->td_self),
sys/bus/u4b/controller/uhci.c
750
le32toh(p->td_buffer));
sys/bus/u4b/controller/uhci.c
789
qh_h_next = le32toh(sqh->qh_h_next);
sys/bus/u4b/controller/uhci.c
790
qh_e_next = le32toh(sqh->qh_e_next);
sys/bus/u4b/controller/uhci.c
793
le32toh(sqh->qh_self), qh_h_next, qh_e_next);
sys/bus/u4b/controller/xhci.c
1094
temp = le32toh(phwr->hwr_events[i].dwTrb3);
sys/bus/u4b/controller/xhci.c
1105
(long)le32toh(phwr->hwr_events[i].dwTrb2),
sys/bus/u4b/controller/xhci.c
1106
(long)le32toh(phwr->hwr_events[i].dwTrb3));
sys/bus/u4b/controller/xhci.c
1183
i, XHCI_TRB_3_TYPE_GET(le32toh(trb->dwTrb3)),
sys/bus/u4b/controller/xhci.c
1185
(long)le32toh(trb->dwTrb2),
sys/bus/u4b/controller/xhci.c
1186
(long)le32toh(trb->dwTrb3));
sys/bus/u4b/controller/xhci.c
1260
temp = le32toh(trb->dwTrb3);
sys/bus/u4b/controller/xhci.c
1282
temp = le32toh(sc->sc_cmd_result[0]);
sys/bus/u4b/controller/xhci.c
1331
temp = le32toh(trb.dwTrb3);
sys/bus/u4b/controller/xhci.c
1462
temp = le32toh(sc->sc_cmd_result[0]);
sys/bus/u4b/controller/xhci.c
176
DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2));
sys/bus/u4b/controller/xhci.c
177
DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3));
sys/bus/u4b/controller/xhci.c
254
return (le32toh(*ptr));
sys/bus/u4b/controller/xhci.c
3843
temp = le32toh(endp->dwEpCtx0);
sys/bus/u4b/controller/xhci.c
904
temp = le32toh(trb->dwTrb2);
sys/bus/u4b/controller/xhci.c
910
temp = le32toh(trb->dwTrb3);
sys/bus/u4b/controller/xhci.c
976
temp = le32toh(td->td_trb[i].dwTrb2);
sys/bus/u4b/net/if_axge.c
943
rxhdr = le32toh(rxhdr);
sys/bus/u4b/net/if_axge.c
960
pkt_hdr = le32toh(pkt_hdr);
sys/bus/u4b/net/if_urndis.c
450
DPRINTF("type 0x%x len %u\n", le32toh(hdr->rm_type),
sys/bus/u4b/net/if_urndis.c
451
le32toh(hdr->rm_len));
sys/bus/u4b/net/if_urndis.c
453
if (le32toh(hdr->rm_len) > RNDIS_RESPONSE_LEN) {
sys/bus/u4b/net/if_urndis.c
455
le32toh(hdr->rm_len), RNDIS_RESPONSE_LEN);
sys/bus/u4b/net/if_urndis.c
473
switch (le32toh(hdr->rm_type)) {
sys/bus/u4b/net/if_urndis.c
488
rval = le32toh(hdr->rm_status);
sys/bus/u4b/net/if_urndis.c
493
le32toh(hdr->rm_type));
sys/bus/u4b/net/if_urndis.c
511
le32toh(msg->rm_len),
sys/bus/u4b/net/if_urndis.c
512
le32toh(msg->rm_rid),
sys/bus/u4b/net/if_urndis.c
513
le32toh(msg->rm_status),
sys/bus/u4b/net/if_urndis.c
514
le32toh(msg->rm_ver_major),
sys/bus/u4b/net/if_urndis.c
515
le32toh(msg->rm_ver_minor),
sys/bus/u4b/net/if_urndis.c
516
le32toh(msg->rm_devflags),
sys/bus/u4b/net/if_urndis.c
517
le32toh(msg->rm_medium),
sys/bus/u4b/net/if_urndis.c
518
le32toh(msg->rm_pktmaxcnt),
sys/bus/u4b/net/if_urndis.c
519
le32toh(msg->rm_pktmaxsz),
sys/bus/u4b/net/if_urndis.c
520
le32toh(msg->rm_align),
sys/bus/u4b/net/if_urndis.c
521
le32toh(msg->rm_aflistoffset),
sys/bus/u4b/net/if_urndis.c
522
le32toh(msg->rm_aflistsz));
sys/bus/u4b/net/if_urndis.c
524
if (le32toh(msg->rm_status) != RNDIS_STATUS_SUCCESS) {
sys/bus/u4b/net/if_urndis.c
525
DPRINTF("init failed 0x%x\n", le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
526
return (le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
528
if (le32toh(msg->rm_devflags) != RNDIS_DF_CONNECTIONLESS) {
sys/bus/u4b/net/if_urndis.c
530
le32toh(msg->rm_devflags));
sys/bus/u4b/net/if_urndis.c
533
if (le32toh(msg->rm_medium) != RNDIS_MEDIUM_802_3) {
sys/bus/u4b/net/if_urndis.c
535
le32toh(msg->rm_medium));
sys/bus/u4b/net/if_urndis.c
538
sc->sc_lim_pktsz = le32toh(msg->rm_pktmaxsz);
sys/bus/u4b/net/if_urndis.c
540
return (le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
554
le32toh(msg->rm_len),
sys/bus/u4b/net/if_urndis.c
555
le32toh(msg->rm_rid),
sys/bus/u4b/net/if_urndis.c
556
le32toh(msg->rm_status),
sys/bus/u4b/net/if_urndis.c
557
le32toh(msg->rm_infobuflen),
sys/bus/u4b/net/if_urndis.c
558
le32toh(msg->rm_infobufoffset));
sys/bus/u4b/net/if_urndis.c
564
if (le32toh(msg->rm_status) != RNDIS_STATUS_SUCCESS) {
sys/bus/u4b/net/if_urndis.c
565
DPRINTF("query failed 0x%x\n", le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
566
return (le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
568
limit = le32toh(msg->rm_infobuflen);
sys/bus/u4b/net/if_urndis.c
569
limit += le32toh(msg->rm_infobufoffset);
sys/bus/u4b/net/if_urndis.c
572
if (limit > (uint64_t)le32toh(msg->rm_len)) {
sys/bus/u4b/net/if_urndis.c
576
le32toh(msg->rm_infobuflen),
sys/bus/u4b/net/if_urndis.c
577
le32toh(msg->rm_infobufoffset),
sys/bus/u4b/net/if_urndis.c
578
le32toh(msg->rm_infobuflen) +
sys/bus/u4b/net/if_urndis.c
579
le32toh(msg->rm_infobufoffset) + RNDIS_HEADER_OFFSET,
sys/bus/u4b/net/if_urndis.c
580
le32toh(msg->rm_len));
sys/bus/u4b/net/if_urndis.c
584
*buf = ((const uint8_t *)msg) + RNDIS_HEADER_OFFSET + le32toh(msg->rm_infobufoffset);
sys/bus/u4b/net/if_urndis.c
585
*bufsz = le32toh(msg->rm_infobuflen);
sys/bus/u4b/net/if_urndis.c
587
return (le32toh(msg->rm_status));
sys/bus/u4b/net/if_urndis.c
599
rval = le32toh(msg->rm_status);
sys/bus/u4b/net/if_urndis.c
603
le32toh(msg->rm_len),
sys/bus/u4b/net/if_urndis.c
605
le32toh(msg->rm_adrreset));
sys/bus/u4b/net/if_urndis.c
646
le32toh(msg.rm_type),
sys/bus/u4b/net/if_urndis.c
647
le32toh(msg.rm_len),
sys/bus/u4b/net/if_urndis.c
648
le32toh(msg.rm_rid),
sys/bus/u4b/net/if_urndis.c
649
le32toh(msg.rm_ver_major),
sys/bus/u4b/net/if_urndis.c
650
le32toh(msg.rm_ver_minor),
sys/bus/u4b/net/if_urndis.c
651
le32toh(msg.rm_max_xfersz));
sys/bus/u4b/net/if_urndis.c
680
le32toh(msg.rm_type),
sys/bus/u4b/net/if_urndis.c
681
le32toh(msg.rm_len),
sys/bus/u4b/net/if_urndis.c
682
le32toh(msg.rm_rid));
sys/bus/u4b/net/if_urndis.c
710
le32toh(msg.rm_type),
sys/bus/u4b/net/if_urndis.c
711
le32toh(msg.rm_len),
sys/bus/u4b/net/if_urndis.c
712
le32toh(msg.rm_rid),
sys/bus/u4b/net/if_urndis.c
713
le32toh(msg.rm_oid),
sys/bus/u4b/net/if_urndis.c
714
le32toh(msg.rm_infobuflen),
sys/bus/u4b/net/if_urndis.c
715
le32toh(msg.rm_infobufoffset),
sys/bus/u4b/net/if_urndis.c
716
le32toh(msg.rm_devicevchdl));
sys/bus/u4b/net/if_urndis.c
754
le32toh(msg->rm_type),
sys/bus/u4b/net/if_urndis.c
755
le32toh(msg->rm_len),
sys/bus/u4b/net/if_urndis.c
756
le32toh(msg->rm_rid),
sys/bus/u4b/net/if_urndis.c
757
le32toh(msg->rm_oid),
sys/bus/u4b/net/if_urndis.c
758
le32toh(msg->rm_infobuflen),
sys/bus/u4b/net/if_urndis.c
759
le32toh(msg->rm_infobufoffset),
sys/bus/u4b/net/if_urndis.c
760
le32toh(msg->rm_devicevchdl));
sys/bus/u4b/net/if_urndis.c
803
if (le32toh(0x1234567U) != 0x1234567U) {
sys/bus/u4b/net/if_urndis.c
805
msg.rm_type = le32toh(msg.rm_type);
sys/bus/u4b/net/if_urndis.c
806
msg.rm_len = le32toh(msg.rm_len);
sys/bus/u4b/net/if_urndis.c
807
msg.rm_dataoffset = le32toh(msg.rm_dataoffset);
sys/bus/u4b/net/if_urndis.c
808
msg.rm_datalen = le32toh(msg.rm_datalen);
sys/bus/u4b/net/if_urndis.c
809
msg.rm_oobdataoffset = le32toh(msg.rm_oobdataoffset);
sys/bus/u4b/net/if_urndis.c
810
msg.rm_oobdatalen = le32toh(msg.rm_oobdatalen);
sys/bus/u4b/net/if_urndis.c
811
msg.rm_oobdataelements = le32toh(msg.rm_oobdataelements);
sys/bus/u4b/net/if_urndis.c
812
msg.rm_pktinfooffset = le32toh(msg.rm_pktinfooffset);
sys/bus/u4b/net/if_urndis.c
813
msg.rm_pktinfolen = le32toh(msg.rm_pktinfolen);
sys/bus/u4b/net/if_urndis.c
814
msg.rm_vchandle = le32toh(msg.rm_vchandle);
sys/bus/u4b/net/if_urndis.c
815
msg.rm_reserved = le32toh(msg.rm_reserved);
sys/bus/u4b/wlan/if_mtw.c
1189
if (size < sizeof(struct mtw_ucode_hdr) + le32toh(hdr->ilm_len) +
sys/bus/u4b/wlan/if_mtw.c
1190
le32toh(hdr->dlm_len)) {
sys/bus/u4b/wlan/if_mtw.c
1195
ilen = le32toh(hdr->ilm_len) - MTW_MCU_IVB_LEN;
sys/bus/u4b/wlan/if_mtw.c
1196
dlen = le32toh(hdr->dlm_len);
sys/bus/u4b/wlan/if_mtw.c
1248
le32toh(hdr->fw_ver), le32toh(hdr->build_ver), hdr->build_time);
sys/bus/u4b/wlan/if_mtw.c
1283
*val = le32toh(tmp);
sys/bus/u4b/wlan/if_mtw.c
2266
le32toh(sta[0]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2269
retrycnt = (le32toh(sta[1]) >> 16);
sys/bus/u4b/wlan/if_mtw.c
2270
success = (le32toh(sta[1]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2271
sum = success + (le32toh(sta[0]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2275
success, le32toh(sta[0]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2277
txs->nretries = (le32toh(sta[1]) >> 16);
sys/bus/u4b/wlan/if_mtw.c
2278
txs->nsuccess = (le32toh(sta[1]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2280
txs->nframes = txs->nsuccess + (le32toh(sta[0]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2284
txs->nsuccess, le32toh(sta[0]) & 0xffff);
sys/bus/u4b/wlan/if_mtw.c
2487
flags = le32toh(rxwi->flags);
sys/bus/u4b/wlan/if_mtw.c
2727
dmalen = le32toh(pkt->len & MTW_RXD_LEN);
sys/bus/u4b/wlan/if_mtw.c
498
*val = le32toh(tmp);
sys/bus/u4b/wlan/if_rum.c
1162
flags = le32toh(sc->sc_rx_desc.flags);
sys/bus/u4b/wlan/if_rum.c
1794
return le32toh(val);
sys/bus/u4b/wlan/if_rum.c
3120
ok[0] = (le32toh(sc->sta[4]) & 0xffff); /* TX ok w/o retry */
sys/bus/u4b/wlan/if_rum.c
3121
ok[1] = (le32toh(sc->sta[4]) >> 16); /* TX ok w/ one retry */
sys/bus/u4b/wlan/if_rum.c
3122
ok[2] = (le32toh(sc->sta[5]) & 0xffff); /* TX ok w/ multiple retries */
sys/bus/u4b/wlan/if_rum.c
3123
fail = (le32toh(sc->sta[5]) >> 16); /* TX retry-fail count */
sys/bus/u4b/wlan/if_run.c
1252
*val = le32toh(tmp);
sys/bus/u4b/wlan/if_run.c
2795
flags = le32toh(rxd->flags);
sys/bus/u4b/wlan/if_run.c
2989
dmalen = le32toh(*mtod(m, uint32_t *)) & 0xffff;
sys/bus/u4b/wlan/if_urtwn.c
1066
rxdw0 = le32toh(stat->rxdw0);
sys/bus/u4b/wlan/if_urtwn.c
1067
rxdw3 = le32toh(stat->rxdw3);
sys/bus/u4b/wlan/if_urtwn.c
1090
if (__predict_false(le32toh((uint32_t)tap->wr_tsft) <
sys/bus/u4b/wlan/if_urtwn.c
1091
le32toh(stat->rxdw5))) {
sys/bus/u4b/wlan/if_urtwn.c
1092
tap->wr_tsft = le32toh(tap->wr_tsft >> 32) - 1;
sys/bus/u4b/wlan/if_urtwn.c
1535
return (le32toh(val));
sys/bus/u4b/wlan/if_urtwn.c
2810
rssi = ((le32toh(phy->phydw1) >> 1) & 0x7f) - 110;
sys/bus/u4b/wlan/if_urtwn.c
2861
rssi = ((le32toh(phy->phydw1) >> 1) & 0x7f) - 110;
sys/bus/u4b/wlan/if_urtwn.c
867
rxdw0 = le32toh(stat->rxdw0);
sys/bus/u4b/wlan/if_urtwn.c
948
int report_sel = MS(le32toh(stat->rxdw3), R88E_RXDW3_RPT);
sys/bus/u4b/wlan/if_urtwn.c
978
npkts = MS(le32toh(stat->rxdw2), R92C_RXDW2_PKTCNT);
sys/bus/u4b/wlan/if_urtwn.c
987
rxdw0 = le32toh(stat->rxdw0);
sys/crypto/blake2/blake2s.c
111
m[i] = le32toh(m[i]);
sys/crypto/curve25519/curve25519.c
49
return le32toh(l);
sys/crypto/serpent/serpent.c
574
*((u_int32_t *)(out_blk )) = le32toh(a);
sys/crypto/serpent/serpent.c
575
*((u_int32_t *)(out_blk + 4)) = le32toh(b);
sys/crypto/serpent/serpent.c
576
*((u_int32_t *)(out_blk + 8)) = le32toh(c);
sys/crypto/serpent/serpent.c
577
*((u_int32_t *)(out_blk + 12)) = le32toh(d);
sys/crypto/serpent/serpent.c
626
*((u_int32_t *)(out_blk )) = le32toh(a);
sys/crypto/serpent/serpent.c
627
*((u_int32_t *)(out_blk + 4)) = le32toh(b);
sys/crypto/serpent/serpent.c
628
*((u_int32_t *)(out_blk + 8)) = le32toh(c);
sys/crypto/serpent/serpent.c
629
*((u_int32_t *)(out_blk + 12)) = le32toh(d);
sys/dev/disk/ahci/ahci.c
2114
le32toh(ccb->ccb_cmd_hdr->prdbc);
sys/dev/disk/mpt/mpt.c
561
msg->IOCLogInfo = le32toh(msg->IOCLogInfo);
sys/dev/disk/mpt/mpt.c
562
msg->Event = le32toh(msg->Event);
sys/dev/disk/mpt/mpt.c
744
ctxt_idx = le32toh(reply_frame->MsgContext);
sys/dev/disk/mpt/mpt.c
864
cb_index = MPT_CONTEXT_TO_CBI(le32toh(msg_hdr->MsgContext));
sys/dev/disk/mpt/mpt.h
231
#define MPT_2_HOST32(ptr, tag) ptr->tag = le32toh(ptr->tag)
sys/dev/disk/mpt/mpt_cam.c
2371
data0 = le32toh(msg->Data[0]);
sys/dev/disk/mpt/mpt_cam.c
2372
data1 = le32toh(msg->Data[1]);
sys/dev/disk/mpt/mpt_cam.c
2610
pde->DiscoveryStatus = le32toh(pde->DiscoveryStatus);
sys/dev/disk/mpt/mpt_cam.c
2940
rctl = (le32toh(rp->Rctl_Did) & MPI_FC_RCTL_MASK) >> MPI_FC_RCTL_SHIFT;
sys/dev/disk/mpt/mpt_cam.c
2941
type = (le32toh(rp->Type_Fctl) & MPI_FC_TYPE_MASK) >> MPI_FC_TYPE_SHIFT;
sys/dev/disk/mpt/mpt_cam.c
2951
ioindex = le32toh(rp->TransactionContext);
sys/dev/disk/mpt/mpt_cam.c
2961
le32toh(rp->Wwn.PortNameHigh),
sys/dev/disk/mpt/mpt_cam.c
2962
le32toh(rp->Wwn.PortNameLow));
sys/dev/disk/mpt/mpt_cam.c
2982
le32toh(rp->Wwn.PortNameHigh),
sys/dev/disk/mpt/mpt_cam.c
2983
le32toh(rp->Wwn.PortNameLow));
sys/dev/disk/mpt/mpt_cam.c
3002
ox_id, rx_id, le32toh(rp->Wwn.PortNameHigh),
sys/dev/disk/mpt/mpt_cam.c
3003
le32toh(rp->Wwn.PortNameLow));
sys/dev/disk/mpt/mpt_cam.c
3133
ccb->csio.dxfer_len - le32toh(scsi_io_reply->TransferCount);
sys/dev/disk/mpt/mpt_cam.c
3141
sense_returned = le32toh(scsi_io_reply->SenseCount);
sys/dev/disk/mpt/mpt_cam.c
5432
uint32_t cc = GET_IO_INDEX(le32toh(abtp->ReplyWord));
sys/dev/disk/mpt/mpt_cam.c
5437
cc, le16toh(abtrp->IOCStatus), le32toh(abtrp->AbortCount));
sys/dev/disk/mpt/mpt_cam.c
742
device_info->device_info = le32toh(buffer->DeviceInfo);
sys/dev/disk/mpt/mpt_user.c
256
params.PageAddress = le32toh(page_req->page_address);
sys/dev/disk/mpt/mpt_user.c
301
params.PageAddress = le32toh(page_req->page_address);
sys/dev/disk/mpt/mpt_user.c
305
le32toh(page_req->len), TRUE, 5000);
sys/dev/disk/mpt/mpt_user.c
339
params.PageAddress = le32toh(ext_page_req->page_address);
sys/dev/disk/mpt/mpt_user.c
389
params.PageAddress = le32toh(ext_page_req->page_address);
sys/dev/disk/mpt/mpt_user.c
395
le32toh(ext_page_req->len), TRUE, 5000);
sys/dev/disk/mpt/mpt_user.c
451
params.PageAddress = le32toh(page_req->page_address);
sys/dev/disk/mpt/mpt_user.c
460
le32toh(page_req->len), TRUE, 5000);
sys/dev/disk/mpt/mpt_user.c
542
MPI_pSGE_SET_LENGTH(se, le32toh(raid_act->len));
sys/dev/disk/sili/sili.c
1289
le32toh(ccb->ccb_prb->prb_xfer_count);
sys/dev/disk/sym/sym_hipd.c
857
#define scr_to_cpu(dw) le32toh(dw)
sys/dev/drm/include/linux/kernel.h
145
#define le32_to_cpu(x) le32toh(x)
sys/dev/drm/include/linux/kernel.h
146
#define le32_to_cpup(x) le32toh(*x)
sys/dev/netif/age/if_age.c
1875
status = le32toh(cmb->intr_status);
sys/dev/netif/age/if_age.c
1879
sc->age_tpd_cons = (le32toh(cmb->tpd_cons) & TPD_CONS_MASK) >>
sys/dev/netif/age/if_age.c
1881
sc->age_rr_prod = (le32toh(cmb->rprod_cons) & RRD_PROD_MASK) >>
sys/dev/netif/age/if_age.c
1923
status = le32toh(cmb->intr_status);
sys/dev/netif/age/if_age.c
1995
status = le32toh(rxrd->flags);
sys/dev/netif/age/if_age.c
1996
index = le32toh(rxrd->index);
sys/dev/netif/age/if_age.c
2000
sc->age_cdata.age_rxlen = AGE_RX_BYTES(le32toh(rxrd->len));
sys/dev/netif/age/if_age.c
2037
mp->m_len = AGE_RX_BYTES(le32toh(desc->len));
sys/dev/netif/age/if_age.c
2114
vtag = AGE_RX_VLAN(le32toh(rxrd->vtags));
sys/dev/netif/age/if_age.c
2151
nsegs = AGE_RX_NSEGS(le32toh(rxrd->index));
sys/dev/netif/age/if_age.c
2161
pktlen = AGE_RX_BYTES(le32toh(rxrd->len));
sys/dev/netif/alc/if_alc.c
3238
status = le32toh(rrd->status);
sys/dev/netif/alc/if_alc.c
3241
nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo));
sys/dev/netif/alc/if_alc.c
3302
status = le32toh(rrd->status);
sys/dev/netif/alc/if_alc.c
3303
rdinfo = le32toh(rrd->rdinfo);
sys/dev/netif/alc/if_alc.c
3394
vtag = RRD_VLAN(le32toh(rrd->vtag));
sys/dev/netif/ale/if_ale.c
2181
seqno = ALE_RX_SEQNO(le32toh(rs->seqno));
sys/dev/netif/ale/if_ale.c
2204
length = ALE_RX_BYTES(le32toh(rs->length));
sys/dev/netif/ale/if_ale.c
2205
status = le32toh(rs->flags);
sys/dev/netif/ale/if_ale.c
2243
vtags = ALE_RX_VLAN(le32toh(rs->vtags));
sys/dev/netif/bwn/bwn/if_bwn.c
5504
macstat = le32toh(rxhdr->mac_status);
sys/dev/netif/bwn/bwn/if_bwn.c
5605
macstat = le32toh(rxhdr.mac_status);
sys/dev/netif/bwn/bwn/if_bwn.c
5862
macstat = le32toh(rxhdr->mac_status);
sys/dev/netif/emx/if_emx.c
3347
staterr = le32toh(current_desc->rxd_staterr);
sys/dev/netif/emx/if_emx.c
3388
mrq = le32toh(current_desc->rxd_mrq);
sys/dev/netif/emx/if_emx.c
3389
rss_hash = le32toh(current_desc->rxd_rss);
sys/dev/netif/emx/if_emx.c
3460
staterr = le32toh(current_desc->rxd_staterr);
sys/dev/netif/igb/if_igb.c
2721
staterr = le32toh(cur->wb.upper.status_error);
sys/dev/netif/igb/if_igb.c
2752
hash = le32toh(cur->wb.lower.hi_dword.rss);
sys/dev/netif/igb/if_igb.c
2753
hashtype = le32toh(cur->wb.lower.lo_dword.data) &
sys/dev/netif/igb/if_igb.c
2832
staterr = le32toh(cur->wb.upper.status_error);
sys/dev/netif/iwi/if_iwi.c
1588
beacon->state, le32toh(beacon->number)));
sys/dev/netif/iwi/if_iwi.c
1598
if (le32toh(beacon->number) >= vap->iv_bmissthreshold) {
sys/dev/netif/iwi/if_iwi.c
1600
le32toh(beacon->number),
sys/dev/netif/iwi/if_iwi.c
2219
if ((IWI_FW_GET_MAJOR(le32toh(hdr->version)) != IWI_FW_REQ_MAJOR) ||
sys/dev/netif/iwi/if_iwi.c
2220
(IWI_FW_GET_MINOR(le32toh(hdr->version)) != IWI_FW_REQ_MINOR)) {
sys/dev/netif/iwi/if_iwi.c
2222
fp->name, IWI_FW_GET_MAJOR(le32toh(hdr->version)),
sys/dev/netif/iwi/if_iwi.c
2223
IWI_FW_GET_MINOR(le32toh(hdr->version)), IWI_FW_REQ_MAJOR,
sys/dev/netif/iwi/if_iwi.c
2239
if (hdr != NULL && le32toh(hdr->mode) != IWI_FW_MODE_UCODE) {
sys/dev/netif/iwi/if_iwi.c
2352
if (fp->datasize < sizeof(*hdr) + le32toh(hdr->bsize) + le32toh(hdr->usize)
sys/dev/netif/iwi/if_iwi.c
2353
+ le32toh(hdr->fsize)) {
sys/dev/netif/iwi/if_iwi.c
2359
sc->fw_boot.size = le32toh(hdr->bsize);
sys/dev/netif/iwi/if_iwi.c
2362
sc->fw_uc.size = le32toh(hdr->usize);
sys/dev/netif/iwi/if_iwi.c
2365
sc->fw_fw.size = le32toh(hdr->fsize);
sys/dev/netif/iwi/if_iwi.c
2591
DPRINTF(("Setting power mode to %u\n", le32toh(data)));
sys/dev/netif/iwi/if_iwi.c
2701
DPRINTF(("Setting initialization vector to %u\n", le32toh(data)));
sys/dev/netif/iwi/if_iwi.c
2845
, le32toh(scan.full_scan_index)
sys/dev/netif/iwi/if_iwi.c
2948
DPRINTF(("Setting RTS threshold to %u\n", le32toh(data)));
sys/dev/netif/iwi/if_iwi.c
2954
DPRINTF(("Setting fragmentation threshold to %u\n", le32toh(data)));
sys/dev/netif/iwm/if_iwm.c
2791
sc->error_event_table[0] = le32toh(lmac1->error_event_table_ptr);
sys/dev/netif/iwm/if_iwm.c
2794
le32toh(lmac2->error_event_table_ptr);
sys/dev/netif/iwm/if_iwm.c
2795
sc->log_event_table = le32toh(lmac1->log_event_table_ptr);
sys/dev/netif/iwm/if_iwm.c
2796
sc->umac_error_event_table = le32toh(umac->error_info_addr);
sys/dev/netif/iwm/if_iwm.c
2797
alive_data->scd_base_addr = le32toh(lmac1->scd_base_ptr);
sys/dev/netif/iwm/if_iwm.c
2811
le32toh(umac->umac_major),
sys/dev/netif/iwm/if_iwm.c
2812
le32toh(umac->umac_minor));
sys/dev/netif/iwm/if_iwm.c
3121
noise = le32toh(stats->beacon_silence_rssi[i]) & 0xff;
sys/dev/netif/iwm/if_iwm.c
3167
val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
sys/dev/netif/iwm/if_iwm.c
3222
rx_pkt_status = le32toh(*(uint32_t *)(pkt->data + sizeof(*rx_res) + len));
sys/dev/netif/iwm/if_iwm.c
3498
le32toh(tx_resp->initial_rate),
sys/dev/netif/iwm/if_iwm.c
3501
tx_resp_rate = iwm_rate_from_ucode_rate(le32toh(tx_resp->initial_rate));
sys/dev/netif/iwm/if_iwm.c
3980
le32toh(tx->tx_flags),
sys/dev/netif/iwm/if_iwm.c
3981
le32toh(tx->rate_n_flags),
sys/dev/netif/iwm/if_iwm.c
4152
cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota) + quota_rem);
sys/dev/netif/iwm/if_iwm.c
4769
n_channels = le32toh(mcc_resp->n_channels);
sys/dev/netif/iwm/if_iwm.c
4773
n_channels = le32toh(mcc_resp_v1->n_channels);
sys/dev/netif/iwm/if_iwm.c
488
uint32_t ucode_type = le32toh(def_calib->ucode_type);
sys/dev/netif/iwm/if_iwm.c
510
uint32_t api_index = le32toh(ucode_api->api_index);
sys/dev/netif/iwm/if_iwm.c
511
uint32_t api_flags = le32toh(ucode_api->api_flags);
sys/dev/netif/iwm/if_iwm.c
535
uint32_t api_index = le32toh(ucode_capa->api_index);
sys/dev/netif/iwm/if_iwm.c
536
uint32_t api_flags = le32toh(ucode_capa->api_capa);
sys/dev/netif/iwm/if_iwm.c
5465
missed = le32toh(resp->consec_missed_beacons);
sys/dev/netif/iwm/if_iwm.c
5472
le32toh(resp->mac_id),
sys/dev/netif/iwm/if_iwm.c
5473
le32toh(resp->consec_missed_beacons_since_last_rx),
sys/dev/netif/iwm/if_iwm.c
5474
le32toh(resp->consec_missed_beacons),
sys/dev/netif/iwm/if_iwm.c
5475
le32toh(resp->num_expected_beacons),
sys/dev/netif/iwm/if_iwm.c
5476
le32toh(resp->num_recvd_beacons));
sys/dev/netif/iwm/if_iwm.c
5624
le32toh(resp->error_type),
sys/dev/netif/iwm/if_iwm.c
608
|| le32toh(uhdr->magic) != IWM_TLV_UCODE_MAGIC) {
sys/dev/netif/iwm/if_iwm.c
616
IWM_UCODE_MAJOR(le32toh(uhdr->ver)),
sys/dev/netif/iwm/if_iwm.c
617
IWM_UCODE_MINOR(le32toh(uhdr->ver)),
sys/dev/netif/iwm/if_iwm.c
618
IWM_UCODE_API(le32toh(uhdr->ver)));
sys/dev/netif/iwm/if_iwm.c
626
tlv_len = le32toh(tlv->length);
sys/dev/netif/iwm/if_iwm.c
627
tlv_type = le32toh(tlv->type);
sys/dev/netif/iwm/if_iwm.c
878
le32toh(((const uint32_t *)tlv_data)[0]),
sys/dev/netif/iwm/if_iwm.c
879
le32toh(((const uint32_t *)tlv_data)[1]),
sys/dev/netif/iwm/if_iwm.c
880
le32toh(((const uint32_t *)tlv_data)[2]));
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
359
__func__, le32toh(cmd->action), ret);
sys/dev/netif/iwm/if_iwm_mac_ctxt.c
423
le32toh(ctxt_sta->dtim_time), dtim_offs);
sys/dev/netif/iwm/if_iwm_power.c
154
le32toh(cmd->ba_enable_beacon_abort));
sys/dev/netif/iwm/if_iwm_power.c
157
le32toh(cmd->ba_escape_timer));
sys/dev/netif/iwm/if_iwm_power.c
160
le32toh(cmd->bf_debug_flag));
sys/dev/netif/iwm/if_iwm_power.c
163
le32toh(cmd->bf_enable_beacon_filter));
sys/dev/netif/iwm/if_iwm_power.c
166
le32toh(cmd->bf_energy_delta));
sys/dev/netif/iwm/if_iwm_power.c
169
le32toh(cmd->bf_escape_timer));
sys/dev/netif/iwm/if_iwm_power.c
172
le32toh(cmd->bf_roaming_energy_delta));
sys/dev/netif/iwm/if_iwm_power.c
175
le32toh(cmd->bf_roaming_state));
sys/dev/netif/iwm/if_iwm_power.c
178
le32toh(cmd->bf_temp_threshold));
sys/dev/netif/iwm/if_iwm_power.c
181
le32toh(cmd->bf_temp_fast_filter));
sys/dev/netif/iwm/if_iwm_power.c
184
le32toh(cmd->bf_temp_slow_filter));
sys/dev/netif/iwm/if_iwm_power.c
213
"Rx timeout = %u usec\n", le32toh(cmd->rx_data_timeout));
sys/dev/netif/iwm/if_iwm_power.c
215
"Tx timeout = %u usec\n", le32toh(cmd->tx_data_timeout));
sys/dev/netif/iwm/if_iwm_scan.c
265
le32toh(notif->uid),
sys/dev/netif/iwm/if_iwm_time_event.c
173
le32toh(notif->unique_id),
sys/dev/netif/iwm/if_iwm_time_event.c
174
le32toh(notif->action));
sys/dev/netif/iwm/if_iwm_time_event.c
176
if (!le32toh(notif->status)) {
sys/dev/netif/iwm/if_iwm_time_event.c
189
if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_END) {
sys/dev/netif/iwm/if_iwm_time_event.c
195
} else if (le32toh(notif->action) & IWM_TE_V2_NOTIF_HOST_EVENT_START) {
sys/dev/netif/iwm/if_iwm_time_event.c
213
le32toh(notif->unique_id),
sys/dev/netif/iwm/if_iwm_time_event.c
214
le32toh(notif->action));
sys/dev/netif/iwm/if_iwm_time_event.c
236
if (le32toh(resp->unique_id) != sc->sc_time_event_uid)
sys/dev/netif/iwm/if_iwm_time_event.c
267
if (le32toh(resp->id) != IWM_TE_BSS_STA_AGGRESSIVE_ASSOC) {
sys/dev/netif/iwm/if_iwm_time_event.c
270
le32toh(resp->id));
sys/dev/netif/iwm/if_iwm_time_event.c
274
sc->sc_time_event_uid = le32toh(resp->unique_id);
sys/dev/netif/iwm/if_iwm_time_event.c
292
"Add new TE, duration %d TU\n", le32toh(te_cmd->duration));
sys/dev/netif/iwm/if_iwm_time_event.c
294
sc->sc_time_event_duration = le32toh(te_cmd->duration);
sys/dev/netif/iwm/if_iwm_time_event.c
412
"%s: Removing TE 0x%x\n", __func__, le32toh(time_cmd.id));
sys/dev/netif/iwm/if_iwm_util.c
389
*status = le32toh(resp->status);
sys/dev/netif/iwm/if_iwmreg.h
6940
return le32toh(pkt->len_n_flags) & IWM_FH_RSCSR_FRAME_SIZE_MSK;
sys/dev/netif/iwm/if_iwmreg.h
70
#define le32_to_cpup(_a_) (le32toh(*(const uint32_t *)(_a_)))
sys/dev/netif/iwn/if_iwn.c
2426
le32toh(sc->eeprom_crystal));
sys/dev/netif/iwn/if_iwn.c
3084
flags = le32toh(*(uint32_t *)(head + len));
sys/dev/netif/iwn/if_iwn.c
3364
len = (le32toh(desc->len) & 0x3fff) - 4;
sys/dev/netif/iwn/if_iwn.c
3535
if (le32toh(lstats->rx.general.flags) != 1) {
sys/dev/netif/iwn/if_iwn.c
3565
calib->bad_plcp_cck = le32toh(rs->rx.cck.bad_plcp);
sys/dev/netif/iwn/if_iwn.c
3566
calib->fa_cck = le32toh(rs->rx.cck.fa);
sys/dev/netif/iwn/if_iwn.c
3567
calib->bad_plcp_ht = le32toh(rs->rx.ht.bad_plcp);
sys/dev/netif/iwn/if_iwn.c
3568
calib->bad_plcp_ofdm = le32toh(rs->rx.ofdm.bad_plcp);
sys/dev/netif/iwn/if_iwn.c
3569
calib->fa_ofdm = le32toh(rs->rx.ofdm.fa);
sys/dev/netif/iwn/if_iwn.c
3597
le32toh(stat->status));
sys/dev/netif/iwn/if_iwn.c
3605
le32toh(stat->status) & 0xff);
sys/dev/netif/iwn/if_iwn.c
3627
le32toh(stat->status));
sys/dev/netif/iwn/if_iwn.c
3850
seqno = le32toh(*(status + nframes)) & 0xfff;
sys/dev/netif/iwn/if_iwn.c
3952
misses = le32toh(miss->consecutive);
sys/dev/netif/iwn/if_iwn.c
3956
misses, le32toh(miss->total));
sys/dev/netif/iwn/if_iwn.c
3984
uc->subtype, le32toh(uc->valid));
sys/dev/netif/iwn/if_iwn.c
3986
if (le32toh(uc->valid) != 1) {
sys/dev/netif/iwn/if_iwn.c
3996
sc->errptr = le32toh(uc->errptr);
sys/dev/netif/iwn/if_iwn.c
4012
le32toh(*status));
sys/dev/netif/iwn/if_iwn.c
4025
__func__, scan->chan, le32toh(scan->status));
sys/dev/netif/iwn/if_iwn.c
4181
tmp = le32toh(tmp);
sys/dev/netif/iwn/if_iwn.c
5404
le32toh(plcp));
sys/dev/netif/iwn/if_iwn.c
5417
if ((le32toh(plcp) & IWN_RFLAG_MCS) &&
sys/dev/netif/iwn/if_iwn.c
5418
IEEE80211_RV(le32toh(plcp)) > 7)
sys/dev/netif/iwn/if_iwn.c
5669
vdiff = ((int32_t)le32toh(uc->volt) - sc->eeprom_voltage) / 7;
sys/dev/netif/iwn/if_iwn.c
5676
__func__, vdiff, le32toh(uc->volt), sc->eeprom_voltage);
sys/dev/netif/iwn/if_iwn.c
5750
idx += (int32_t)le32toh(uc->atten[grp][c]);
sys/dev/netif/iwn/if_iwn.c
5846
agc = (le32toh(phy->agc) >> 9) & 0x7f;
sys/dev/netif/iwn/if_iwn.c
5869
if ((noise = le32toh(stats->noise[i]) & 0xff) == 0)
sys/dev/netif/iwn/if_iwn.c
5889
r1 = le32toh(uc->temp[0].chan20MHz);
sys/dev/netif/iwn/if_iwn.c
5890
r2 = le32toh(uc->temp[1].chan20MHz);
sys/dev/netif/iwn/if_iwn.c
5891
r3 = le32toh(uc->temp[2].chan20MHz);
sys/dev/netif/iwn/if_iwn.c
5892
r4 = le32toh(sc->rawtemp);
sys/dev/netif/iwn/if_iwn.c
5919
temp = le32toh(sc->rawtemp);
sys/dev/netif/iwn/if_iwn.c
5987
calib->rssi[i] += le32toh(stats->rssi[i]) & 0xff;
sys/dev/netif/iwn/if_iwn.c
5988
calib->noise[i] += le32toh(stats->noise[i]) & 0xff;
sys/dev/netif/iwn/if_iwn.c
6168
if ((rxena = le32toh(stats->general.load)) == 0){
sys/dev/netif/iwn/if_iwn.c
6174
fa = le32toh(stats->ofdm.bad_plcp) - calib->bad_plcp_ofdm;
sys/dev/netif/iwn/if_iwn.c
6175
fa += le32toh(stats->ofdm.fa) - calib->fa_ofdm;
sys/dev/netif/iwn/if_iwn.c
6199
noise[i] = (le32toh(stats->general.noise[i]) >> 8) & 0xff;
sys/dev/netif/iwn/if_iwn.c
6213
energy[i] = le32toh(stats->general.energy[i]);
sys/dev/netif/iwn/if_iwn.c
6227
fa = le32toh(stats->cck.bad_plcp) - calib->bad_plcp_cck;
sys/dev/netif/iwn/if_iwn.c
6228
fa += le32toh(stats->cck.fa) - calib->fa_cck;
sys/dev/netif/iwn/if_iwn.c
6352
delta_cck = le32toh(rs->rx.cck.bad_plcp) - calib->bad_plcp_cck;
sys/dev/netif/iwn/if_iwn.c
6353
delta_ofdm = le32toh(rs->rx.ofdm.bad_plcp) - calib->bad_plcp_ofdm;
sys/dev/netif/iwn/if_iwn.c
6354
delta_ht = le32toh(rs->rx.ht.bad_plcp) - calib->bad_plcp_ht;
sys/dev/netif/iwn/if_iwn.c
6779
__func__, le32toh(sc->rxon->flags));
sys/dev/netif/iwn/if_iwn.c
7269
sc->rxon->chan, le32toh(sc->rxon->flags), ic->ic_curhtprotmode);
sys/dev/netif/iwn/if_iwn.c
7766
cmd.cap_pin[0] = le32toh(sc->eeprom_crystal) & 0xff;
sys/dev/netif/iwn/if_iwn.c
7767
cmd.cap_pin[1] = (le32toh(sc->eeprom_crystal) >> 16) & 0xff;
sys/dev/netif/iwn/if_iwn.c
8191
rev = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8211
fw->main.textsz = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8212
fw->main.datasz = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8213
fw->init.textsz = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8214
fw->init.datasz = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8215
fw->boot.textsz = le32toh(*ptr++);
sys/dev/netif/iwn/if_iwn.c
8255
__func__, le32toh(hdr->signature));
sys/dev/netif/iwn/if_iwn.c
8259
le32toh(hdr->build));
sys/dev/netif/iwn/if_iwn.c
8260
sc->ucode_rev = le32toh(hdr->rev);
sys/dev/netif/iwn/if_iwn.c
8277
len = le32toh(tlv->len);
sys/dev/netif/iwn/if_iwn.c
8316
tmp = le32toh(*ptr);
sys/dev/netif/iwn/if_iwn.c
8332
sc->tlv_feature_flags = le32toh(*ptr);
sys/dev/netif/ix/if_ix.c
2558
return (le32toh(rx->wb.lower.lo_dword.data) &
sys/dev/netif/ix/if_ix.c
2965
staterr = le32toh(cur->wb.upper.status_error);
sys/dev/netif/ix/if_ix.c
2975
ptype = le32toh(cur->wb.lower.lo_dword.data) &
sys/dev/netif/ix/if_ix.c
2977
hash = le32toh(cur->wb.lower.hi_dword.rss);
sys/dev/netif/ix/if_ix.c
2978
hashtype = le32toh(cur->wb.lower.lo_dword.data) &
sys/dev/netif/ix/ixgbe_osdep.h
114
#define IXGBE_LE32_TO_CPU le32toh
sys/dev/netif/jme/if_jme.c
2200
status = le32toh(txd->tx_desc->flags);
sys/dev/netif/jme/if_jme.c
2220
next_status = le32toh(next_txd->tx_desc->flags);
sys/dev/netif/jme/if_jme.c
2230
le32toh(txd->tx_desc->buflen) &
sys/dev/netif/jme/if_jme.c
2316
flags = le32toh(desc->flags);
sys/dev/netif/jme/if_jme.c
2317
status = le32toh(desc->buflen);
sys/dev/netif/jme/if_jme.c
2318
hash = le32toh(desc->addr_hi);
sys/dev/netif/jme/if_jme.c
2319
hashinfo = le32toh(desc->addr_lo);
sys/dev/netif/jme/if_jme.c
2500
if ((le32toh(desc->flags) & JME_RD_OWN) == JME_RD_OWN)
sys/dev/netif/jme/if_jme.c
2502
if ((le32toh(desc->buflen) & JME_RD_VALID) == 0)
sys/dev/netif/jme/if_jme.c
2511
nsegs = JME_RX_NSEGS(le32toh(desc->buflen));
sys/dev/netif/jme/if_jme.c
2512
pktlen = JME_RX_BYTES(le32toh(desc->buflen));
sys/dev/netif/jme/if_jme.c
2537
hashinfo = le32toh(desc->addr_lo);
sys/dev/netif/lnc/lancevar.h
134
#define LE_LE32TOH(v) (((sc)->sc_flags & LE_BSWAP) ? le32toh(v) : (v))
sys/dev/netif/msk/if_msk.c
2905
control = le32toh(cur_tx->msk_control);
sys/dev/netif/msk/if_msk.c
3155
control = le32toh(sd->msk_control);
sys/dev/netif/msk/if_msk.c
3167
status = le32toh(sd->msk_status);
sys/dev/netif/oce/oce_if.c
1830
req_size = le32toh(req.u0.req.request_length);
sys/dev/netif/oce/oce_if.h
1112
#define HOST_32(x) le32toh(x)
sys/dev/netif/ral/rt2560.c
1063
flags = le32toh(desc->flags);
sys/dev/netif/ral/rt2560.c
1153
if ((le32toh(desc->flags) & RT2560_RX_BUSY) ||
sys/dev/netif/ral/rt2560.c
1154
(le32toh(desc->flags) & RT2560_RX_CIPHER_BUSY))
sys/dev/netif/ral/rt2560.c
1166
if ((le32toh(desc->flags) & RT2560_RX_CIPHER_MASK) != 0 &&
sys/dev/netif/ral/rt2560.c
1167
(le32toh(desc->flags) & RT2560_RX_ICV_ERROR)) {
sys/dev/netif/ral/rt2560.c
1230
(le32toh(desc->flags) >> 16) & 0xfff;
sys/dev/netif/ral/rt2560.c
1295
if ((le32toh(desc->flags) & RT2560_RX_BUSY) ||
sys/dev/netif/ral/rt2560.c
1296
(le32toh(desc->flags) & RT2560_RX_CIPHER_BUSY))
sys/dev/netif/ral/rt2560.c
1301
if ((le32toh(desc->flags) & RT2560_RX_PHY_ERROR) ||
sys/dev/netif/ral/rt2560.c
1302
(le32toh(desc->flags) & RT2560_RX_CRC_ERROR)) {
sys/dev/netif/ral/rt2560.c
1308
le32toh(desc->flags));
sys/dev/netif/ral/rt2560.c
1312
if (((le32toh(desc->flags) >> 16) & 0xfff) > MCLBYTES) {
sys/dev/netif/ral/rt2560.c
921
if ((le32toh(desc->flags) & RT2560_TX_BUSY) ||
sys/dev/netif/ral/rt2560.c
922
(le32toh(desc->flags) & RT2560_TX_CIPHER_BUSY))
sys/dev/netif/ral/rt2560.c
926
if ((le32toh(desc->flags) & RT2560_TX_CIPHER_MASK) ==
sys/dev/netif/ral/rt2560.c
966
flags = le32toh(desc->flags);
sys/dev/netif/ral/rt2661.c
1020
if (le32toh(desc->flags) & RT2661_RX_BUSY)
sys/dev/netif/ral/rt2661.c
1023
if ((le32toh(desc->flags) & RT2661_RX_PHY_ERROR) ||
sys/dev/netif/ral/rt2661.c
1024
(le32toh(desc->flags) & RT2661_RX_CRC_ERROR)) {
sys/dev/netif/ral/rt2661.c
1030
le32toh(desc->flags));
sys/dev/netif/ral/rt2661.c
1039
if ((le32toh(desc->flags) & RT2661_RX_CIPHER_MASK) != 0) {
sys/dev/netif/ral/rt2661.c
1102
(le32toh(desc->flags) >> 16) & 0xfff;
sys/dev/netif/ral/rt2661.c
979
if ((le32toh(desc->flags) & RT2661_TX_BUSY) ||
sys/dev/netif/ral/rt2661.c
980
!(le32toh(desc->flags) & RT2661_TX_VALID))
sys/dev/netif/re/if_re.c
1143
rxstat = le32toh(cur_rx->re_cmdstat);
sys/dev/netif/re/if_re.c
1144
rxctrl = le32toh(cur_rx->re_control);
sys/dev/netif/re/if_re.c
1288
txstat = le32toh(sc->re_ldata.re_tx_list[idx].re_cmdstat);
sys/dev/netif/re/if_revar.h
53
#define RE_OWN(x) (le32toh((x)->re_cmdstat) & RE_RDESC_STAT_OWN)
sys/dev/netif/re/if_revar.h
54
#define RE_RXBYTES(x) (le32toh((x)->re_cmdstat) & RE_RDESC_STAT_GFRAGLEN)
sys/dev/netif/re/re.c
8245
txstat = le32toh(txptr->ul[0]);
sys/dev/netif/re/re.c
8337
opts1 = le32toh(rxptr->ul[0]);
sys/dev/netif/re/re.c
8353
opts2 = le32toh(rxptr->ul[1]);
sys/dev/netif/re/re.c
8476
opts1 = le32toh(rxptr->ul[0]);
sys/dev/netif/rl/if_rl.c
1015
rxstat = le32toh(*(uint32_t *)rxbufpos);
sys/dev/netif/sk/if_sk.c
1832
sk_ctl = le32toh(cur_desc->sk_ctl);
sys/dev/netif/sk/if_sk.c
1839
rxstat = le32toh(cur_desc->sk_xmac_rxstat);
sys/dev/netif/sk/if_sk.c
1840
total_len = SK_RXBYTES(le32toh(cur_desc->sk_ctl));
sys/dev/netif/sk/if_sk.c
2004
sk_ctl = le32toh(cur_tx->sk_ctl);
sys/dev/netif/sk/if_sk.c
2889
DESC_PRINT(le32toh(desc->sk_ctl));
sys/dev/netif/sk/if_sk.c
2890
DESC_PRINT(le32toh(desc->sk_next));
sys/dev/netif/sk/if_sk.c
2891
DESC_PRINT(le32toh(desc->sk_data_lo));
sys/dev/netif/sk/if_sk.c
2892
DESC_PRINT(le32toh(desc->sk_data_hi));
sys/dev/netif/sk/if_sk.c
2893
DESC_PRINT(le32toh(desc->sk_xmac_txstat));
sys/dev/netif/vge/if_vge.c
1269
rxstat = le32toh(cur_rx->vge_sts);
sys/dev/netif/vge/if_vge.c
1270
rxctl = le32toh(cur_rx->vge_ctl);
sys/dev/netif/vge/if_vge.c
1427
txstat = le32toh(sc->vge_ldata.vge_tx_list[idx].vge_sts);
sys/dev/netif/vge/if_vge.c
645
if (le32toh(d->vge_sts) & VGE_RDSTS_OWN) {
sys/dev/netif/vge/if_vge.c
685
if (le32toh(d->vge_sts) & VGE_TDSTS_OWN) {
sys/dev/netif/vge/if_vgevar.h
54
#define VGE_OWN(x) (le32toh((x)->vge_sts) & VGE_RDSTS_OWN)
sys/dev/netif/vge/if_vgevar.h
55
#define VGE_RXBYTES(x) ((le32toh((x)->vge_sts) & \
sys/dev/netif/wpi/if_wpi.c
1970
flags = le32toh(tail->flags);
sys/dev/netif/wpi/if_wpi.c
1974
le32toh(desc->len), len, (int8_t)stat->rssi,
sys/dev/netif/wpi/if_wpi.c
2103
uint32_t status = le32toh(stat->status);
sys/dev/netif/wpi/if_wpi.c
2114
stat->btkillcnt, stat->rate, le32toh(stat->duration), status);
sys/dev/netif/wpi/if_wpi.c
2159
le32toh(desc->len));
sys/dev/netif/wpi/if_wpi.c
2208
hw = le32toh(sc->shared->next) & 0xfff;
sys/dev/netif/wpi/if_wpi.c
2224
desc->type, wpi_cmd_str(desc->type), le32toh(desc->len));
sys/dev/netif/wpi/if_wpi.c
2262
misses = le32toh(miss->consecutive);
sys/dev/netif/wpi/if_wpi.c
2263
expected = le32toh(miss->expected);
sys/dev/netif/wpi/if_wpi.c
2264
received = le32toh(miss->received);
sys/dev/netif/wpi/if_wpi.c
2269
__func__, misses, le32toh(miss->total), received,
sys/dev/netif/wpi/if_wpi.c
2302
stat->btkillcnt, stat->rate, le32toh(stat->duration),
sys/dev/netif/wpi/if_wpi.c
2303
le32toh(stat->status), le64toh(*tsf),
sys/dev/netif/wpi/if_wpi.c
2304
le32toh(*mode));
sys/dev/netif/wpi/if_wpi.c
2320
uc->subtype, le32toh(uc->valid));
sys/dev/netif/wpi/if_wpi.c
2322
if (le32toh(uc->valid) != 1) {
sys/dev/netif/wpi/if_wpi.c
2329
sc->errptr = le32toh(uc->errptr);
sys/dev/netif/wpi/if_wpi.c
2340
le32toh(*status));
sys/dev/netif/wpi/if_wpi.c
2342
if (le32toh(*status) & 1) {
sys/dev/netif/wpi/if_wpi.c
2362
__func__, scan->chan, le32toh(scan->status));
sys/dev/netif/wpi/if_wpi.c
5106
fw->main.textsz = le32toh(hdr->rtextsz);
sys/dev/netif/wpi/if_wpi.c
5107
fw->main.datasz = le32toh(hdr->rdatasz);
sys/dev/netif/wpi/if_wpi.c
5108
fw->init.textsz = le32toh(hdr->itextsz);
sys/dev/netif/wpi/if_wpi.c
5109
fw->init.datasz = le32toh(hdr->idatasz);
sys/dev/netif/wpi/if_wpi.c
5110
fw->boot.textsz = le32toh(hdr->btextsz);
sys/dev/netif/wpi/if_wpi.c
5144
"boot (text %u)\n", hdr->major, hdr->minor, le32toh(hdr->driver),
sys/dev/netif/xl/if_xl.c
1958
while((rxstat = le32toh(sc->xl_cdata.xl_rx_head->xl_ptr->xl_status))) {
sys/dev/netif/xl/if_xl.c
2136
if (!(le32toh(cur_tx->xl_ptr->xl_status) &
sys/dev/netif/xl/if_xl.c
2565
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |
sys/dev/netif/xl/if_xl.c
2581
htole32(le32toh(status) & ~XL_TXSTAT_DL_INTR);
sys/dev/netif/xl/if_xl.c
2685
cur_tx->xl_ptr->xl_status = htole32(le32toh(cur_tx->xl_ptr->xl_status) |
sys/dev/pccard/cardbus/cardbus_cis.c
308
len = le32toh(*(uint32_t*)(tupledata + 2));
sys/dev/raid/iir/iir.h
732
return le32toh(*(u_int32_t *)addr);
sys/dev/raid/iir/iir_pci.c
263
protocol = (uint8_t)le32toh(bus_space_read_4(gdt->sc_dpmemt, gdt->sc_dpmemh,
sys/dev/raid/mpr/mpr.c
2249
mpr_sas_log_info(sc, le32toh(mpi_reply->IOCLogInfo));
sys/dev/raid/mpr/mpr.c
2319
(le32toh(desc->Words.High) == 0xffffffff))
sys/dev/raid/mpr/mpr.c
2356
baddr = le32toh(desc->AddressReply.ReplyFrameAddress);
sys/dev/raid/mpr/mpr.c
2414
le32toh(desc->AddressReply.
sys/dev/raid/mpr/mpr_mapping.c
1173
device_info = le32toh(sas_device_pg0.DeviceInfo);
sys/dev/raid/mpr/mpr_mapping.c
1174
sas_address = le32toh(sas_device_pg0.SASAddress.High);
sys/dev/raid/mpr/mpr_mapping.c
1176
le32toh(sas_device_pg0.SASAddress.Low);
sys/dev/raid/mpr/mpr_mapping.c
1347
port_change->device_info = le32toh(pcie_device_pg0.DeviceInfo);
sys/dev/raid/mpr/mpr_mapping.c
151
le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mpr/mpr_mapping.c
158
le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mpr/mpr_mapping.c
2122
dpm_entry->PhysicalBitsMapping = le32toh(dpm_entry->
sys/dev/raid/mpr/mpr_mapping.c
2252
phy_bits = le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mpr/mpr_mapping.c
275
le32toh(phy_bits))))
sys/dev/raid/mpr/mpr_mapping.c
2793
et_entry->phy_bits |= le32toh(event_data->PhyBits);
sys/dev/raid/mpr/mpr_mapping.c
2845
et_entry->phy_bits = le32toh(event_data->PhyBits);
sys/dev/raid/mpr/mpr_mapping.c
3008
flags = le32toh(event_data->Flags);
sys/dev/raid/mpr/mpr_sas.c
1321
le16toh(reply->IOCStatus), le32toh(reply->ResponseCode),
sys/dev/raid/mpr/mpr_sas.c
1322
le32toh(reply->TerminationCount));
sys/dev/raid/mpr/mpr_sas.c
1417
le16toh(reply->IOCStatus), le32toh(reply->ResponseCode),
sys/dev/raid/mpr/mpr_sas.c
1418
le32toh(reply->TerminationCount));
sys/dev/raid/mpr/mpr_sas.c
1567
le16toh(reply->IOCStatus), le32toh(reply->ResponseCode),
sys/dev/raid/mpr/mpr_sas.c
1568
le32toh(reply->TerminationCount));
sys/dev/raid/mpr/mpr_sas.c
2243
u32 log_info = le32toh(mpi_reply->IOCLogInfo);
sys/dev/raid/mpr/mpr_sas.c
2279
response_info = le32toh(mpi_reply->ResponseInfo);
sys/dev/raid/mpr/mpr_sas.c
2543
rep->SCSIState, le32toh(rep->TransferCount));
sys/dev/raid/mpr/mpr_sas.c
2555
le32toh(rep->TransferCount));
sys/dev/raid/mpr/mpr_sas.c
2670
le32toh(rep->TransferCount));
sys/dev/raid/mpr/mpr_sas.c
2674
csio->resid = cm->cm_length - le32toh(rep->TransferCount);
sys/dev/raid/mpr/mpr_sas.c
2704
((le32toh(rep->ResponseInfo) & MPI2_SCSI_RI_MASK_REASONCODE)
sys/dev/raid/mpr/mpr_sas.c
2732
returned_sense_len = min(le32toh(rep->SenseCount),
sys/dev/raid/mpr/mpr_sas.c
2859
le32toh(rep->IOCLogInfo));
sys/dev/raid/mpr/mpr_sas.c
2863
le32toh(rep->TransferCount));
sys/dev/raid/mpr/mpr_sas.c
2878
le16toh(rep->IOCStatus), le32toh(rep->IOCLogInfo),
sys/dev/raid/mpr/mpr_sas.c
2880
le32toh(rep->TransferCount));
sys/dev/raid/mpr/mpr_sas.c
2945
sasaddr = le32toh(req->SASAddress.Low);
sys/dev/raid/mpr/mpr_sas.c
2946
sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
sys/dev/raid/mpr/mpr_sas.c
3413
__func__, le16toh(resp->IOCStatus), le32toh(resp->ResponseCode));
sys/dev/raid/mpr/mpr_sas.c
3415
if (le32toh(resp->ResponseCode) == MPI2_SCSITASKMGMT_RSP_TM_COMPLETE) {
sys/dev/raid/mpr/mpr_sas.c
398
le32toh(reply->TerminationCount));
sys/dev/raid/mpr/mpr_sas.c
597
le32toh(reply->TerminationCount));
sys/dev/raid/mpr/mpr_sas_lsi.c
1289
device_info = le32toh(config_page.DeviceInfo);
sys/dev/raid/mpr/mpr_sas_lsi.c
1305
parent_devinfo = le32toh(parent_config_page.DeviceInfo);
sys/dev/raid/mpr/mpr_sas_lsi.c
285
foreign_config = (le32toh(event_data->Flags) &
sys/dev/raid/mpr/mpr_sas_lsi.c
470
"handle 0x%x", le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
471
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
477
"handle 0x%x", le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
478
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
484
"handle 0x%x", le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
485
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
489
state = le32toh(event_data->NewValue);
sys/dev/raid/mpr/mpr_sas_lsi.c
543
"%d", le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
544
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
554
le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
555
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
565
le32toh(event_data->PreviousValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
566
le32toh(event_data->NewValue),
sys/dev/raid/mpr/mpr_sas_lsi.c
825
device_info = le32toh(config_page.DeviceInfo);
sys/dev/raid/mpr/mpr_sas_lsi.c
844
parent_devinfo = le32toh(parent_config_page.DeviceInfo);
sys/dev/raid/mpr/mpr_sas_lsi.c
926
targ->devname = le32toh(config_page.DeviceName.High);
sys/dev/raid/mpr/mpr_sas_lsi.c
928
le32toh(config_page.DeviceName.Low);
sys/dev/raid/mpr/mpr_table.c
550
length = le32toh(ieee_sge->Length);
sys/dev/raid/mpr/mpr_table.c
561
le32toh(ieee_sgc->Length),
sys/dev/raid/mpr/mpr_table.c
574
flags = le32toh(sge->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT;
sys/dev/raid/mpr/mpr_table.c
576
flags, le32toh(sge->FlagsLength) & 0xffffff,
sys/dev/raid/mpr/mpr_user.c
1101
MIN((le32toh(((MPI2_SCSI_IO_REPLY *)rpl)->
sys/dev/raid/mpr/mpr_user.c
1136
sz = MIN(le32toh(nvme_error_reply->ErrorResponseCount),
sys/dev/raid/mpr/mpr_user.c
1325
le16toh(reply->IOCStatus), le32toh(reply->IOCLogInfo),
sys/dev/raid/mpr/mpr_user.c
1326
le32toh(reply->TransferLength));
sys/dev/raid/mpr/mpr_user.c
1418
le32toh(reply->IOCLogInfo));
sys/dev/raid/mpr/mpr_user.c
248
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mpr/mpr_user.c
292
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mpr/mpr_user.c
294
params.length = le32toh(page_req->len);
sys/dev/raid/mpr/mpr_user.c
321
params.page_address = le32toh(ext_page_req->page_address);
sys/dev/raid/mpr/mpr_user.c
361
params.page_address = le32toh(ext_page_req->page_address);
sys/dev/raid/mpr/mpr_user.c
368
params.length = le32toh(ext_page_req->len);
sys/dev/raid/mpr/mpr_user.c
409
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mpr/mpr_user.c
411
params.length = le32toh(page_req->len);
sys/dev/raid/mpr/mprvar.h
727
return (((uint64_t)le32toh(data->High) << 32) | le32toh(data->Low));
sys/dev/raid/mps/mps.c
1532
baddr = le32toh(desc->AddressReply.ReplyFrameAddress);
sys/dev/raid/mps/mps.c
1856
if (((le32toh(sge->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT) &
sys/dev/raid/mps/mps.c
1940
saved_buf_len = le32toh(sge->FlagsLength) & 0x00FFFFFF;
sys/dev/raid/mps/mps_mapping.c
1375
dpm_entry->PhysicalBitsMapping = le32toh(dpm_entry->
sys/dev/raid/mps/mps_mapping.c
147
le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mps/mps_mapping.c
1496
phy_bits = le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mps/mps_mapping.c
154
le32toh(dpm_entry->PhysicalBitsMapping);
sys/dev/raid/mps/mps_mapping.c
1942
et_entry->phy_bits |= le32toh(event_data->PhyBits);
sys/dev/raid/mps/mps_mapping.c
1986
et_entry->phy_bits = le32toh(event_data->PhyBits);
sys/dev/raid/mps/mps_mapping.c
2160
flags = le32toh(event_data->Flags);
sys/dev/raid/mps/mps_mapping.c
255
le32toh(phy_bits))))
sys/dev/raid/mps/mps_mapping.c
908
device_info = le32toh(sas_device_pg0.DeviceInfo);
sys/dev/raid/mps/mps_mapping.c
942
le32toh(sas_device_pg0.DeviceInfo);
sys/dev/raid/mps/mps_sas.c
2427
sasaddr = le32toh(req->SASAddress.Low);
sys/dev/raid/mps/mps_sas.c
2428
sasaddr |= ((uint64_t)(le32toh(req->SASAddress.High))) << 32;
sys/dev/raid/mps/mps_sas_lsi.c
273
foreign_config = (le32toh(event_data->Flags) &
sys/dev/raid/mps/mps_sas_lsi.c
390
state = le32toh(event_data->NewValue);
sys/dev/raid/mps/mps_sas_lsi.c
603
device_info = le32toh(config_page.DeviceInfo);
sys/dev/raid/mps/mps_sas_lsi.c
619
parent_devinfo = le32toh(parent_config_page.DeviceInfo);
sys/dev/raid/mps/mps_sas_lsi.c
655
targ->devname = le32toh(config_page.DeviceName.High);
sys/dev/raid/mps/mps_sas_lsi.c
657
le32toh(config_page.DeviceName.Low);
sys/dev/raid/mps/mps_table.c
464
flags = le32toh(sge->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT;
sys/dev/raid/mps/mps_table.c
466
i, flags, le32toh(sge->FlagsLength) & 0xffffff,
sys/dev/raid/mps/mps_table.c
477
sgc->NextChainOffset, le32toh(sgc->Address));
sys/dev/raid/mps/mps_user.c
230
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mps/mps_user.c
274
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mps/mps_user.c
276
params.length = le32toh(page_req->len);
sys/dev/raid/mps/mps_user.c
303
params.page_address = le32toh(ext_page_req->page_address);
sys/dev/raid/mps/mps_user.c
339
params.page_address = le32toh(ext_page_req->page_address);
sys/dev/raid/mps/mps_user.c
346
params.length = le32toh(ext_page_req->len);
sys/dev/raid/mps/mps_user.c
387
params.page_address = le32toh(page_req->page_address);
sys/dev/raid/mps/mps_user.c
389
params.length = le32toh(page_req->len);
sys/dev/raid/mps/mpsvar.h
657
return (((uint64_t)le32toh(data->High) << 32) | le32toh(data->Low));
sys/dev/virtual/virtio/balloon/virtio_balloon.c
784
return (le32toh(desired));
sys/kern/libmchain/subr_mchain.c
430
*x = le32toh(v);
sys/kern/subr_diskgpt.c
112
len = le32toh(gpt->hdr_size);
sys/kern/subr_diskgpt.c
119
crc = le32toh(gpt->hdr_crc_self);
sys/kern/subr_diskgpt.c
131
entries = le32toh(gpt->hdr_entries);
sys/kern/subr_diskgpt.c
132
entsz = le32toh(gpt->hdr_entsz);
sys/kern/subr_diskgpt.c
133
table_lba = le32toh(gpt->hdr_lba_table);
sys/netbt/bluetooth.h
156
#define letoh32(x) le32toh(x)
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1308
val->flow.token_rate = le32toh(val->flow.token_rate);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1310
le32toh(val->flow.token_bucket_size);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1311
val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1312
val->flow.latency = le32toh(val->flow.latency);
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c
1313
val->flow.delay_variation = le32toh(val->flow.delay_variation);
sys/netproto/802_11/wlan/ieee80211_radiotap.c
363
uint32_t present = le32toh(rh->it_present);
sys/vfs/ext2fs/ext2_alloc.c
1121
le32toh(fs->e2fs->e2fs_first_dblock) + bno);
sys/vfs/ext2fs/ext2_alloc.c
1229
return (cg * fs->e2fs_fpg + le32toh(fs->e2fs->e2fs_first_dblock)
sys/vfs/ext2fs/ext2_alloc.c
1542
if (cg == le32toh(fs->e2fs->e4fs_backup_bgs[0]) ||
sys/vfs/ext2fs/ext2_alloc.c
1543
cg == le32toh(fs->e2fs->e4fs_backup_bgs[1]))
sys/vfs/ext2fs/ext2_alloc.c
481
return (((uint64_t)(le32toh(gd->ext4bgd_b_bitmap_hi)) << 32) |
sys/vfs/ext2fs/ext2_alloc.c
482
le32toh(gd->ext2bgd_b_bitmap));
sys/vfs/ext2fs/ext2_alloc.c
489
return (((uint64_t)(le32toh(gd->ext4bgd_i_bitmap_hi)) << 32) |
sys/vfs/ext2fs/ext2_alloc.c
490
le32toh(gd->ext2bgd_i_bitmap));
sys/vfs/ext2fs/ext2_alloc.c
497
return (((uint64_t)(le32toh(gd->ext4bgd_i_tables_hi)) << 32) |
sys/vfs/ext2fs/ext2_alloc.c
498
le32toh(gd->ext2bgd_i_tables));
sys/vfs/ext2fs/ext2_alloc.c
712
return (le32toh(bap[tmp]));
sys/vfs/ext2fs/ext2_alloc.c
720
EXT2_BLOCKS_PER_GROUP(fs)) + le32toh(fs->e2fs->e2fs_first_dblock));
sys/vfs/ext2fs/ext2_alloc.c
783
return (le32toh(fs->e2fs->e3fs_first_meta_bg));
sys/vfs/ext2fs/ext2_alloc.c
810
first_meta_bg = le32toh(fs->e2fs->e3fs_first_meta_bg);
sys/vfs/ext2fs/ext2_alloc.c
828
cg < le32toh(fs->e2fs->e3fs_first_meta_bg) *
sys/vfs/ext2fs/ext2_alloc.c
859
return ((block - le32toh(fs->e2fs->e2fs_first_dblock)) /
sys/vfs/ext2fs/ext2_alloc.c
889
le32toh(fs->e2fs->e2fs_first_dblock);
sys/vfs/ext2fs/ext2_alloc.c
947
le32toh(fs->e2fs->e2fs_first_dblock);
sys/vfs/ext2fs/ext2_balloc.c
198
nb = le32toh(bap[indirs[i].in_off]);
sys/vfs/ext2fs/ext2_bmap.c
255
daddr = le32toh(((e2fs_daddr_t *)bp->b_data)[ap->in_off]);
sys/vfs/ext2fs/ext2_csum.c
100
fs->e2fs_fsmnt, le32toh(fs->e2fs->e4fs_sbchksum),
sys/vfs/ext2fs/ext2_csum.c
205
if (calculated != le32toh(tp->e2dt_checksum))
sys/vfs/ext2fs/ext2_csum.c
404
provided = le32toh(etp->et_checksum);
sys/vfs/ext2fs/ext2_csum.c
77
fs->e2fs_csum_seed = le32toh(fs->e2fs->e4fs_chksum_seed);
sys/vfs/ext2fs/ext2_csum.c
95
if (le32toh(fs->e2fs->e4fs_sbchksum) !=
sys/vfs/ext2fs/ext2_htree.c
160
return (le32toh(ep->h_blk) & 0x00FFFFFF);
sys/vfs/ext2fs/ext2_htree.c
184
return (le32toh(ep->h_hash));
sys/vfs/ext2fs/ext2_htree.c
254
seed[i] = le32toh(es->e3fs_hash_seed[i]);
sys/vfs/ext2fs/ext2_htree.c
507
if (le32toh(entry1->h_hash) < le32toh(entry2->h_hash))
sys/vfs/ext2fs/ext2_htree.c
509
if (le32toh(entry1->h_hash) > le32toh(entry2->h_hash))
sys/vfs/ext2fs/ext2_htree.c
570
if (le32toh(ep->e2d_ino) && ep->e2d_namlen) {
sys/vfs/ext2fs/ext2_htree.c
599
*split_hash = le32toh(sort_info[i + 1].h_hash);
sys/vfs/ext2fs/ext2_htree.c
604
if (*split_hash == le32toh(sort_info[i].h_hash))
sys/vfs/ext2fs/ext2_htree.c
629
if (le32toh(ep->e2d_ino)) {
sys/vfs/ext2fs/ext2_inode.c
190
nb = le32toh(bap[i]);
sys/vfs/ext2fs/ext2_inode.c
208
nb = le32toh(bap[i]);
sys/vfs/ext2fs/ext2_inode_cnv.c
100
*sec += (uint64_t)(le32toh(extra) & EXT3_EPOCH_MASK) << 32;
sys/vfs/ext2fs/ext2_inode_cnv.c
102
*nsec = (le32toh(extra) & EXT3_NSEC_MASK) >> EXT3_EPOCH_BITS;
sys/vfs/ext2fs/ext2_inode_cnv.c
118
(ip->i_number > le32toh(fs->e2fs->e2fs_icount))) {
sys/vfs/ext2fs/ext2_inode_cnv.c
148
ip->i_size = le32toh(ei->e2di_size);
sys/vfs/ext2fs/ext2_inode_cnv.c
150
ip->i_size |= (uint64_t)le32toh(ei->e2di_size_high) << 32;
sys/vfs/ext2fs/ext2_inode_cnv.c
151
ip->i_atime = (signed)le32toh(ei->e2di_atime);
sys/vfs/ext2fs/ext2_inode_cnv.c
152
ip->i_mtime = (signed)le32toh(ei->e2di_mtime);
sys/vfs/ext2fs/ext2_inode_cnv.c
153
ip->i_ctime = (signed)le32toh(ei->e2di_ctime);
sys/vfs/ext2fs/ext2_inode_cnv.c
161
ip->i_birthtime = (signed)le32toh(ei->e2di_crtime);
sys/vfs/ext2fs/ext2_inode_cnv.c
166
ei_flags_host = le32toh(ei->e2di_flags);
sys/vfs/ext2fs/ext2_inode_cnv.c
172
ip->i_blocks = le32toh(ei->e2di_nblock);
sys/vfs/ext2fs/ext2_inode_cnv.c
173
ip->i_facl = le32toh(ei->e2di_facl);
sys/vfs/ext2fs/ext2_inode_cnv.c
180
ip->i_gen = le32toh(ei->e2di_gen);
sys/vfs/ext2fs/ext2_inode_cnv.c
190
ip->i_db[i] = le32toh(ei->e2di_blocks[i]);
sys/vfs/ext2fs/ext2_inode_cnv.c
192
ip->i_ib[i] = le32toh(ei->e2di_blocks[EXT2_NDIR_BLOCKS + i]);
sys/vfs/ext2fs/ext2_inode_cnv.c
232
le32toh(ei->e2di_mtime));
sys/vfs/ext2fs/ext2_inode_cnv.c
80
le32toh(ehp->eh_gen));
sys/vfs/ext2fs/ext2_inode_cnv.c
83
le32toh(ep->e_blk),
sys/vfs/ext2fs/ext2_inode_cnv.c
84
le16toh(ep->e_len), le32toh(ep->e_start_lo),
sys/vfs/ext2fs/ext2_lookup.c
1011
if (le32toh(ep->e2d_ino)) {
sys/vfs/ext2fs/ext2_lookup.c
1183
if (dp->e2d_name[1] == '.' && le32toh(dp->e2d_ino) == parentino)
sys/vfs/ext2fs/ext2_lookup.c
1229
if (le32toh(dirbuf.dotdot_ino) == source->i_number) {
sys/vfs/ext2fs/ext2_lookup.c
1233
if (le32toh(dirbuf.dotdot_ino) == EXT2_ROOTINO)
sys/vfs/ext2fs/ext2_lookup.c
1237
le32toh(dirbuf.dotdot_ino), &vp)) != 0) {
sys/vfs/ext2fs/ext2_lookup.c
227
if (offset < startoffset || le32toh(dp->e2d_ino) == 0)
sys/vfs/ext2fs/ext2_lookup.c
229
dstdp.d_ino = le32toh(dp->e2d_ino);
sys/vfs/ext2fs/ext2_lookup.c
456
ino = le32toh(ep->e2d_ino);
sys/vfs/ext2fs/ext2_lookup.c
809
else if (le32toh(de->e2d_ino) > fs->e2fs->e2fs_icount)
sys/vfs/ext2fs/ext2_lookup.c
815
le32toh(de->e2d_ino), le16toh(de->e2d_reclen),
sys/vfs/ext2fs/ext2_vfsops.c
1107
overhead = le32toh(fs->e2fs->e2fs_first_dblock) +
sys/vfs/ext2fs/ext2_vfsops.c
1109
if (le32toh(fs->e2fs->e2fs_rev) > E2FS_REV0 &&
sys/vfs/ext2fs/ext2_vfsops.c
1110
le32toh(fs->e2fs->e2fs_features_rocompat) & EXT2F_ROCOMPAT_SPARSESUPER) {
sys/vfs/ext2fs/ext2_vfsops.c
1119
if (le32toh(fs->e2fs->e2fs_rev) > E2FS_REV0 &&
sys/vfs/ext2fs/ext2_vfsops.c
1120
le32toh(fs->e2fs->e2fs_features_compat) & EXT2F_COMPAT_RESIZE)
sys/vfs/ext2fs/ext2_vfsops.c
1130
sbp->f_files = le32toh(fs->e2fs->e2fs_icount);
sys/vfs/ext2fs/ext2_vfsops.c
1159
overhead = le32toh(fs->e2fs->e2fs_first_dblock) +
sys/vfs/ext2fs/ext2_vfsops.c
1161
if (le32toh(fs->e2fs->e2fs_rev) > E2FS_REV0 &&
sys/vfs/ext2fs/ext2_vfsops.c
1162
le32toh(fs->e2fs->e2fs_features_rocompat) & EXT2F_ROCOMPAT_SPARSESUPER) {
sys/vfs/ext2fs/ext2_vfsops.c
1171
if (le32toh(fs->e2fs->e2fs_rev) > E2FS_REV0 &&
sys/vfs/ext2fs/ext2_vfsops.c
1172
le32toh(fs->e2fs->e2fs_features_compat) & EXT2F_COMPAT_RESIZE)
sys/vfs/ext2fs/ext2_vfsops.c
1182
sbp->f_files = le32toh(fs->e2fs->e2fs_icount);
sys/vfs/ext2fs/ext2_vfsops.c
306
if (le32toh(es->e2fs_rev) > E2FS_REV0) {
sys/vfs/ext2fs/ext2_vfsops.c
307
mask = le32toh(es->e2fs_features_incompat) & ~(EXT2F_INCOMPAT_SUPP);
sys/vfs/ext2fs/ext2_vfsops.c
319
mask = le32toh(es->e2fs_features_rocompat) & ~EXT2F_ROCOMPAT_SUPP;
sys/vfs/ext2fs/ext2_vfsops.c
348
number < le32toh(fs->e2fs->e3fs_first_meta_bg))
sys/vfs/ext2fs/ext2_vfsops.c
362
le32toh(fs->e2fs->e2fs_first_dblock));
sys/vfs/ext2fs/ext2_vfsops.c
375
first_block = le32toh(fs->e2fs->e2fs_first_dblock);
sys/vfs/ext2fs/ext2_vfsops.c
487
if (le32toh(es->e2fs_log_bsize) > 2) {
sys/vfs/ext2fs/ext2_vfsops.c
493
fs->e2fs_bshift = EXT2_MIN_BLOCK_LOG_SIZE + le32toh(es->e2fs_log_bsize);
sys/vfs/ext2fs/ext2_vfsops.c
495
fs->e2fs_fsbtodb = le32toh(es->e2fs_log_bsize) + 1;
sys/vfs/ext2fs/ext2_vfsops.c
499
if (le32toh(es->e2fs_log_fsize) >
sys/vfs/ext2fs/ext2_vfsops.c
506
fs->e2fs_fsize = EXT2_MIN_FRAG_SIZE << le32toh(es->e2fs_log_fsize);
sys/vfs/ext2fs/ext2_vfsops.c
522
if (le32toh(es->e2fs_rev) == E2FS_REV0) {
sys/vfs/ext2fs/ext2_vfsops.c
530
if (le32toh(es->e2fs_first_ino) < EXT2_FIRSTINO) {
sys/vfs/ext2fs/ext2_vfsops.c
556
fs->e2fs_bpg = le32toh(es->e2fs_bpg);
sys/vfs/ext2fs/ext2_vfsops.c
557
fs->e2fs_fpg = le32toh(es->e2fs_fpg);
sys/vfs/ext2fs/ext2_vfsops.c
582
fs->e2fs_ipg = le32toh(es->e2fs_ipg);
sys/vfs/ext2fs/ext2_vfsops.c
591
fs->e2fs_bcount = le32toh(es->e2fs_bcount);
sys/vfs/ext2fs/ext2_vfsops.c
592
fs->e2fs_rbcount = le32toh(es->e2fs_rbcount);
sys/vfs/ext2fs/ext2_vfsops.c
593
fs->e2fs_fbcount = le32toh(es->e2fs_fbcount);
sys/vfs/ext2fs/ext2_vfsops.c
595
fs->e2fs_bcount |= (uint64_t)(le32toh(es->e4fs_bcount_hi)) << 32;
sys/vfs/ext2fs/ext2_vfsops.c
596
fs->e2fs_rbcount |= (uint64_t)(le32toh(es->e4fs_rbcount_hi)) << 32;
sys/vfs/ext2fs/ext2_vfsops.c
597
fs->e2fs_fbcount |= (uint64_t)(le32toh(es->e4fs_fbcount_hi)) << 32;
sys/vfs/ext2fs/ext2_vfsops.c
606
fs->e2fs_ficount = le32toh(es->e2fs_ficount);
sys/vfs/ext2fs/ext2_vfsops.c
607
if (fs->e2fs_ficount > le32toh(es->e2fs_icount)) {
sys/vfs/ext2fs/ext2_vfsops.c
613
if (le32toh(es->e2fs_first_dblock) != (fs->e2fs_bsize > 1024 ? 0 : 1) ||
sys/vfs/ext2fs/ext2_vfsops.c
614
le32toh(es->e2fs_first_dblock) >= fs->e2fs_bcount) {
sys/vfs/ext2fs/ext2_vfsops.c
621
le32toh(es->e2fs_first_dblock), EXT2_BLOCKS_PER_GROUP(fs));
sys/vfs/ext2fs/ext2_vfsops.c
697
if (le32toh(es->e2fs_rev) == E2FS_REV0 ||
sys/vfs/ext2fs/ext2_vfsops.c
705
if (le32toh(es->e4fs_flags) & E2FS_UNSIGNED_HASH) {
sys/vfs/ext2fs/ext2_vfsops.c
707
} else if ((le32toh(es->e4fs_flags) & E2FS_SIGNED_HASH) == 0) {
sys/vfs/ext2fs/ext2_vfsops.c
709
es->e4fs_flags = htole32(le32toh(es->e4fs_flags) | E2FS_UNSIGNED_HASH);
sys/vfs/ext2fs/ext2_vfsops.c
712
es->e4fs_flags = htole32(le32toh(es->e4fs_flags) | E2FS_SIGNED_HASH);
sys/vfs/ext2fs/ext2_vfsops.c
992
ump->um_bptrtodb = le32toh(fs->e2fs->e2fs_log_bsize) + 1;
sys/vfs/ext2fs/ext2fs.h
348
( le32toh(EXT2_SB(sb)->e2fs->e2fs_features_compat) & mask)
sys/vfs/ext2fs/ext2fs.h
350
( le32toh(EXT2_SB(sb)->e2fs->e2fs_features_rocompat) & mask)
sys/vfs/ext2fs/ext2fs.h
352
( le32toh(EXT2_SB(sb)->e2fs->e2fs_features_incompat) & mask)
sys/vfs/ext2fs/ext2fs.h
429
#define EXT2_FIRST_INO(s) (le32toh((EXT2_SB(s)->e2fs->e2fs_rev) == \
sys/vfs/ext2fs/ext2fs.h
430
E2FS_REV0) ? EXT2_FIRSTINO : le32toh(EXT2_SB(s)->e2fs->e2fs_first_ino))
sys/vfs/ext2fs/fs.h
122
#define dtog(fs, d) (((d) - le32toh(fs->e2fs->e2fs_first_dblock)) / \
sys/vfs/ext2fs/fs.h
124
#define dtogd(fs, d) (((d) - le32toh(fs->e2fs->e2fs_first_dblock)) % \
tools/tools/net80211/w00t/libw00t/w00t.c
209
present = le32toh(rth->it_present);
tools/tools/net80211/wesside/wesside/wesside.c
2338
present = le32toh(rth->it_present);
tools/tools/net80211/wlaninject/wlaninject.c
491
present = le32toh(rth->it_present);
usr.bin/crunch/crunchide/exec_elf64.c
57
#define wewtoh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
usr.bin/crunch/crunchide/exec_elf64.c
69
#define xe32toh(x) ((data == ELFDATA2MSB) ? be32toh(x) : le32toh(x))
usr.bin/vknet/vknet.c
232
if (le32toh(head.magic) != MAGIC)
usr.bin/vknet/vknet.c
234
bytes = le32toh(head.bytes);
usr.sbin/fstyp/exfat.c
247
fat_offset_sect = le32toh(ev->ev_fat_offset);
usr.sbin/fstyp/exfat.c
253
nextclust = le32toh(fatsect[clsectoff]);
usr.sbin/fstyp/exfat.c
267
cluster_offset_sect = le32toh(ev->ev_cluster_offset);
usr.sbin/fstyp/exfat.c
268
rootdir_cluster = le32toh(ev->ev_rootdir_cluster);
usr.sbin/fstyp/exfat.c
351
if (chksum != le32toh(cksect[0])) {
usr.sbin/fstyp/exfat.c
353
le32toh(cksect[0]), chksum);
usr.sbin/usbdump/usbdump.c
472
up->up_totlen = le32toh(up->up_totlen);
usr.sbin/usbdump/usbdump.c
473
up->up_busunit = le32toh(up->up_busunit);
usr.sbin/usbdump/usbdump.c
474
up->up_address = le32toh(up->up_address);
usr.sbin/usbdump/usbdump.c
475
up->up_flags = le32toh(up->up_flags);
usr.sbin/usbdump/usbdump.c
476
up->up_status = le32toh(up->up_status);
usr.sbin/usbdump/usbdump.c
477
up->up_error = le32toh(up->up_error);
usr.sbin/usbdump/usbdump.c
478
up->up_interval = le32toh(up->up_interval);
usr.sbin/usbdump/usbdump.c
479
up->up_frames = le32toh(up->up_frames);
usr.sbin/usbdump/usbdump.c
480
up->up_packet_size = le32toh(up->up_packet_size);
usr.sbin/usbdump/usbdump.c
481
up->up_packet_count = le32toh(up->up_packet_count);
usr.sbin/usbdump/usbdump.c
482
up->up_endpoint = le32toh(up->up_endpoint);
usr.sbin/usbdump/usbdump.c
522
framelen = le32toh(uf->length);
usr.sbin/usbdump/usbdump.c
523
flags = le32toh(uf->flags);
usr.sbin/usbdump/usbdump.c
617
temp.ts_sec = le32toh(hdr32->ts_sec);
usr.sbin/usbdump/usbdump.c
618
temp.ts_usec = le32toh(hdr32->ts_usec);
usr.sbin/usbdump/usbdump.c
619
temp.caplen = le32toh(hdr32->caplen);
usr.sbin/usbdump/usbdump.c
620
temp.datalen = le32toh(hdr32->datalen);
usr.sbin/usbdump/usbdump.c
663
datalen = le32toh(datalen);
usr.sbin/usbdump/usbdump.c
724
if (le32toh(uf.magic) != USBCAP_FILEHDR_MAGIC) {
usr.sbin/usbdump/usbdump.c
727
(unsigned int)le32toh(uf.magic));