HomeSort by: relevance | last modified time | path
    Searched refs:be64toh (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/external/bsd/common/include/asm/
byteorder.h 57 #define be64_to_cpu be64toh
  /src/sys/dev/ofw/
ofw_i2c_subr.c 73 addr = be64toh(reg64);
ofw_subr.c 252 val64 = be64toh(val64);
776 *val = be64toh(v);
  /src/games/fortune/unstr/
unstr.c 136 (void) fseek(Inf, be64toh(pos), SEEK_SET);
  /src/sys/dev/fdt/
fdt_boot.c 360 const paddr_t pa = be64toh(map[0]);
361 const vaddr_t va = be64toh(map[1]);
362 const size_t sz = be64toh(map[2]);
  /src/sys/ufs/ffs/
ffs_appleufs.c 112 n->ul_uuid = be64toh(o->ul_uuid);
  /src/sys/arch/hpc/stand/include/machine/
endian.h 196 #define be64toh(x) htobe64(x) macro
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/dev/ic/
gemvar.h 243 (((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
aic79xx_osm.h 172 #define ahd_be64toh(x) be64toh(x)
aic7xxx_osm.h 187 #define ahc_be64toh(x) be64toh(x)
  /src/sys/opencrypto/
gmac.c 139 ctx->ghash.H[i] = be64toh(ctx->ghash.H[i]);
  /src/sys/fs/hfs/
hfs_subr.c 401 return be64toh(result);
  /src/sys/sys/
endian.h 178 #define be64toh(x) htobe64(x) macro
185 #define BE64TOH(x) HTOBE64(x)
  /src/usr.bin/vndcompress/
offtab.c 351 return be64toh(offtab->ot_window[blkno - offtab->ot_window_start]);
  /src/sys/dev/
vnd.c 1380 be64toh(vnd->sc_comp_offsets[i]);
1382 be64toh(vnd->sc_comp_offsets[i + 1])
1388 be64toh(vnd->sc_comp_offsets[vnd->sc_comp_numoffs
  /src/tools/compat/
configure.ac 280 be16toh, be32toh, be64toh, le16toh, le32toh, le64toh],,,
compat_defs.h 1159 #define be64toh(x) htobe64(x) macro
  /src/sys/dist/pf/net/
if_pfsync.c 585 be64toh(st->id),
711 be64toh(st->id),
pf.c 903 be64toh(s->id), ntohl(s->creatorid));
  /src/sys/external/bsd/libnv/dist/
nvlist.c 1096 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size);
1097 nvlhdrp->nvlh_descriptors = be64toh(nvlhdrp->nvlh_descriptors);
nvpair.c 690 nvphdr.nvph_datasize = be64toh(nvphdr.nvph_datasize);
  /src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c 121 #define CHIP_SWAP64(x) be64toh(x)
  /src/share/man/man9/
Makefile 246 byteorder.9 be16toh.9 byteorder.9 be32toh.9 byteorder.9 be64toh.9 \
  /src/sys/dev/usb/
if_athn_usb.c 2185 tap->wr_tsft = htole64(be64toh(rs->rs_tstamp));

Completed in 56 milliseconds