Symbol: be32toh
usr/src/boot/common/gfx_fb.c
1958
mp[i].font_src = be32toh(mp[i].font_src);
usr/src/boot/common/gfx_fb.c
2080
fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]);
usr/src/boot/common/gfx_fb.c
2082
glyphs = be32toh(fh.fh_glyph_count);
usr/src/boot/common/part.c
611
entry->part.start = be32toh(dl->map[i].cyl) * heads * sectors;
usr/src/boot/common/part.c
612
entry->part.end = be32toh(dl->map[i].nblks) +
usr/src/boot/libsa/zfs/nvlist.c
748
be32toh(*(uint32_t *)(stream + 4)) != NV_VERSION ||
usr/src/boot/libsa/zfs/nvlist.c
749
be32toh(*(uint32_t *)(stream + 8)) != NV_UNIQUE_NAME)
usr/src/cmd/bhyve/common/gdb.c
1224
val = be32toh(parse_integer(data, 8));
usr/src/cmd/bhyve/common/qemu_fwcfg.c
333
const uint32_t count = be32toh(fwcfg_sc.directory->be_count) + 1;
usr/src/cmd/bhyve/common/tpm_intf_crb.c
258
if (be32toh(req->len) < sizeof (struct tpm_cmd_hdr) ||
usr/src/cmd/bhyve/common/tpm_intf_crb.c
259
be32toh(req->len) > cmd_size) {
usr/src/cmd/bhyve/common/tpm_intf_crb.c
285
be32toh(req->len), &rsp[rsp_off], rsp_size);
usr/src/cmd/mandoc/dba.c
378
be32toh(*ip) / 5 / sizeof(*ip) - 1));
usr/src/cmd/mandoc/dbm.c
105
if (be32toh(*mp) != MACRO_MAX) {
usr/src/cmd/mandoc/dbm.c
107
fname, be32toh(*mp));
usr/src/cmd/mandoc/dbm.c
116
nvals[im] = be32toh(*ep);
usr/src/cmd/mandoc/dbm.c
94
if ((npages = be32toh(*dbm_getint(4))) < 0) {
usr/src/cmd/mandoc/dbm_map.c
101
max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t);
usr/src/cmd/mandoc/dbm_map.c
112
if (be32toh(*magic) != MANDOCDB_MAGIC) {
usr/src/cmd/mandoc/dbm_map.c
114
fname, be32toh(*magic), MANDOCDB_MAGIC);
usr/src/cmd/mandoc/dbm_map.c
145
offset = be32toh(offset);
usr/src/cmd/mandoc/dbm_map.c
82
if (be32toh(*magic) != MANDOCDB_MAGIC) {
usr/src/cmd/mandoc/dbm_map.c
86
fname, be32toh(*magic), MANDOCDB_MAGIC);
usr/src/cmd/mandoc/dbm_map.c
95
if (be32toh(*magic) != MANDOCDB_VERSION) {
usr/src/cmd/mandoc/dbm_map.c
97
fname, be32toh(*magic), MANDOCDB_VERSION);
usr/src/cmd/nvmeadm/nvmeadm_wdc.c
168
len = be32toh(header->e6_size_be);
usr/src/head/endian.h
62
extern uint32_t be32toh(uint32_t);
usr/src/test/libc-tests/tests/endian.c
102
test32 = be32toh(val32);