Symbol: htobe32
lib/libagentx/ax.c
1068
value = htobe32(value);
lib/libc/net/htonl.c
14
return htobe32(x);
lib/libcrypto/crypto_internal.h
192
v = htobe32(v);
lib/libcrypto/modes/gcm128.c
300
ctx->Yi.d[3] = htobe32(++ctr);
lib/libcrypto/modes/gcm128.c
374
ctx->Yi.d[3] = htobe32(++ctr);
lib/libcrypto/modes/gcm128.c
415
ctx->Yi.d[3] = htobe32(++ctr);
lib/libcrypto/modes/gcm128.c
468
ctx->Yi.d[3] = htobe32(ctr);
lib/libcrypto/modes/gcm128.c
476
ctx->Yi.d[3] = htobe32(++ctr);
lib/libcrypto/modes/gcm128.c
530
ctx->Yi.d[3] = htobe32(ctr);
lib/libcrypto/modes/gcm128.c
537
ctx->Yi.d[3] = htobe32(++ctr);
lib/libcrypto/sha/sha1.c
485
c->data[SHA_LBLOCK - 2] = htobe32(c->Nh);
lib/libcrypto/sha/sha1.c
486
c->data[SHA_LBLOCK - 1] = htobe32(c->Nl);
lib/libcrypto/sha/sha256.c
437
c->data[SHA_LBLOCK - 2] = htobe32(c->Nh);
lib/libcrypto/sha/sha256.c
438
c->data[SHA_LBLOCK - 1] = htobe32(c->Nl);
lib/libcrypto/sm3/sm3.c
341
c->data[SM3_LBLOCK - 2] = htobe32(c->Nh);
lib/libcrypto/sm3/sm3.c
342
c->data[SM3_LBLOCK - 1] = htobe32(c->Nl);
lib/libfido2/src/tpm.c
190
x->attr = htobe32(x->attr);
lib/libfido2/src/tpm.c
203
x->attr = htobe32(x->attr);
lib/libfido2/src/tpm.c
216
x->magic = htobe32(x->magic);
lib/libutil/imsg-buffer.c
192
v = htobe32(value);
lib/libutil/imsg-buffer.c
330
v = htobe32(value);
regress/sbin/iked/parser/test_parser_fuzz.c
407
*p = htobe32(length);
regress/sys/crypto/gmac/gmac_test.c
666
*p = htobe32(aadlen * 8);
regress/sys/crypto/gmac/gmac_test.c
668
*p = htobe32(len * 8);
regress/usr.bin/mandoc/db/binedit/binedit.c
97
i = htobe32(val);
regress/usr.sbin/snmpd/agentx.c
2941
n = htobe32(n);
sbin/iked/ikev2.c
1919
hdr->ike_msgid = htobe32(msgid);
sbin/iked/ikev2.c
1920
hdr->ike_length = htobe32(sizeof(*hdr));
sbin/iked/ikev2.c
1939
hdr->ike_length = htobe32(sizeof(*hdr) + length);
sbin/iked/ikev2.c
2756
spi32 = htobe32(prop->prop_localspi.spi);
sbin/iked/ikev2.c
3202
spi32 = htobe32(localspi[i]);
sbin/iked/ikev2.c
3603
spi32 = htobe32(rekey->spi);
sbin/iked/ikev2.c
4286
spi = htobe32((uint32_t)csa->csa_peerspi);
sbin/iked/ikev2.c
4649
spi32 = htobe32(csa->csa_spi.spi);
sbin/iked/ikev2.c
6157
spi32 = htobe32(prop->prop_localspi.spi);
sbin/iked/ikev2.c
6938
spi32 = htobe32(csa->csa_spi.spi);
sbin/iked/ikev2.c
6940
spi32 = htobe32(csa->csa_peerspi);
sbin/pdisk/file_media.c
192
tmp32 = htobe32(map->sbBlkCount);
sbin/pdisk/file_media.c
201
tmp32 = htobe32(map->sbData);
sbin/pdisk/file_media.c
209
tmp32 = htobe32(map->sbDDMap[i].ddBlock);
sbin/pdisk/file_media.c
328
tmp32 = htobe32(entry->dpme_map_entries);
sbin/pdisk/file_media.c
331
tmp32 = htobe32(entry->dpme_pblock_start);
sbin/pdisk/file_media.c
334
tmp32 = htobe32(entry->dpme_pblocks);
sbin/pdisk/file_media.c
337
tmp32 = htobe32(entry->dpme_lblock_start);
sbin/pdisk/file_media.c
346
tmp32 = htobe32(entry->dpme_boot_block);
sbin/pdisk/file_media.c
349
tmp32 = htobe32(entry->dpme_boot_bytes);
sys/arch/amd64/amd64/aesni.c
583
*dw = htobe32(aadlen * 8);
sys/arch/amd64/amd64/aesni.c
585
*dw = htobe32(crd->crd_len * 8);
sys/arch/arm64/stand/efiboot/efiacpi.c
409
interrupts[0] = htobe32(1);
sys/arch/arm64/stand/efiboot/efiacpi.c
410
interrupts[1] = htobe32(gtdt->sec_el1_interrupt - 16);
sys/arch/arm64/stand/efiboot/efiacpi.c
411
interrupts[2] = htobe32(map[gtdt->sec_el1_flags & mask]);
sys/arch/arm64/stand/efiboot/efiacpi.c
412
interrupts[3] = htobe32(1);
sys/arch/arm64/stand/efiboot/efiacpi.c
413
interrupts[4] = htobe32(gtdt->nonsec_el1_interrupt - 16);
sys/arch/arm64/stand/efiboot/efiacpi.c
414
interrupts[5] = htobe32(map[gtdt->nonsec_el1_flags & mask]);
sys/arch/arm64/stand/efiboot/efiacpi.c
415
interrupts[6] = htobe32(1);
sys/arch/arm64/stand/efiboot/efiacpi.c
416
interrupts[7] = htobe32(gtdt->virt_interrupt - 16);
sys/arch/arm64/stand/efiboot/efiacpi.c
417
interrupts[8] = htobe32(map[gtdt->virt_flags & mask]);
sys/arch/arm64/stand/efiboot/efiacpi.c
418
interrupts[9] = htobe32(1);
sys/arch/arm64/stand/efiboot/efiacpi.c
419
interrupts[10] = htobe32(gtdt->nonsec_el2_interrupt - 16);
sys/arch/arm64/stand/efiboot/efiacpi.c
420
interrupts[11] = htobe32(map[gtdt->nonsec_el2_flags & mask]);
sys/arch/arm64/stand/efiboot/efiacpi.c
520
uint32_t spi_base = htobe32(msi->spi_base);
sys/arch/arm64/stand/efiboot/efiacpi.c
521
uint32_t spi_count = htobe32(msi->spi_count);
sys/arch/arm64/stand/efiboot/efiacpi.c
552
its_id = htobe32(its->gic_its_id);
sys/arch/arm64/stand/efiboot/efiacpi.c
681
reg_io_width = htobe32(reg_io_width);
sys/arch/arm64/stand/efiboot/efiacpi.c
690
reg_shift = htobe32(reg_shift);
sys/arch/arm64/stand/efiboot/efiboot.c
478
width = htobe32(gop->Mode->Info->HorizontalResolution);
sys/arch/arm64/stand/efiboot/efiboot.c
479
height = htobe32(gop->Mode->Info->VerticalResolution);
sys/arch/arm64/stand/efiboot/efiboot.c
480
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * pxsize);
sys/arch/arm64/stand/efiboot/efiboot.c
490
reg[0] = htobe32(base);
sys/arch/arm64/stand/efiboot/efiboot.c
493
reg[0] = htobe32(base >> 32);
sys/arch/arm64/stand/efiboot/efiboot.c
496
reg[acells] = htobe32(size);
sys/arch/arm64/stand/efiboot/efiboot.c
499
reg[acells] = htobe32(size >> 32);
sys/arch/arm64/stand/efiboot/efiboot.c
631
uint32_t boothowto = htobe32(howto);
sys/arch/arm64/stand/efiboot/efiboot.c
647
((struct fdt_head *)addr)->fh_size = htobe32(len);
sys/arch/arm64/stand/efiboot/efiboot.c
717
uint32_t uefi_mmap_size = htobe32(mmap_ndesc * mmap_descsiz);
sys/arch/arm64/stand/efiboot/efiboot.c
718
uint32_t uefi_mmap_desc_size = htobe32(mmap_descsiz);
sys/arch/arm64/stand/efiboot/efiboot.c
719
uint32_t uefi_mmap_desc_ver = htobe32(mmap_version);
sys/arch/arm64/stand/efiboot/fdt.c
104
tree.header->fh_size = htobe32(tree.end - start);
sys/arch/arm64/stand/efiboot/fdt.c
105
tree.header->fh_struct_off = htobe32(tree.tree - start);
sys/arch/arm64/stand/efiboot/fdt.c
106
tree.header->fh_strings_off = htobe32(tree.strings - start);
sys/arch/arm64/stand/efiboot/fdt.c
107
tree.header->fh_reserve_off = htobe32(tree.memory - start);
sys/arch/arm64/stand/efiboot/fdt.c
108
tree.header->fh_strings_size = htobe32(tree.strings_size);
sys/arch/arm64/stand/efiboot/fdt.c
110
tree.header->fh_struct_size = htobe32(tree.struct_size);
sys/arch/arm64/stand/efiboot/fdt.c
267
*(ptr + 1) = htobe32(len);
sys/arch/arm64/stand/efiboot/fdt.c
299
*ptr++ = htobe32(FDT_PROPERTY);
sys/arch/arm64/stand/efiboot/fdt.c
300
*ptr++ = htobe32(0);
sys/arch/arm64/stand/efiboot/fdt.c
301
*ptr++ = htobe32(fdt_add_str(name));
sys/arch/arm64/stand/efiboot/fdt.c
335
*ptr++ = htobe32(FDT_NODE_BEGIN);
sys/arch/arm64/stand/efiboot/fdt.c
339
*ptr++ = htobe32(FDT_NODE_END);
sys/arch/armv7/stand/efiboot/efiboot.c
444
width = htobe32(gop->Mode->Info->HorizontalResolution);
sys/arch/armv7/stand/efiboot/efiboot.c
445
height = htobe32(gop->Mode->Info->VerticalResolution);
sys/arch/armv7/stand/efiboot/efiboot.c
446
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4);
sys/arch/armv7/stand/efiboot/efiboot.c
456
reg[0] = htobe32(base);
sys/arch/armv7/stand/efiboot/efiboot.c
459
reg[0] = htobe32(base >> 32);
sys/arch/armv7/stand/efiboot/efiboot.c
462
reg[acells] = htobe32(size);
sys/arch/armv7/stand/efiboot/efiboot.c
465
reg[acells] = htobe32(size >> 32);
sys/arch/armv7/stand/efiboot/efiboot.c
546
uint32_t boothowto = htobe32(howto);
sys/arch/armv7/stand/efiboot/efiboot.c
562
((struct fdt_head *)addr)->fh_size = htobe32(len);
sys/arch/armv7/stand/efiboot/efiboot.c
620
uint32_t uefi_mmap_size = htobe32(mmap_ndesc * mmap_descsiz);
sys/arch/armv7/stand/efiboot/efiboot.c
621
uint32_t uefi_mmap_desc_size = htobe32(mmap_descsiz);
sys/arch/armv7/stand/efiboot/efiboot.c
622
uint32_t uefi_mmap_desc_ver = htobe32(mmap_version);
sys/arch/armv7/stand/efiboot/fdt.c
104
tree.header->fh_size = htobe32(tree.end - start);
sys/arch/armv7/stand/efiboot/fdt.c
105
tree.header->fh_struct_off = htobe32(tree.tree - start);
sys/arch/armv7/stand/efiboot/fdt.c
106
tree.header->fh_strings_off = htobe32(tree.strings - start);
sys/arch/armv7/stand/efiboot/fdt.c
107
tree.header->fh_reserve_off = htobe32(tree.memory - start);
sys/arch/armv7/stand/efiboot/fdt.c
108
tree.header->fh_strings_size = htobe32(tree.strings_size);
sys/arch/armv7/stand/efiboot/fdt.c
110
tree.header->fh_struct_size = htobe32(tree.struct_size);
sys/arch/armv7/stand/efiboot/fdt.c
267
*(ptr + 1) = htobe32(len);
sys/arch/armv7/stand/efiboot/fdt.c
299
*ptr++ = htobe32(FDT_PROPERTY);
sys/arch/armv7/stand/efiboot/fdt.c
300
*ptr++ = htobe32(0);
sys/arch/armv7/stand/efiboot/fdt.c
301
*ptr++ = htobe32(fdt_add_str(name));
sys/arch/armv7/stand/efiboot/fdt.c
335
*ptr++ = htobe32(FDT_NODE_BEGIN);
sys/arch/armv7/stand/efiboot/fdt.c
339
*ptr++ = htobe32(FDT_NODE_END);
sys/arch/hppa/stand/mkboot/mkboot.c
124
lifv->vol_addr = htobe32(btolifs(LIF_DIRSTART));
sys/arch/hppa/stand/mkboot/mkboot.c
126
lifv->vol_dirsize = htobe32(btolifs(LIF_DIRSIZE));
sys/arch/hppa/stand/mkboot/mkboot.c
131
lifv->ipl_addr = htobe32(LIF_FILESTART);
sys/arch/hppa/stand/mkboot/mkboot.c
142
lifd[optind].dir_addr = htobe32(btolifs(pos));
sys/arch/hppa/stand/mkboot/mkboot.c
145
lifv->ipl_entry = htobe32(loadpoint + entry);
sys/arch/hppa/stand/mkboot/mkboot.c
146
lifv->ipl_size = htobe32(lifstob(n));
sys/arch/hppa/stand/mkboot/mkboot.c
151
lifd[1].dir_implement = htobe32(loadpoint + entry);
sys/arch/hppa/stand/mkboot/mkboot.c
156
lifd[optind].dir_length = htobe32(n);
sys/arch/hppa/stand/mkboot/mkboot.c
164
lifv->vol_length = htobe32(lifv->vol_length);
sys/arch/hppa/stand/mkboot/mkboot.c
256
load.address = htobe32(loadpoint + sizeof(load));
sys/arch/hppa/stand/mkboot/mkboot.c
257
load.count = htobe32(4 + total);
sys/arch/hppa/stand/mkboot/mkboot.c
294
check_sum = htobe32(-check_sum);
sys/arch/powerpc64/dev/kexec.c
211
uint32_t boothowto = htobe32(kargs->boothowto);
sys/arch/riscv64/stand/efiboot/efiboot.c
423
width = htobe32(gop->Mode->Info->HorizontalResolution);
sys/arch/riscv64/stand/efiboot/efiboot.c
424
height = htobe32(gop->Mode->Info->VerticalResolution);
sys/arch/riscv64/stand/efiboot/efiboot.c
425
stride = htobe32(gop->Mode->Info->PixelsPerScanLine * 4);
sys/arch/riscv64/stand/efiboot/efiboot.c
435
reg[0] = htobe32(base);
sys/arch/riscv64/stand/efiboot/efiboot.c
438
reg[0] = htobe32(base >> 32);
sys/arch/riscv64/stand/efiboot/efiboot.c
441
reg[acells] = htobe32(size);
sys/arch/riscv64/stand/efiboot/efiboot.c
444
reg[acells] = htobe32(size >> 32);
sys/arch/riscv64/stand/efiboot/efiboot.c
511
uint32_t boothowto = htobe32(howto);
sys/arch/riscv64/stand/efiboot/efiboot.c
528
((struct fdt_head *)addr)->fh_size = htobe32(len);
sys/arch/riscv64/stand/efiboot/efiboot.c
546
hartid = htobe32(hartid);
sys/arch/riscv64/stand/efiboot/efiboot.c
604
uint32_t uefi_mmap_size = htobe32(mmap_ndesc * mmap_descsiz);
sys/arch/riscv64/stand/efiboot/efiboot.c
605
uint32_t uefi_mmap_desc_size = htobe32(mmap_descsiz);
sys/arch/riscv64/stand/efiboot/efiboot.c
606
uint32_t uefi_mmap_desc_ver = htobe32(mmap_version);
sys/arch/riscv64/stand/efiboot/fdt.c
104
tree.header->fh_size = htobe32(tree.end - start);
sys/arch/riscv64/stand/efiboot/fdt.c
105
tree.header->fh_struct_off = htobe32(tree.tree - start);
sys/arch/riscv64/stand/efiboot/fdt.c
106
tree.header->fh_strings_off = htobe32(tree.strings - start);
sys/arch/riscv64/stand/efiboot/fdt.c
107
tree.header->fh_reserve_off = htobe32(tree.memory - start);
sys/arch/riscv64/stand/efiboot/fdt.c
108
tree.header->fh_strings_size = htobe32(tree.strings_size);
sys/arch/riscv64/stand/efiboot/fdt.c
110
tree.header->fh_struct_size = htobe32(tree.struct_size);
sys/arch/riscv64/stand/efiboot/fdt.c
267
*(ptr + 1) = htobe32(len);
sys/arch/riscv64/stand/efiboot/fdt.c
299
*ptr++ = htobe32(FDT_PROPERTY);
sys/arch/riscv64/stand/efiboot/fdt.c
300
*ptr++ = htobe32(0);
sys/arch/riscv64/stand/efiboot/fdt.c
301
*ptr++ = htobe32(fdt_add_str(name));
sys/arch/riscv64/stand/efiboot/fdt.c
335
*ptr++ = htobe32(FDT_NODE_BEGIN);
sys/arch/riscv64/stand/efiboot/fdt.c
339
*ptr++ = htobe32(FDT_NODE_END);
sys/crypto/cryptosoft.c
623
*blkp = htobe32(aadlen * 8);
sys/crypto/cryptosoft.c
625
*blkp = htobe32(crde->crd_len * 8);
sys/crypto/gmac.c
69
product[0] = htobe32(z[0]);
sys/crypto/gmac.c
70
product[1] = htobe32(z[1]);
sys/crypto/gmac.c
71
product[2] = htobe32(z[2]);
sys/crypto/gmac.c
72
product[3] = htobe32(z[3]);
sys/dev/ic/aic7xxx_cam.h
80
#define aic_htobe32(x) htobe32(x)
sys/dev/ic/ciss.c
755
lmap->size = htobe32(sc->maxunits * sizeof(lmap->map));
sys/dev/ic/pgt.c
1669
pmf->pmf_oid = htobe32(pmd->pmd_oid);
sys/dev/ic/pgt.c
1672
pmf->pmf_size = htobe32(pmd->pmd_len);
sys/dev/ic/qlw.c
160
return htobe32(value);
sys/dev/ic/siopvar_common.h
210
(((sc)->features & SF_CHIP_BE) ? htobe32((x)) : htole32((x)))
sys/dev/ic/ufshci.c
1024
ucd->cmd.expected_xfer_len = htobe32(xs->datalen);
sys/dev/ic/ufshci.c
1150
ucd->cmd.expected_xfer_len = htobe32(UFSHCI_LBS * blocks);
sys/dev/ic/ufshci.c
1256
ucd->cmd.expected_xfer_len = htobe32(0); /* No data transfer */
sys/dev/ic/ufshci.c
1957
my->ucd.cmd.expected_xfer_len = htobe32(UFSHCI_LBS * blocks);
sys/dev/ic/ufshci.c
700
ucd->cmd.expected_xfer_len = htobe32(xs->datalen);
sys/dev/ic/ufshci.c
808
ucd->cmd.expected_xfer_len = htobe32(xs->datalen);
sys/dev/ic/ufshci.c
914
ucd->cmd.expected_xfer_len = htobe32(xs->datalen);
sys/dev/microcode/udl/build.c
43
bit_pattern = htobe32(udl_huffman[i].bit_pattern);
sys/dev/ofw/fdt.c
111
tree.header->fh_size = htobe32(tree.end - start);
sys/dev/ofw/fdt.c
112
tree.header->fh_struct_off = htobe32(tree.tree - start);
sys/dev/ofw/fdt.c
113
tree.header->fh_strings_off = htobe32(tree.strings - start);
sys/dev/ofw/fdt.c
114
tree.header->fh_reserve_off = htobe32(tree.memory - start);
sys/dev/ofw/fdt.c
115
tree.header->fh_strings_size = htobe32(tree.strings_size);
sys/dev/ofw/fdt.c
117
tree.header->fh_struct_size = htobe32(tree.struct_size);
sys/dev/ofw/fdt.c
277
*(ptr + 1) = htobe32(len);
sys/dev/ofw/fdt.c
309
*ptr++ = htobe32(FDT_PROPERTY);
sys/dev/ofw/fdt.c
310
*ptr++ = htobe32(0);
sys/dev/ofw/fdt.c
311
*ptr++ = htobe32(fdt_add_str(name));
sys/dev/pci/drm/include/asm/byteorder.h
26
#define cpu_to_be32(x) htobe32(x)
sys/dev/pci/if_aq_pci.c
2071
mac_addr[0] = htobe32(mac_addr[0]);
sys/dev/pci/if_aq_pci.c
2072
mac_addr[1] = htobe32(mac_addr[1]);
sys/dev/pci/if_aq_pci.c
2869
AQ_WRITE_REG(sc, RPF_RSS_KEY_WR_DATA_REG, htobe32(rss_key[i]));
sys/dev/pci/if_bnx.c
1658
val32 = htobe32(val32);
sys/dev/pci/if_bnxreg.h
271
#define bnx_htobe32(x) htobe32(x)
sys/dev/pci/if_mcx.c
4264
in->cmd_field_select = htobe32(
sys/dev/pci/if_mcx.c
4275
ctx->vp_mtu = htobe32(sc->sc_hardmtu);
sys/dev/pci/if_mcx.c
4394
mbin->cmd_eq_ctx.eq_uar_size = htobe32(
sys/dev/pci/if_mcx.c
4690
mbin->cmd_cq_ctx.cq_uar_size = htobe32(
sys/dev/pci/if_mcx.c
4692
mbin->cmd_cq_ctx.cq_eqn = htobe32(eqn);
sys/dev/pci/if_mcx.c
4693
mbin->cmd_cq_ctx.cq_period_max_count = htobe32(
sys/dev/pci/if_mcx.c
4762
in->cmd_cqn = htobe32(cq->cq_n);
sys/dev/pci/if_mcx.c
4845
mbin->rq_flags = htobe32(rq_flags);
sys/dev/pci/if_mcx.c
4846
mbin->rq_cqn = htobe32(cqn);
sys/dev/pci/if_mcx.c
4848
mbin->rq_wq.wq_pd = htobe32(sc->sc_pd);
sys/dev/pci/if_mcx.c
4915
in->cmd_rq_state = htobe32((MCX_QUEUE_STATE_RST << 28) | rx->rx_rqn);
sys/dev/pci/if_mcx.c
4924
mbin->cmd_rq_ctx.rq_flags = htobe32(
sys/dev/pci/if_mcx.c
4968
in->cmd_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
5027
mbin->cmd_inline_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
5028
mbin->cmd_tdomain = htobe32(sc->sc_tdomain);
sys/dev/pci/if_mcx.c
5083
mbin->cmd_disp_type = htobe32(MCX_TIR_CTX_DISP_TYPE_INDIRECT
sys/dev/pci/if_mcx.c
5085
mbin->cmd_indir_table = htobe32(rqtn);
sys/dev/pci/if_mcx.c
5086
mbin->cmd_tdomain = htobe32(sc->sc_tdomain |
sys/dev/pci/if_mcx.c
5088
mbin->cmd_rx_hash_sel_outer = htobe32(hash_sel);
sys/dev/pci/if_mcx.c
5133
in->cmd_tirn = htobe32(tirn);
sys/dev/pci/if_mcx.c
5202
mbin->sq_flags = htobe32(MCX_SQ_CTX_RLKEY |
sys/dev/pci/if_mcx.c
5204
mbin->sq_cqn = htobe32(cqn);
sys/dev/pci/if_mcx.c
5205
mbin->sq_tis_lst_sz = htobe32(1 << MCX_SQ_CTX_TIS_LST_SZ_SHIFT);
sys/dev/pci/if_mcx.c
5206
mbin->sq_tis_num = htobe32(sc->sc_tis);
sys/dev/pci/if_mcx.c
5208
mbin->sq_wq.wq_pd = htobe32(sc->sc_pd);
sys/dev/pci/if_mcx.c
5209
mbin->sq_wq.wq_uar_page = htobe32(uar);
sys/dev/pci/if_mcx.c
5275
in->cmd_sqn = htobe32(tx->tx_sqn);
sys/dev/pci/if_mcx.c
5325
in->cmd_sq_state = htobe32((MCX_QUEUE_STATE_RST << 28) | tx->tx_sqn);
sys/dev/pci/if_mcx.c
5334
mbin->cmd_sq_ctx.sq_flags = htobe32(
sys/dev/pci/if_mcx.c
5389
mbin->cmd_tdomain = htobe32(sc->sc_tdomain);
sys/dev/pci/if_mcx.c
5433
in->cmd_tisn = htobe32(tis);
sys/dev/pci/if_mcx.c
5493
rqtn[i] = htobe32(rqns[i]);
sys/dev/pci/if_mcx.c
5539
in->cmd_rqtn = htobe32(rqt);
sys/dev/pci/if_mcx.c
5690
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5745
mb->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5804
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
5805
mbin->cmd_start_flow_index = htobe32(start);
sys/dev/pci/if_mcx.c
5806
mbin->cmd_end_flow_index = htobe32(start + (size - 1));
sys/dev/pci/if_mcx.c
5871
mb->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
5872
mb->cmd_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
5937
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
5938
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
5939
mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
5944
mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD);
sys/dev/pci/if_mcx.c
5945
mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1);
sys/dev/pci/if_mcx.c
5946
*pdest = htobe32(dest);
sys/dev/pci/if_mcx.c
6014
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
6015
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
6016
mbin->cmd_flow_ctx.fc_group_id = htobe32(mfg->g_id);
sys/dev/pci/if_mcx.c
6021
mbin->cmd_flow_ctx.fc_action = htobe32(MCX_FLOW_CONTEXT_ACTION_FORWARD);
sys/dev/pci/if_mcx.c
6022
mbin->cmd_flow_ctx.fc_dest_list_size = htobe32(1);
sys/dev/pci/if_mcx.c
6023
*pdest = htobe32(dest);
sys/dev/pci/if_mcx.c
6085
mbin->cmd_table_id = htobe32(mfg->g_table);
sys/dev/pci/if_mcx.c
6086
mbin->cmd_flow_index = htobe32(mfg->g_start + index);
sys/dev/pci/if_mcx.c
6149
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6222
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6223
mbin->cmd_flow_index = htobe32(index);
sys/dev/pci/if_mcx.c
6298
mbin->cmd_table_id = htobe32(flow_table_id);
sys/dev/pci/if_mcx.c
6299
mbin->cmd_group_id = htobe32(sc->sc_flow_group_id);
sys/dev/pci/if_mcx.c
6505
in->cmd_rqn = htobe32(rx->rx_rqn);
sys/dev/pci/if_mcx.c
6568
in->cmd_sqn = htobe32(tx->tx_sqn);
sys/dev/pci/if_mcx.c
6631
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
7859
sqe->sqe_opcode_index = htobe32(MCX_SQE_WQE_OPCODE_SEND |
sys/dev/pci/if_mcx.c
7862
sqe->sqe_signature = htobe32(MCX_SQE_CE_CQE_ALWAYS);
sys/dev/pci/if_mcx.c
7870
sqe->sqe_mss_csum = htobe32(csum);
sys/dev/pci/if_mcx.c
7920
htobe32((tx->tx_sqn << MCX_SQE_SQ_NUM_SHIFT) |
sys/dev/pci/if_mcx.c
7941
htobe32(map->dm_segs[i].ds_len);
sys/dev/pci/if_mcx.c
7942
sqs[seg].sqs_lkey = htobe32(sc->sc_lkey);
sys/dev/pci/if_mcx.c
8163
ptys.rp_eth_proto_admin = htobe32(media);
sys/dev/pci/if_mcx.c
8164
ptys.rp_ext_eth_proto_admin = htobe32(ext_media);
sys/dev/pci/if_mcx.c
8266
bus_space_write_raw_4(sc->sc_memt, sc->sc_memh, r, htobe32(v));
sys/dev/pci/if_myx.c
1107
mc.mc_data0 = htobe32(size);
sys/dev/pci/if_myx.c
1114
mc.mc_data0 = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
1115
mc.mc_data1 = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
1147
r = htobe32(MYX_IRQCOALDELAY);
sys/dev/pci/if_myx.c
1201
mc.mc_data0 = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
1202
mc.mc_data1 = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
1203
mc.mc_data2 = htobe32(sizeof(struct myx_status));
sys/dev/pci/if_myx.c
1212
mc.mc_data0 = htobe32(maxpkt);
sys/dev/pci/if_myx.c
1234
mc.mc_data0 = htobe32(MYX_RXSMALL_SIZE - ETHER_ALIGN);
sys/dev/pci/if_myx.c
1241
mc.mc_data0 = htobe32(16384);
sys/dev/pci/if_myx.c
1304
mc.mc_data0 = htobe32(addr[0] << 24 | addr[1] << 16 |
sys/dev/pci/if_myx.c
1306
mc.mc_data1 = htobe32(addr[4] << 8 | addr[5]);
sys/dev/pci/if_myx.c
1353
mc.mc_data0 = htobe32(addr[0] << 24 | addr[1] << 16 |
sys/dev/pci/if_myx.c
1355
mc.mc_data1 = htobe32(addr[4] << 24 | addr[5] << 16);
sys/dev/pci/if_myx.c
1664
data = htobe32(0);
sys/dev/pci/if_myx.c
1682
data = htobe32(3);
sys/dev/pci/if_myx.c
587
mc.mc_data0 = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
588
mc.mc_data1 = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
589
mc.mc_data2 = htobe32(4096 * 0x10000);
sys/dev/pci/if_myx.c
596
mc.mc_data0 = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
597
mc.mc_data1 = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
598
mc.mc_data2 = htobe32(4096 * 0x1);
sys/dev/pci/if_myx.c
605
mc.mc_data0 = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
606
mc.mc_data1 = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
607
mc.mc_data2 = htobe32(4096 * 0x10001);
sys/dev/pci/if_myx.c
700
mc->mc_cmd = htobe32(cmd);
sys/dev/pci/if_myx.c
701
mc->mc_addr_high = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
702
mc->mc_addr_low = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
747
bc.bc_addr_high = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
748
bc.bc_addr_low = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
750
bc.bc_offset = htobe32(MYX_FW_BOOT);
sys/dev/pci/if_myx.c
751
bc.bc_length = htobe32(length - 8);
sys/dev/pci/if_myx.c
752
bc.bc_copyto = htobe32(8);
sys/dev/pci/if_myx.c
753
bc.bc_jumpto = htobe32(0);
sys/dev/pci/if_myx.c
796
rc.rc_addr_high = htobe32(MYX_ADDRHIGH(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
797
rc.rc_addr_low = htobe32(MYX_ADDRLOW(map->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
799
rc.rc_rdma_high = htobe32(MYX_ADDRHIGH(pad->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
800
rc.rc_rdma_low = htobe32(MYX_ADDRLOW(pad->dm_segs[0].ds_addr));
sys/dev/pci/if_myx.c
801
rc.rc_enable = htobe32(do_enable);
sys/dev/pci/if_myx.c
978
mc.mc_data0 = htobe32(0); /* get 1 byte */
sys/dev/pci/if_myx.c
979
mc.mc_data1 = htobe32((addr << 8) | off);
sys/dev/pci/if_myx.c
986
mc.mc_data0 = htobe32(off);
sys/dev/pci/ixgbe_x550.c
1273
write_cmd.write_data = htobe32(data);
sys/dev/pci/ixgbe_x550.c
2948
buffer.address = htobe32(offset * 2);
sys/dev/pci/ixgbe_x550.c
3010
buffer.address = htobe32((offset + current_word) * 2);
sys/dev/pci/ixgbe_x550.c
3069
buffer.address = htobe32(offset * 2);
sys/dev/pci/ixgbe_x550.c
495
hic.cmd.data[i] = htobe32((*data)[i]);
sys/dev/pci/nhi.c
417
txbuf[i] = htobe32(((uint32_t *)buf)[i]);
sys/dev/pci/nhi.c
418
txbuf[i] = htobe32(crc32c(0, (uint8_t *)txbuf, len));
sys/dev/pci/qle.c
1904
ga->port_id = htobe32(*lastport);
sys/dev/pci/qle.c
2633
fcp_dl = htobe32(xs->datalen);
sys/dev/usb/if_athn_usb.c
1111
imask = htobe32(AR_IMR_SWBA);
sys/dev/usb/if_athn_usb.c
1117
imask = htobe32(AR_IMR_BMISS);
sys/dev/usb/if_athn_usb.c
1463
rate.capflags |= htobe32(AR_RC_HT_FLAG);
sys/dev/usb/if_athn_usb.c
1475
rate.capflags |= htobe32(AR_RC_DS_FLAG);
sys/dev/usb/if_athn_usb.c
1478
rate.capflags |= htobe32(AR_RC_40_FLAG);
sys/dev/usb/if_athn_usb.c
1480
rate.capflags |= htobe32(AR_RC_SGI_FLAG);
sys/dev/usb/if_athn_usb.c
1482
rate.capflags |= htobe32(AR_RC_SGI_FLAG);
sys/dev/usb/if_athn_usb.c
1908
if (len >= 4 && *(uint32_t *)buf == htobe32(0x00c60000)) {
sys/dev/usb/if_athn_usb.c
2352
txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
sys/dev/usb/if_athn_usb.c
2355
txf->flags |= htobe32(AR_HTC_TX_CTSONLY);
sys/dev/usb/if_athn_usb.c
2357
txf->flags |= htobe32(AR_HTC_TX_RTSCTS);
sys/dev/usb/if_athn_usb.c
2612
hvif.opmode = htobe32(AR_HTC_M_STA);
sys/dev/usb/if_athn_usb.c
2615
hvif.opmode = htobe32(AR_HTC_M_MONITOR);
sys/dev/usb/if_athn_usb.c
2619
hvif.opmode = htobe32(AR_HTC_M_IBSS);
sys/dev/usb/if_athn_usb.c
2622
hvif.opmode = htobe32(AR_HTC_M_AHDEMO);
sys/dev/usb/if_athn_usb.c
2625
hvif.opmode = htobe32(AR_HTC_M_HOSTAP);
sys/dev/usb/if_athn_usb.c
2652
hic.ampdu_limit = htobe32(0x0000ffff);
sys/dev/usb/if_athn_usb.c
934
addrs[j] = htobe32(addr);
sys/dev/usb/if_athn_usb.c
955
addr = htobe32(addr);
sys/dev/usb/if_athn_usb.c
968
usc->wbuf[usc->wcount].addr = htobe32(addr);
sys/dev/usb/if_athn_usb.c
969
usc->wbuf[usc->wcount].val = htobe32(val);
sys/dev/usb/if_uath.c
1012
write.reg = htobe32(reg);
sys/dev/usb/if_uath.c
1013
write.len = htobe32(0); /* 0 = single write */
sys/dev/usb/if_uath.c
1014
*(uint32_t *)write.data = htobe32(val);
sys/dev/usb/if_uath.c
1032
write.reg = htobe32(reg);
sys/dev/usb/if_uath.c
1033
write.len = htobe32(len);
sys/dev/usb/if_uath.c
1052
reg = htobe32(reg);
sys/dev/usb/if_uath.c
1070
reg = htobe32(reg);
sys/dev/usb/if_uath.c
1288
desc->len = htobe32(sizeof (struct uath_tx_desc));
sys/dev/usb/if_uath.c
1289
desc->type = htobe32(UATH_TX_NULL);
sys/dev/usb/if_uath.c
1410
desc->len = htobe32(totlen);
sys/dev/usb/if_uath.c
1412
desc->paylen = htobe32(paylen);
sys/dev/usb/if_uath.c
1413
desc->type = htobe32(UATH_TX_DATA);
sys/dev/usb/if_uath.c
1414
desc->flags = htobe32(0);
sys/dev/usb/if_uath.c
1416
desc->dest = htobe32(UATH_ID_BROADCAST);
sys/dev/usb/if_uath.c
1417
desc->magic = htobe32(3);
sys/dev/usb/if_uath.c
1419
desc->dest = htobe32(UATH_ID_BSS);
sys/dev/usb/if_uath.c
1420
desc->magic = htobe32(1);
sys/dev/usb/if_uath.c
1598
setup.magic1 = htobe32(1);
sys/dev/usb/if_uath.c
1599
setup.magic2 = htobe32(5);
sys/dev/usb/if_uath.c
1600
setup.magic3 = htobe32(200);
sys/dev/usb/if_uath.c
1601
setup.magic4 = htobe32(27);
sys/dev/usb/if_uath.c
1631
const uint32_t qid = htobe32(UATH_AC_TO_QID(ac));
sys/dev/usb/if_uath.c
1655
qinfo.size = htobe32(32);
sys/dev/usb/if_uath.c
1656
qinfo.magic1 = htobe32(1); /* XXX ack policy? */
sys/dev/usb/if_uath.c
1657
qinfo.magic2 = htobe32(1);
sys/dev/usb/if_uath.c
1659
qinfo.qid = htobe32(UATH_AC_TO_QID(ac));
sys/dev/usb/if_uath.c
1660
qinfo.ac = htobe32(ac);
sys/dev/usb/if_uath.c
1661
qinfo.aifsn = htobe32(uath_wme_11g[ac].aifsn);
sys/dev/usb/if_uath.c
1662
qinfo.logcwmin = htobe32(uath_wme_11g[ac].logcwmin);
sys/dev/usb/if_uath.c
1663
qinfo.logcwmax = htobe32(uath_wme_11g[ac].logcwmax);
sys/dev/usb/if_uath.c
1664
qinfo.txop = htobe32(UATH_TXOP_TO_US(
sys/dev/usb/if_uath.c
1666
qinfo.acm = htobe32(uath_wme_11g[ac].acm);
sys/dev/usb/if_uath.c
1683
chan.flags = htobe32(0x1400);
sys/dev/usb/if_uath.c
1684
chan.freq = htobe32(c->ic_freq);
sys/dev/usb/if_uath.c
1685
chan.magic1 = htobe32(20);
sys/dev/usb/if_uath.c
1686
chan.magic2 = htobe32(50);
sys/dev/usb/if_uath.c
1687
chan.magic3 = htobe32(1);
sys/dev/usb/if_uath.c
1701
crypto.keyidx = htobe32(index);
sys/dev/usb/if_uath.c
1702
crypto.magic1 = htobe32(1);
sys/dev/usb/if_uath.c
1703
crypto.size = htobe32(368);
sys/dev/usb/if_uath.c
1704
crypto.mask = htobe32(0xffff);
sys/dev/usb/if_uath.c
1705
crypto.flags = htobe32(0x80000068);
sys/dev/usb/if_uath.c
1707
crypto.flags |= htobe32(index << 16);
sys/dev/usb/if_uath.c
1743
rates.magic1 = htobe32(0x02);
sys/dev/usb/if_uath.c
1744
rates.size = htobe32(1 + sizeof rates.rates);
sys/dev/usb/if_uath.c
1757
rxfilter.filter = htobe32(filter);
sys/dev/usb/if_uath.c
1758
rxfilter.flags = htobe32(flags);
sys/dev/usb/if_uath.c
1770
led.which = htobe32(which);
sys/dev/usb/if_uath.c
1771
led.state = htobe32(on ? UATH_LED_ON : UATH_LED_OFF);
sys/dev/usb/if_uath.c
1805
val = htobe32(0);
sys/dev/usb/if_uath.c
1827
val = htobe32(0);
sys/dev/usb/if_uath.c
1890
val = htobe32(4);
sys/dev/usb/if_uath.c
1905
cmd31.magic1 = htobe32(0xffffffff);
sys/dev/usb/if_uath.c
1906
cmd31.magic2 = htobe32(0xffffffff);
sys/dev/usb/if_uath.c
1940
val = htobe32(0);
sys/dev/usb/if_uath.c
1944
val = htobe32(0);
sys/dev/usb/if_uath.c
2017
txblock->flags = htobe32(UATH_WRITE_BLOCK);
sys/dev/usb/if_uath.c
2018
txblock->total = htobe32(len);
sys/dev/usb/if_uath.c
2023
txblock->remain = htobe32(len - mlen);
sys/dev/usb/if_uath.c
2024
txblock->len = htobe32(mlen);
sys/dev/usb/if_uath.c
803
bssid.len = htobe32(IEEE80211_ADDR_LEN);
sys/dev/usb/if_uath.c
809
cmd0b.code = htobe32(2);
sys/dev/usb/if_uath.c
810
cmd0b.size = htobe32(sizeof (cmd0b.data));
sys/dev/usb/if_uath.c
814
cmd0c.magic1 = htobe32(2);
sys/dev/usb/if_uath.c
815
cmd0c.magic2 = htobe32(7);
sys/dev/usb/if_uath.c
816
cmd0c.magic3 = htobe32(1);
sys/dev/usb/if_uath.c
840
xled.which = htobe32(0);
sys/dev/usb/if_uath.c
841
xled.rate = htobe32(1);
sys/dev/usb/if_uath.c
842
xled.mode = htobe32(2);
sys/dev/usb/if_uath.c
854
val = htobe32(1);
sys/dev/usb/if_uath.c
858
bssid.flags1 = htobe32(0xc004);
sys/dev/usb/if_uath.c
859
bssid.flags2 = htobe32(0x003b);
sys/dev/usb/if_uath.c
860
bssid.len = htobe32(IEEE80211_ADDR_LEN);
sys/dev/usb/if_uath.c
870
xled.which = htobe32(1);
sys/dev/usb/if_uath.c
871
xled.rate = htobe32(1);
sys/dev/usb/if_uath.c
872
xled.mode = htobe32(2);
sys/dev/usb/if_uath.c
877
val = htobe32(1);
sys/dev/usb/if_uath.c
942
hdr->len = htobe32(xferlen);
sys/dev/usb/if_uath.c
943
hdr->code = htobe32(code);
sys/dev/usb/if_uath.c
945
hdr->magic = htobe32((flags & UATH_CMD_FLAG_MAGIC) ? 1 << 24 : 0);
sys/dev/usb/if_uathreg.h
89
#define UATH_MAKECTL(qid, len) htobe32((qid) << 16 | (len))
sys/dev/usb/udl.c
1575
lvalue = htobe32(value) << 8;
sys/dev/usb/udl.c
1577
lvalue = htobe32(value) >> 8;
sys/dev/usb/udl.c
1590
lvalue = htobe32(value);
sys/dev/usb/utwitch.c
313
v = htobe32(val);
sys/kern/kern_ktrace.c
149
ktrinitheaderraw(&kth, htobe32(KTR_START), -1, -1);
sys/net/if_pfsync.c
901
h->ur.creatorid = htobe32(0);
sys/net/wg_noise.c
945
nsec = htobe32(time.tv_nsec);
usr.bin/cdio/mmc.c
463
tmp = htobe32(lba); /* update lba in cdb */
usr.bin/cdio/mmc.c
512
tmp = htobe32(lba); /* update lba in cdb */
usr.bin/kdump/kdump.c
254
ktr_header.ktr_type != htobe32(KTR_START))
usr.bin/kdump/kdump.c
381
if (kth->ktr_type == htobe32(KTR_START)) {
usr.bin/mandoc/dba_write.c
114
i = htobe32(i);
usr.bin/mandoc/dbm_map.c
168
return htobe32((const char *)p - dbm_base);
usr.bin/snmp/usm.c
271
ivv = htobe32(cookie->boots);
usr.bin/snmp/usm.c
273
ivv = htobe32(cookie->time);
usr.sbin/ldomctl/mdesc.c
549
mdh->transport_version = htobe32(MD_TRANSPORT_VERSION);
usr.sbin/ldomctl/mdesc.c
550
mdh->node_blk_sz = htobe32(node_blk_size);
usr.sbin/ldomctl/mdesc.c
551
mdh->name_blk_sz = htobe32(name_blk_size);
usr.sbin/ldomctl/mdesc.c
552
mdh->data_blk_sz = htobe32(data_blk_size);
usr.sbin/ldomctl/mdesc.c
563
mde->name_offset = htobe32(node->name->offset);
usr.sbin/ldomctl/mdesc.c
573
mde->name_offset = htobe32(prop->name->offset);
usr.sbin/ldomctl/mdesc.c
581
htobe32(prop->d.data->len);
usr.sbin/ldomctl/mdesc.c
583
htobe32(prop->d.data->offset);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
537
apm32 = htobe32(total_partitions);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
540
apm32 = htobe32(sector_start);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
542
apm32 = htobe32(nsectors);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
554
apm32 = htobe32(nsectors);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
557
apm32 = htobe32(part_status);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
628
apm32 = htobe32(diskStructure->totalSectors *
usr.sbin/mkuboot/mkuboot.c
216
ih.ih_magic = htobe32(IH_MAGIC);
usr.sbin/mkuboot/mkuboot.c
217
ih.ih_time = htobe32(time(NULL));
usr.sbin/mkuboot/mkuboot.c
218
ih.ih_load = htobe32(load);
usr.sbin/mkuboot/mkuboot.c
219
ih.ih_ep = htobe32(ep);
usr.sbin/mkuboot/mkuboot.c
248
fsize = htobe32(sb.st_size);
usr.sbin/mkuboot/mkuboot.c
262
ih.ih_dcrc = htobe32(crc);
usr.sbin/mkuboot/mkuboot.c
268
ih.ih_size = htobe32(ih.ih_size);
usr.sbin/mkuboot/mkuboot.c
272
ih.ih_hcrc = htobe32(crc);
usr.sbin/nsd/simdzone/src/generic/endian.h
190
# if !defined htobe32
usr.sbin/nsd/simdzone/src/generic/number.h
135
number = htobe32(number);
usr.sbin/nsd/simdzone/src/generic/time.h
79
uint32_t time = htobe32((uint32_t)seconds);
usr.sbin/nsd/simdzone/src/generic/ttl.h
111
ttl = htobe32(ttl);
usr.sbin/nsd/simdzone/src/generic/types.h
1008
latitude = htobe32((1u<<31) + degrees);
usr.sbin/nsd/simdzone/src/generic/types.h
1010
latitude = htobe32((1u<<31) - degrees);
usr.sbin/nsd/simdzone/src/generic/types.h
1036
longitude = htobe32((1u<<31) + degrees);
usr.sbin/nsd/simdzone/src/generic/types.h
1038
longitude = htobe32((1u<<31) - degrees);
usr.sbin/nsd/simdzone/src/generic/types.h
1050
altitude = htobe32(altitude);
usr.sbin/nsd/simdzone/src/westmere/time.h
138
time = htobe32(time);
usr.sbin/snmpd/ax.c
1181
value = htobe32(value);
usr.sbin/snmpd/usm.c
650
ivv = htobe32(msg->sm_engine_boots);
usr.sbin/snmpd/usm.c
652
ivv = htobe32(msg->sm_engine_time);
usr.sbin/vmd/fw_cfg.c
350
f->file.size = htobe32(len);
usr.sbin/vmd/fw_cfg.c
389
*data = htobe32(count);
usr.sbin/vmd/vioqcow2.c
693
hdr.version = htobe32(3);
usr.sbin/vmd/vioqcow2.c
695
hdr.backingsz = htobe32(base_len);
usr.sbin/vmd/vioqcow2.c
696
hdr.clustershift = htobe32(16);
usr.sbin/vmd/vioqcow2.c
698
hdr.cryptmethod = htobe32(0);
usr.sbin/vmd/vioqcow2.c
699
hdr.l1sz = htobe32(l1sz);
usr.sbin/vmd/vioqcow2.c
702
hdr.refsz = htobe32(refsz);
usr.sbin/vmd/vioqcow2.c
703
hdr.snapcount = htobe32(0);
usr.sbin/vmd/vioqcow2.c
708
hdr.reforder = htobe32(4);
usr.sbin/vmd/vioqcow2.c
709
hdr.headersz = htobe32(sizeof(hdr));