Symbol: htobe32
lib/libbluetooth/sdp_compat.c
312
handle = htobe32(handle);
lib/libbluetooth/sdp_compat.c
347
handle = htobe32(handle);
lib/libbluetooth/sdp_record.c
131
handle = htobe32(handle);
lib/libbluetooth/sdp_record.c
190
handle = htobe32(handle);
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
349
tmp32 = htobe32(value);
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
357
tmp32 = htobe32(value - be32toh(ra->r_offset));
sys/arch/amiga/stand/bootblock/elf2bb/elf2bb.c
457
((uint32_t *)buffer)[1] = htobe32((0xffffffff -
sys/arch/arm/broadcom/bcm2838_pcie.c
698
match[0] = htobe32(off) & imask[0];
sys/arch/arm/broadcom/bcm2838_pcie.c
699
match[1] = htobe32(0) & imask[1];
sys/arch/arm/broadcom/bcm2838_pcie.c
700
match[2] = htobe32(0) & imask[2];
sys/arch/arm/broadcom/bcm2838_pcie.c
701
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/arm/fdt/pcihost_fdt.c
497
match[0] = htobe32(
sys/arch/arm/fdt/pcihost_fdt.c
502
match[1] = htobe32(0) & imask[1];
sys/arch/arm/fdt/pcihost_fdt.c
503
match[2] = htobe32(0) & imask[2];
sys/arch/arm/fdt/pcihost_fdt.c
504
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/arm/xscale/ixp425_if_npe.c
1288
hw->ix_ne[i].data = htobe32(segs[i].ds_addr);
sys/arch/arm/xscale/ixp425_if_npe.c
1289
hw->ix_ne[i].len = htobe32((segs[i].ds_len<<16) | len);
sys/arch/arm/xscale/ixp425_if_npe.c
1290
hw->ix_ne[i].next = htobe32(next);
sys/arch/arm/xscale/ixp425_if_npe.c
877
hw->ix_ne[0].data = htobe32(npe->ix_map->dm_segs[0].ds_addr);
sys/arch/arm/xscale/ixp425_if_npe.c
880
hw->ix_ne[0].len = htobe32(npe->ix_map->dm_segs[0].ds_len << 16);
sys/arch/dreamcast/dev/maple/maple.c
1075
fn->f_work = htobe32(MAPLE_FUNC(fn->f_funcno));
sys/arch/dreamcast/dev/maple/maple.c
1116
fn->f_work = htobe32(MAPLE_FUNC(fn->f_funcno));
sys/arch/dreamcast/dev/maple/maple.c
999
fn->f_work = htobe32(MAPLE_FUNC(u->u_ping_func));
sys/arch/dreamcast/dev/maple/mlcd.c
289
sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
sys/arch/dreamcast/dev/maple/mlcd.c
381
htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
sys/arch/dreamcast/dev/maple/mlcd.c
563
sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
sys/arch/dreamcast/dev/maple/mmemcard.c
315
sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
sys/arch/dreamcast/dev/maple/mmemcard.c
464
htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
sys/arch/dreamcast/dev/maple/mmemcard.c
830
sc->sc_reqr.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
sys/arch/dreamcast/dev/maple/mmemcard.c
862
sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
sys/arch/hp300/stand/mkboot/mkboot.c
158
lifd[1].dir_addr = htobe32(0);
sys/arch/hp300/stand/mkboot/mkboot.c
159
lifd[1].dir_length = htobe32(0);
sys/arch/hp300/stand/mkboot/mkboot.c
161
lifd[1].dir_exec = htobe32(0);
sys/arch/hp300/stand/mkboot/mkboot.c
167
lifv.vol_addr = htobe32(hp300_btolifs(HP300_LIF_DIRSTART));
sys/arch/hp300/stand/mkboot/mkboot.c
169
lifv.vol_dirsize = htobe32(hp300_btolifs(HP300_LIF_DIRSIZE));
sys/arch/hp300/stand/mkboot/mkboot.c
178
lifd[0].dir_addr = htobe32(hp300_btolifs(HP300_LIF_FILESTART));
sys/arch/hp300/stand/mkboot/mkboot.c
179
lifd[0].dir_length = htobe32(nsec);
sys/arch/hp300/stand/mkboot/mkboot.c
182
lifd[0].dir_exec = htobe32(loadpoint);
sys/arch/hp300/stand/mkboot/mkboot.c
183
lifv.vol_length = htobe32(be32toh(lifd[0].dir_addr) +
sys/arch/hp300/stand/mkboot/mkboot.c
193
lifd[1].dir_addr = htobe32(lifv.vol_length);
sys/arch/hp300/stand/mkboot/mkboot.c
194
lifd[1].dir_length = htobe32(nsec);
sys/arch/hp300/stand/mkboot/mkboot.c
197
lifd[1].dir_exec = htobe32(loadpoint);
sys/arch/hp300/stand/mkboot/mkboot.c
198
lifv.vol_length = htobe32(be32toh(lifd[1].dir_addr) +
sys/arch/hp300/stand/mkboot/mkboot.c
210
lifd[2].dir_addr = htobe32(lifv.vol_length);
sys/arch/hp300/stand/mkboot/mkboot.c
211
lifd[2].dir_length = htobe32(nsec);
sys/arch/hp300/stand/mkboot/mkboot.c
214
lifd[2].dir_exec = htobe32(loadpoint);
sys/arch/hp300/stand/mkboot/mkboot.c
215
lifv.vol_length = htobe32(be32toh(lifd[2].dir_addr) +
sys/arch/hp300/stand/mkboot/mkboot.c
238
ld.address = htobe32(loadpoint);
sys/arch/hp300/stand/mkboot/mkboot.c
239
ld.count = htobe32(statb.st_size);
sys/arch/hpc/stand/include/machine/endian.h
195
#define be32toh(x) htobe32(x)
sys/arch/hpcmips/dev/ucbsnd.c
582
buf[i] = htobe32(buf[i]);
sys/arch/hppa/stand/mkboot/mkboot.c
174
lifv->vol_addr = htobe32(hppa_btolifs(HPPA_LIF_DIRSTART));
sys/arch/hppa/stand/mkboot/mkboot.c
176
lifv->vol_dirsize = htobe32(hppa_btolifs(HPPA_LIF_DIRSIZE));
sys/arch/hppa/stand/mkboot/mkboot.c
178
lifv->vol_number = htobe32(1);
sys/arch/hppa/stand/mkboot/mkboot.c
179
lifv->vol_lastvol = htobe32(1);
sys/arch/hppa/stand/mkboot/mkboot.c
182
lifv->ipl_addr = htobe32(HPPA_LIF_FILESTART);
sys/arch/hppa/stand/mkboot/mkboot.c
192
lifd[optind].dir_addr = htobe32(hppa_btolifs(pos));
sys/arch/hppa/stand/mkboot/mkboot.c
195
lifv->ipl_entry = htobe32(loadpoint + entry);
sys/arch/hppa/stand/mkboot/mkboot.c
196
lifv->ipl_size = htobe32(hppa_lifstob(n));
sys/arch/hppa/stand/mkboot/mkboot.c
201
lifd[optind].dir_implement = htobe32(loadpoint + entry);
sys/arch/hppa/stand/mkboot/mkboot.c
206
lifd[optind].dir_length = htobe32(n);
sys/arch/hppa/stand/mkboot/mkboot.c
218
lifv->vol_length = htobe32(lifv->vol_length);
sys/arch/hppa/stand/mkboot/mkboot.c
314
load.address = htobe32(loadpoint + sizeof(load));
sys/arch/hppa/stand/mkboot/mkboot.c
315
load.count = htobe32(4 + total);
sys/arch/hppa/stand/mkboot/mkboot.c
352
check_sum = htobe32(-check_sum);
sys/arch/macppc/stand/installboot/installboot.c
186
bbinfop->bbi_block_count = htobe32(nblk);
sys/arch/macppc/stand/installboot/installboot.c
187
bbinfop->bbi_block_size = htobe32(blocks[0].blocksize);
sys/arch/macppc/stand/installboot/installboot.c
191
bbinfop->bbi_block_table[blk_i] = htobe32(block);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
108
pme.pmMapBlkCnt = htobe32(1);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
109
pme.pmPyPartStart = htobe32(1);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
110
pme.pmPartBlkCnt = htobe32(SIZETOBLK2048(BOOTPARTSIZE));
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
111
pme.pmDataCnt = htobe32(SIZETOBLK2048(BOOTDATASIZE));
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
114
pme.pmPartStatus = htobe32(0x3b);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
115
pme.pmBootSize = htobe32(MACPPC_BOOT_BLOCK_MAX_SIZE);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
116
pme.pmBootLoad = htobe32(0x4000);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
117
pme.pmBootEntry = htobe32(0x4000);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
127
pme.pmPyPartStart = htobe32(4);
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
128
pme.pmPartBlkCnt = htobe32(SIZETOBLK512(BOOTPARTSIZE));
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
129
pme.pmDataCnt = htobe32(SIZETOBLK512(BOOTDATASIZE));
sys/arch/macppc/stand/mkboothfs/mkboothfs.c
93
dm.sbBlkCount = htobe32(0); /* XXX */
sys/arch/mips/atheros/ar_console.c
110
while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
sys/arch/mips/atheros/ar_console.c
86
while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
sys/arch/mips/atheros/ar_console.c
89
uart[com_data] = htobe32(c);
sys/arch/mips/atheros/ar_console.c
98
while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
sys/arch/mips/rmi/rmixl_com.c
163
com0addr[com_lctl] = htobe32(LCR_DLAB);
sys/arch/mips/rmi/rmixl_com.c
164
com0addr[com_dlbl] = htobe32(rate & 0xff);
sys/arch/mips/rmi/rmixl_com.c
165
com0addr[com_dlbh] = htobe32(rate >> 8);
sys/arch/mips/rmi/rmixl_com.c
166
com0addr[com_lctl] = htobe32(LCR_8BITS); /* XXX */
sys/arch/mips/rmi/rmixl_com.c
167
com0addr[com_mcr] = htobe32(MCR_DTR|MCR_RTS);
sys/arch/mips/rmi/rmixl_com.c
168
com0addr[com_fifo] = htobe32(
sys/arch/mips/rmi/rmixl_com.c
183
com0addr[com_data] = htobe32((uint32_t)c);
sys/arch/mips/rmi/rmixlreg.h
50
#define RMIXL_IOREG_WRITE(o,v) *RMIXL_IOREG_VADDR(o) = htobe32(v)
sys/arch/riscv/fdt/pcihost_fdt.c
478
match[0] = htobe32(
sys/arch/riscv/fdt/pcihost_fdt.c
483
match[1] = htobe32(0) & imask[1];
sys/arch/riscv/fdt/pcihost_fdt.c
484
match[2] = htobe32(0) & imask[2];
sys/arch/riscv/fdt/pcihost_fdt.c
485
match[3] = htobe32(pa->pa_intrpin) & imask[3];
sys/arch/sgimips/stand/sgivol/sgivol.c
337
volhdr->magic = htobe32(SGI_BOOT_BLOCK_MAGIC);
sys/arch/sgimips/stand/sgivol/sgivol.c
366
volhdr->dp.dp_nretries = htobe32(22);
sys/arch/sgimips/stand/sgivol/sgivol.c
369
htobe32(st.st_size / SGI_BOOT_BLOCK_BLOCKSIZE);
sys/arch/sgimips/stand/sgivol/sgivol.c
371
volhdr->partitions[10].blocks = htobe32(lbl.d_secperunit);
sys/arch/sgimips/stand/sgivol/sgivol.c
374
volhdr->partitions[10].type = htobe32(SGI_PTYPE_VOLUME);
sys/arch/sgimips/stand/sgivol/sgivol.c
375
volhdr->partitions[8].blocks = htobe32(volhdr_size);
sys/arch/sgimips/stand/sgivol/sgivol.c
377
volhdr->partitions[8].type = htobe32(SGI_PTYPE_VOLHDR);
sys/arch/sgimips/stand/sgivol/sgivol.c
380
htobe32((st.st_size / SGI_BOOT_BLOCK_BLOCKSIZE) - volhdr_size);
sys/arch/sgimips/stand/sgivol/sgivol.c
382
volhdr->partitions[0].blocks = htobe32(lbl.d_secperunit - volhdr_size);
sys/arch/sgimips/stand/sgivol/sgivol.c
384
volhdr->partitions[0].first = htobe32(volhdr_size);
sys/arch/sgimips/stand/sgivol/sgivol.c
385
volhdr->partitions[0].type = htobe32(SGI_PTYPE_BSD);
sys/arch/sgimips/stand/sgivol/sgivol.c
483
volhdr->voldir[slot].block = htobe32(block);
sys/arch/sgimips/stand/sgivol/sgivol.c
484
volhdr->voldir[slot].bytes = htobe32(st.st_size);
sys/arch/sgimips/stand/sgivol/sgivol.c
580
volhdr->partitions[partno].blocks = htobe32(partblocks);
sys/arch/sgimips/stand/sgivol/sgivol.c
581
volhdr->partitions[partno].first = htobe32(partfirst);
sys/arch/sgimips/stand/sgivol/sgivol.c
582
volhdr->partitions[partno].type = htobe32(parttype);
sys/arch/sgimips/stand/sgivol/sgivol.c
662
volhdr->checksum = htobe32(-checksum);
sys/dev/fdt/fdt_clock.c
207
const u_int index_raw = htobe32(index);
sys/dev/gpib/ct.c
555
sc->sc_ioc.addr = htobe32(sc->sc_blkno);
sys/dev/gpib/ct.c
558
sc->sc_ioc.len = htobe32(0);
sys/dev/gpib/ct.c
586
sc->sc_ioc.addr = htobe32(sc->sc_blkno);
sys/dev/gpib/ct.c
589
sc->sc_ioc.len = htobe32(sc->sc_resid);
sys/dev/gpib/rd.c
718
sc->sc_ioc.c_addr = htobe32(RDBTOS(bp->b_rawblkno));
sys/dev/gpib/rd.c
721
sc->sc_ioc.c_len = htobe32(sc->sc_resid);
sys/dev/ic/aic79xx_osm.h
164
#define ahd_htobe32(x) htobe32(x)
sys/dev/ic/aic7xxx_osm.h
179
#define ahc_htobe32(x) htobe32(x)
sys/dev/ic/apple_smc.c
385
index_be.u32 = htobe32(index);
sys/dev/ic/apple_smc.c
616
const uint32_t v_be = htobe32(v);
sys/dev/ic/ciss.c
985
lmap->size = htobe32(sc->maxunits * sizeof(lmap->map));
sys/dev/ic/dp83932var.h
373
return (htobe32(val));
sys/dev/ic/dpt.c
1076
cp->cp_stataddr = htobe32(sc->sc_stppa);
sys/dev/ic/dpt.c
1077
cp->cp_dataaddr = htobe32(sc->sc_scrpa);
sys/dev/ic/dpt.c
1078
cp->cp_datalen = htobe32(sizeof(struct eata_inquiry_data));
sys/dev/ic/dpt.c
1299
cp->cp_senseaddr = htobe32(sc->sc_dmamap->dm_segs[0].ds_addr +
sys/dev/ic/dpt.c
1301
cp->cp_stataddr = htobe32(sc->sc_stppa);
sys/dev/ic/dpt.c
1332
sg->sg_addr = htobe32(ds->ds_addr);
sys/dev/ic/dpt.c
1333
sg->sg_len = htobe32(ds->ds_len);
sys/dev/ic/dpt.c
1335
cp->cp_dataaddr = htobe32(CCB_OFF(sc, ccb) +
sys/dev/ic/dpt.c
1338
cp->cp_datalen = htobe32(i * sizeof(struct eata_sg));
sys/dev/ic/dpt.c
871
cp->cp_dataaddr = htobe32(xfer->dm_segs[0].ds_addr);
sys/dev/ic/dpt.c
872
cp->cp_datalen = htobe32(xfer->dm_segs[0].ds_len);
sys/dev/ic/dpt.c
881
sg->sg_addr = htobe32(ds->ds_addr);
sys/dev/ic/dpt.c
882
sg->sg_len = htobe32(ds->ds_len);
sys/dev/ic/dpt.c
884
cp->cp_dataaddr = htobe32(CCB_OFF(sc, ccb) +
sys/dev/ic/dpt.c
887
cp->cp_datalen = htobe32(i * sizeof(struct eata_sg));
sys/dev/ic/dpt.c
971
cp->cp_stataddr = htobe32(sc->sc_stppa);
sys/dev/ic/dpt.c
993
htobe32(sc->sc_dmamap->dm_segs[0].ds_addr +
sys/dev/ic/siopvar_common.h
211
(((sc)->features & SF_CHIP_BE) ? htobe32((x)) : htole32((x)))
sys/dev/ic/tpm.c
511
command.hdr.length = htobe32(sizeof(command));
sys/dev/ic/tpm.c
512
command.hdr.code = htobe32(TPM_ORD_GetRandom);
sys/dev/ic/tpm.c
513
command.bytesRequested = htobe32(sizeof(response.bytes));
sys/dev/ic/tpm.c
651
command.hdr.length = htobe32(sizeof(command));
sys/dev/ic/tpm.c
652
command.hdr.code = htobe32(TPM2_CC_GetRandom);
sys/dev/marvell/if_gfe.c
120
#define htogt32(a) htobe32(a)
sys/dev/marvell/mvcesa.c
243
ses->ses_key[5] = htobe32(ses->ses_key[5]);
sys/dev/marvell/mvcesa.c
244
ses->ses_key[4] = htobe32(ses->ses_key[4]);
sys/dev/marvell/mvcesa.c
245
ses->ses_key[3] = htobe32(ses->ses_key[3]);
sys/dev/marvell/mvcesa.c
246
ses->ses_key[2] = htobe32(ses->ses_key[2]);
sys/dev/marvell/mvcesa.c
250
ses->ses_key[1] = htobe32(ses->ses_key[1]);
sys/dev/marvell/mvcesa.c
251
ses->ses_key[0] = htobe32(ses->ses_key[0]);
sys/dev/marvell/mvxpsec.c
2844
iv_in[0] = htobe32(sha1.state[0]);
sys/dev/marvell/mvxpsec.c
2845
iv_in[1] = htobe32(sha1.state[1]);
sys/dev/marvell/mvxpsec.c
2846
iv_in[2] = htobe32(sha1.state[2]);
sys/dev/marvell/mvxpsec.c
2847
iv_in[3] = htobe32(sha1.state[3]);
sys/dev/marvell/mvxpsec.c
2848
iv_in[4] = htobe32(sha1.state[4]);
sys/dev/marvell/mvxpsec.c
2855
iv_out[0] = htobe32(sha1.state[0]);
sys/dev/marvell/mvxpsec.c
2856
iv_out[1] = htobe32(sha1.state[1]);
sys/dev/marvell/mvxpsec.c
2857
iv_out[2] = htobe32(sha1.state[2]);
sys/dev/marvell/mvxpsec.c
2858
iv_out[3] = htobe32(sha1.state[3]);
sys/dev/marvell/mvxpsec.c
2859
iv_out[4] = htobe32(sha1.state[4]);
sys/dev/marvell/mvxpsec.c
2868
iv_in[0] = htobe32(md5.state[0]);
sys/dev/marvell/mvxpsec.c
2869
iv_in[1] = htobe32(md5.state[1]);
sys/dev/marvell/mvxpsec.c
2870
iv_in[2] = htobe32(md5.state[2]);
sys/dev/marvell/mvxpsec.c
2871
iv_in[3] = htobe32(md5.state[3]);
sys/dev/marvell/mvxpsec.c
2879
iv_out[0] = htobe32(md5.state[0]);
sys/dev/marvell/mvxpsec.c
2880
iv_out[1] = htobe32(md5.state[1]);
sys/dev/marvell/mvxpsec.c
2881
iv_out[2] = htobe32(md5.state[2]);
sys/dev/marvell/mvxpsec.c
2882
iv_out[3] = htobe32(md5.state[3]);
sys/dev/pci/cxgb/cxgb_osdep.h
277
#define cpu_to_be32 htobe32
sys/dev/pci/cxgb/cxgb_sge.c
1012
sgp->len[idx] = htobe32(segs[i].ds_len);
sys/dev/pci/cxgb/cxgb_sge.c
499
d->addr_lo = htobe32(sd->map->dm_segs[0].ds_addr & 0xffffffff);
sys/dev/pci/cxgb/cxgb_sge.c
500
d->addr_hi = htobe32(((uint64_t)sd->map->dm_segs[0].ds_addr>>32) & 0xffffffff);
sys/dev/pci/cxgb/cxgb_sge.c
501
d->len_gen = htobe32(V_FLD_GEN1(q->gen));
sys/dev/pci/cxgb/cxgb_sge.c
502
d->gen2 = htobe32(V_FLD_GEN2(q->gen));
sys/dev/pci/cxgb/cxgb_sge.c
575
to->len_gen = htobe32(V_FLD_GEN1(q->gen));
sys/dev/pci/cxgb/cxgb_sge.c
576
to->gen2 = htobe32(V_FLD_GEN2(q->gen));
sys/dev/pci/if_aq.c
3079
mac_addr[0] = htobe32(mac_addr[0]);
sys/dev/pci/if_aq.c
3080
mac_addr[1] = htobe32(mac_addr[1]);
sys/dev/pci/if_bnx.c
1675
val32 = htobe32(val32);
sys/dev/pci/if_mcx.c
4276
in->cmd_field_select = htobe32(
sys/dev/pci/if_mcx.c
4287
ctx->vp_mtu = htobe32(sc->sc_hardmtu);
sys/dev/pci/if_mcx.c
4406
mbin->cmd_eq_ctx.eq_uar_size = htobe32(
sys/dev/pci/if_mcx.c
4702
mbin->cmd_cq_ctx.cq_uar_size = htobe32(
sys/dev/pci/if_mcx.c
4704
mbin->cmd_cq_ctx.cq_eqn = htobe32(eqn);
sys/dev/pci/if_mcx.c
4705
mbin->cmd_cq_ctx.cq_period_max_count = htobe32(
sys/dev/pci/if_mcx.c
4774
in->cmd_cqn = htobe32(cq->cq_n);
sys/dev/pci/if_mcx.c
4854
mbin->rq_flags = htobe32(rq_flags);
sys/dev/pci/if_mcx.c
4855
mbin->rq_cqn = htobe32(cqn);
sys/dev/pci/if_mcx.c
4857
mbin->rq_wq.wq_pd = htobe32(sc->sc_pd);
sys/dev/pci/if_mcx.c
4924
in->cmd_rq_state = htobe32((MCX_QUEUE_STATE_RST << 28) | rx->rx_rqn);
sys/dev/pci/if_mcx.c
4933
mbin->cmd_rq_ctx.rq_flags = htobe32(
sys/dev/pci/if_mcx.c
4977
in->cmd_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
5036
mbin->cmd_inline_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
5037
mbin->cmd_tdomain = htobe32(sc->sc_tdomain);
sys/dev/pci/if_mcx.c
5092
mbin->cmd_disp_type = htobe32(MCX_TIR_CTX_DISP_TYPE_INDIRECT
sys/dev/pci/if_mcx.c
5094
mbin->cmd_indir_table = htobe32(rqtn);
sys/dev/pci/if_mcx.c
5095
mbin->cmd_tdomain = htobe32(sc->sc_tdomain |
sys/dev/pci/if_mcx.c
5097
mbin->cmd_rx_hash_sel_outer = htobe32(hash_sel);
sys/dev/pci/if_mcx.c
5142
in->cmd_tirn = htobe32(tirn);
sys/dev/pci/if_mcx.c
5211
mbin->sq_flags = htobe32(MCX_SQ_CTX_RLKEY |
sys/dev/pci/if_mcx.c
5213
mbin->sq_cqn = htobe32(cqn);
sys/dev/pci/if_mcx.c
5214
mbin->sq_tis_lst_sz = htobe32(1 << MCX_SQ_CTX_TIS_LST_SZ_SHIFT);
sys/dev/pci/if_mcx.c
5215
mbin->sq_tis_num = htobe32(sc->sc_tis);
sys/dev/pci/if_mcx.c
5217
mbin->sq_wq.wq_pd = htobe32(sc->sc_pd);
sys/dev/pci/if_mcx.c
5218
mbin->sq_wq.wq_uar_page = htobe32(uar);
sys/dev/pci/if_mcx.c
5284
in->cmd_sqn = htobe32(tx->tx_sqn);
sys/dev/pci/if_mcx.c
5334
in->cmd_sq_state = htobe32((MCX_QUEUE_STATE_RST << 28) | tx->tx_sqn);
sys/dev/pci/if_mcx.c
5343
mbin->cmd_sq_ctx.sq_flags = htobe32(
sys/dev/pci/if_mcx.c
5398
mbin->cmd_tdomain = htobe32(sc->sc_tdomain);
sys/dev/pci/if_mcx.c
5442
in->cmd_tisn = htobe32(tis);
sys/dev/pci/if_mcx.c
5502
rqtn[i] = htobe32(rqns[i]);
sys/dev/pci/if_mcx.c
5548
in->cmd_rqtn = htobe32(rqt);
sys/dev/pci/if_mcx.c
5699
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5754
mb->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5813
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5814
mbin->cmd_start_flow_index = htobe32(start);
sys/dev/pci/if_mcx.c
5815
mbin->cmd_end_flow_index = htobe32(start + (size - 1));
sys/dev/pci/if_mcx.c
5880
mb->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
5881
mb->cmd_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
5946
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
5947
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
5948
mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
5953
mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD);
sys/dev/pci/if_mcx.c
5954
mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1);
sys/dev/pci/if_mcx.c
5955
*pdest = htobe32(dest);
sys/dev/pci/if_mcx.c
6023
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
6024
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
6025
mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
6030
mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD);
sys/dev/pci/if_mcx.c
6031
mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1);
sys/dev/pci/if_mcx.c
6032
*pdest = htobe32(dest);
sys/dev/pci/if_mcx.c
6094
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
6095
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
6158
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6231
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6232
mbin->cmd_flow_index = htobe32(index);
sys/dev/pci/if_mcx.c
6307
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6308
mbin->cmd_group_id = htobe32(sc->sc_flow_group_id);
sys/dev/pci/if_mcx.c
6511
in->cmd_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
6572
in->cmd_sqn = htobe32(tx->tx_sqn);
sys/dev/pci/if_mcx.c
6633
in->cmd_cqn = htobe32(cq->cq_n);
sys/dev/pci/if_mcx.c
6692
in->cmd_eqn = htobe32(eq->eq_n);
sys/dev/pci/if_mcx.c
7849
sqe->sqe_opcode_index = htobe32(MCX_SQE_WQE_OPCODE_SEND |
sys/dev/pci/if_mcx.c
7852
sqe->sqe_signature = htobe32(MCX_SQE_CE_CQE_ALWAYS);
sys/dev/pci/if_mcx.c
7861
sqe->sqe_mss_csum = htobe32(csum);
sys/dev/pci/if_mcx.c
7895
htobe32((tx->tx_sqn << MCX_SQE_SQ_NUM_SHIFT) |
sys/dev/pci/if_mcx.c
7916
htobe32(map->dm_segs[i].ds_len);
sys/dev/pci/if_mcx.c
7917
sqs[seg].sqs_lkey = htobe32(sc->sc_lkey);
sys/dev/pci/if_mcx.c
8136
ptys.rp_eth_proto_admin = htobe32(media);
sys/dev/pci/if_mcx.c
8213
bus_space_write_4(sc->sc_memt, sc->sc_memh, r, htobe32(v));
sys/dev/pci/ixgbe/ixgbe_osdep.h
144
#define IXGBE_CPU_TO_BE32 htobe32
sys/dev/pci/qat/qat.c
1326
*(dst0 + i) = htobe32(*(src0 + i));
sys/dev/pci/qat/qat.c
2167
printf("%08x", htobe32(msg));
sys/dev/rasops/rasops.c
1344
vert_mask = htobe32(vert_mask);
sys/dev/rasops/rasops.c
1345
hmask_left = htobe32(hmask_left);
sys/dev/rasops/rasops.c
1346
hmask_right = htobe32(hmask_right);
sys/dev/usb/if_athn_usb.c
1321
addrs[j] = htobe32(addr);
sys/dev/usb/if_athn_usb.c
1343
DPRINTFN(DBG_FN, sc, "addr %#x\n", htobe32(addr));
sys/dev/usb/if_athn_usb.c
1348
addr = htobe32(addr);
sys/dev/usb/if_athn_usb.c
1370
usc->usc_wbuf[usc->usc_wcount].addr = htobe32(addr);
sys/dev/usb/if_athn_usb.c
1371
usc->usc_wbuf[usc->usc_wcount].val = htobe32(val);
sys/dev/usb/if_athn_usb.c
1496
intr_mask = htobe32(AR_IMR_SWBA);
sys/dev/usb/if_athn_usb.c
1502
intr_mask = htobe32(AR_IMR_BMISS);
sys/dev/usb/if_athn_usb.c
1710
rate.capflags |= htobe32(AR_RC_HT_FLAG);
sys/dev/usb/if_athn_usb.c
1714
rate.capflags |= htobe32(AR_RC_40_FLAG);
sys/dev/usb/if_athn_usb.c
1716
rate.capflags |= htobe32(AR_RC_SGI_FLAG);
sys/dev/usb/if_athn_usb.c
1718
rate.capflags |= htobe32(AR_RC_SGI_FLAG);
sys/dev/usb/if_athn_usb.c
2104
if (len >= 4 && *(uint32_t *)buf == htobe32(0x00c60000)) {
sys/dev/usb/if_athn_usb.c
2526
txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
sys/dev/usb/if_athn_usb.c
2529
txf->flags |= htobe32(AR_HTC_TX_CTSONLY);
sys/dev/usb/if_athn_usb.c
2531
txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
sys/dev/usb/if_athn_usb.c
2830
hvif.opmode = htobe32(AR_HTC_M_STA);
sys/dev/usb/if_athn_usb.c
2833
hvif.opmode = htobe32(AR_HTC_M_MONITOR);
sys/dev/usb/if_athn_usb.c
2837
hvif.opmode = htobe32(AR_HTC_M_IBSS);
sys/dev/usb/if_athn_usb.c
2840
hvif.opmode = htobe32(AR_HTC_M_AHDEMO);
sys/dev/usb/if_athn_usb.c
2843
hvif.opmode = htobe32(AR_HTC_M_HOSTAP);
sys/dev/usb/if_athn_usb.c
2870
hic.flags = htobe32(0x400c2400);
sys/dev/usb/if_athn_usb.c
2871
hic.flags_ext = htobe32(0x00106080);
sys/dev/usb/if_athn_usb.c
2872
hic.ampdu_limit = htobe32(0x0000ffff);
sys/fs/efs/efs_subr.c
100
ncksum = htobe32(efs_sb_checksum(esb, 1));
sys/fs/efs/efs_subr.c
397
dex->ex_words[0] = htobe32(ex->ex_bn);
sys/fs/efs/efs_subr.c
399
dex->ex_words[1] = htobe32(ex->ex_offset);
sys/fs/efs/efs_subr.c
99
ocksum = htobe32(efs_sb_checksum(esb, 0));
sys/opencrypto/cryptosoft.c
677
*blkp = htobe32(crda->crd_len * 8);
sys/opencrypto/cryptosoft.c
679
*blkp = htobe32(crde->crd_len * 8);
sys/sys/endian.h
177
#define be32toh(x) htobe32(x)
sys/sys/exec_aout.h
105
((ex).a_midmag = htobe32((uint32_t) \
sys/ufs/ffs/ffs_appleufs.c
144
appleufs->ul_magic = htobe32(APPLEUFS_LABEL_MAGIC);
sys/ufs/ffs/ffs_appleufs.c
145
appleufs->ul_version = htobe32(APPLEUFS_LABEL_VERSION);
sys/ufs/ffs/ffs_appleufs.c
146
appleufs->ul_time = htobe32((u_int32_t)t);
tools/arm-elf2aout/sys/exec_aout.h
103
((ex).a_midmag = htobe32((uint32_t) \
tools/compat/compat_defs.h
1130
#if !HAVE_DECL_HTOBE32 && !defined(htobe32)
tools/compat/compat_defs.h
1149
#if !HAVE_DECL_HTOBE32 && !defined(htobe32)
tools/compat/compat_defs.h
1169
#define be32toh(x) htobe32(x)
tools/m68k-elf2aout/sys/exec_aout.h
103
((ex).a_midmag = htobe32((uint32_t) \
usr.bin/elf2aout/elf2aout.c
374
aex.a_midmag = (u_long)htobe32(((u_long)symflag << 26)
usr.bin/mkubootimage/mkubootimage.c
327
size_buf[0] = htobe32(st.st_size);
usr.bin/mkubootimage/mkubootimage.c
328
size_buf[1] = htobe32(0);
usr.bin/mkubootimage/mkubootimage.c
344
hdr->ih_magic = htobe32(image_magic);
usr.bin/mkubootimage/mkubootimage.c
345
hdr->ih_time = htobe32(repro_time ? repro_time : st.st_mtime);
usr.bin/mkubootimage/mkubootimage.c
346
hdr->ih_size = htobe32(dsize);
usr.bin/mkubootimage/mkubootimage.c
347
hdr->ih_load = htobe32(image_loadaddr);
usr.bin/mkubootimage/mkubootimage.c
348
hdr->ih_ep = htobe32(image_entrypoint);
usr.bin/mkubootimage/mkubootimage.c
349
hdr->ih_dcrc = htobe32(crc);
usr.bin/mkubootimage/mkubootimage.c
356
hdr->ih_hcrc = htobe32(crc);
usr.bin/mkubootimage/mkubootimage.c
428
size_buf[0] = htobe32(st.st_size);
usr.bin/mkubootimage/mkubootimage.c
429
size_buf[1] = htobe32(0);
usr.bin/vndcompress/vndcompress.c
877
header.cl2h_blocksize = htobe32(S->blocksize);
usr.bin/vndcompress/vndcompress.c
878
header.cl2h_n_blocks = htobe32(S->n_blocks);
usr.sbin/installboot/arch/amiga.c
133
block[1] = htobe32(0);
usr.sbin/installboot/arch/amiga.c
134
block[1] = htobe32(0xffffffff - chksum(block, sumlen));
usr.sbin/installboot/arch/hp300.c
197
if (label->d_magic != htobe32(DISKMAGIC) ||
usr.sbin/installboot/arch/hp300.c
198
label->d_magic2 != htobe32(DISKMAGIC) ||
usr.sbin/installboot/arch/hp300.c
253
htobe32(boot_offset / HP300_SECTSIZE + addr);
usr.sbin/installboot/arch/hppa.c
171
if (label.l.d_magic != htobe32(DISKMAGIC) ||
usr.sbin/installboot/arch/hppa.c
172
label.l.d_magic2 != htobe32(DISKMAGIC) ||
usr.sbin/installboot/arch/macppc.c
121
dm.sbBlkCount = htobe32(0);
usr.sbin/installboot/arch/macppc.c
154
pme.pmMapBlkCnt = htobe32(2);
usr.sbin/installboot/arch/macppc.c
155
pme.pmPyPartStart = htobe32(1);
usr.sbin/installboot/arch/macppc.c
156
pme.pmPartBlkCnt = htobe32(2);
usr.sbin/installboot/arch/macppc.c
157
pme.pmDataCnt = htobe32(2);
usr.sbin/installboot/arch/macppc.c
160
pme.pmPartStatus = htobe32(0x37);
usr.sbin/installboot/arch/macppc.c
171
pme.pmMapBlkCnt = htobe32(2);
usr.sbin/installboot/arch/macppc.c
172
pme.pmPyPartStart = htobe32(4);
usr.sbin/installboot/arch/macppc.c
173
pme.pmPartBlkCnt = htobe32(0x7fffffff);
usr.sbin/installboot/arch/macppc.c
174
pme.pmDataCnt = htobe32(0x7fffffff);
usr.sbin/installboot/arch/macppc.c
177
pme.pmPartStatus = htobe32(0x3b);
usr.sbin/installboot/arch/macppc.c
178
pme.pmBootSize = htobe32(roundup(params->s1stat.st_size, 512));
usr.sbin/installboot/arch/macppc.c
179
pme.pmBootLoad = htobe32(0x4000);
usr.sbin/installboot/arch/macppc.c
180
pme.pmBootEntry = htobe32(0x4000);
usr.sbin/installboot/arch/next68k.c
199
if (next68klabel->cd_boot_blkno[0] != (int32_t)htobe32(b0)) {
usr.sbin/installboot/arch/next68k.c
200
next68klabel->cd_boot_blkno[0] = htobe32(b0);
usr.sbin/installboot/arch/next68k.c
203
if (next68klabel->cd_boot_blkno[1] != (int32_t)htobe32(b1)) {
usr.sbin/installboot/arch/next68k.c
204
next68klabel->cd_boot_blkno[1] = htobe32(b1);
usr.sbin/installboot/arch/sparc.c
128
*((uint32_t *)bb) = htobe32(SUN_MAGIC);
usr.sbin/installboot/arch/sparc.c
129
*((uint32_t *)bb + 1) = htobe32(SUN4_BASTART);
usr.sbin/installboot/bbinfo.c
205
? (uint32_t)htole32((x)) : (uint32_t)htobe32((x)))
usr.sbin/makefs/cd9660/cd9660_eltorito.c
605
apm32 = htobe32(total_partitions);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
608
apm32 = htobe32(sector_start);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
610
apm32 = htobe32(nsectors);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
622
apm32 = htobe32(nsectors);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
625
apm32 = htobe32(part_status);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
716
apm32 = htobe32(diskStructure->totalSectors *
usr.sbin/puffs/mount_psshfs/psbuf.c
149
len = htobe32(puffs_framebuf_tellsize(pb) - 4);