Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Ddbm_map.c82 if (be32toh(*magic) != MANDOCDB_MAGIC) { in dbm_map()
86 fname, be32toh(*magic), MANDOCDB_MAGIC); in dbm_map()
95 if (be32toh(*magic) != MANDOCDB_VERSION) { in dbm_map()
97 fname, be32toh(*magic), MANDOCDB_VERSION); in dbm_map()
101 max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t); in dbm_map()
112 if (be32toh(*magic) != MANDOCDB_MAGIC) { in dbm_map()
114 fname, be32toh(*magic), MANDOCDB_MAGIC); in dbm_map()
145 offset = be32toh(offset); in dbm_get()
H A Ddbm.c94 if ((npages = be32toh(*dbm_getint(4))) < 0) { in dbm_open()
105 if (be32toh(*mp) != MACRO_MAX) { in dbm_open()
107 fname, be32toh(*mp)); in dbm_open()
116 nvals[im] = be32toh(*ep); in dbm_open()
H A Ddba.c378 be32toh(*ip) / 5 / sizeof(*ip) - 1)); in dba_macro_new()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S118 / uint32_t be32toh(uint32_t in)
123 ENTRY(be32toh) function
127 SET_SIZE(be32toh)
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S156 ENTRY(be32toh) function
160 SET_SIZE(be32toh)
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(x)) macro
/illumos-gate/usr/src/head/
H A Dendian.h62 extern uint32_t be32toh(uint32_t);
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c145 be32toh(uint32_t in) in be32toh() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c145 be32toh(uint32_t in) in be32toh() function
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dendian.c102 test32 = be32toh(val32); in endian_frombig()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_wdc.c167 len = be32toh(header->e6_size_be); in do_wdc_e6dump()
/illumos-gate/usr/src/cmd/bhyve/
H A Dqemu_fwcfg.c333 const uint32_t count = be32toh(fwcfg_sc.directory->be_count) + 1; in qemu_fwcfg_add_file()
H A Dgdb.c1203 val = be32toh(parse_integer(data, 8)); in gdb_write_mem()
/illumos-gate/usr/src/boot/common/
H A Dpart.c611 entry->part.start = be32toh(dl->map[i].cyl) * heads * sectors; in ptable_vtoc8read()
612 entry->part.end = be32toh(dl->map[i].nblks) + in ptable_vtoc8read()
H A Dgfx_fb.c1950 mp[i].font_src = be32toh(mp[i].font_src); in load_mapping()
2072 fp->vf_map_count[i] = be32toh(fh.fh_map_count[i]); in load_font()
2074 glyphs = be32toh(fh.fh_glyph_count); in load_font()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c748 be32toh(*(uint32_t *)(stream + 4)) != NV_VERSION || in nvlist_import()
749 be32toh(*(uint32_t *)(stream + 8)) != NV_UNIQUE_NAME) in nvlist_import()
/illumos-gate/usr/src/man/man3c/
H A DMakefile722 be32toh.3c \
1738 be32toh.3c := LINKSRC = endian.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers262 be32toh;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc203 link path=usr/share/man/man3c/be32toh.3c target=endian.3c