Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 15 of 15) sorted by relevance

/dragonfly/usr.bin/systat/
H A Dpftop.c197 (be64toh(*(uint64_t *)elm->state.field))
199 ((double)(be64toh(*(uint64_t *)elm->state.field) - \
200 be64toh(*(uint64_t *)elm->last_state.field)) / delta_time)
380 be64toh(*(uint64_t *)elm->state.bytes[0]), in showpftop()
381 be64toh(*(uint64_t *)elm->last_state.bytes[0]), in showpftop()
382 be64toh(*(uint64_t *)elm->state.bytes[1]), in showpftop()
383 be64toh(*(uint64_t *)elm->last_state.bytes[1]) in showpftop()
/dragonfly/usr.sbin/pfctl/
H A Dpf_print_state.c354 be64toh(packets[0]), in print_state()
355 be64toh(packets[1]), in print_state()
356 be64toh(bytes[0]), in print_state()
357 be64toh(bytes[1])); in print_state()
364 be64toh(id), ntohl(s->creatorid), s->cpuid); in print_state()
/dragonfly/sys/sys/
H A Dendian.h71 #define be64toh(x) __bswap64((x)) macro
85 #define be64toh(x) ((__uint64_t)(x)) macro
/dragonfly/usr.bin/unstr/
H A Dunstr.c116 fseeko(Inf, be64toh(pos), SEEK_SET); in order_unstr()
/dragonfly/contrib/smbfs/lib/smb/
H A Dmbuf.c426 *x = be64toh(v); in mb_get_int64be()
/dragonfly/games/fortune/fortune/
H A Dfortune.c997 Seekpts[0] = be64toh(Seekpts[0]); in get_fort()
998 Seekpts[1] = be64toh(Seekpts[1]); in get_fort()
/dragonfly/sys/dev/disk/nata/
H A Datapi-fd.c396 fdp->mediasize = be64toh(capacity_big.capacity)*fdp->sectorsize; in afd_sense()
/dragonfly/usr.bin/crunch/crunchide/
H A Dexec_elf64.c54 #define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))
/dragonfly/sys/kern/libmchain/
H A Dsubr_mchain.c448 *x = be64toh(v); in md_get_int64be()
/dragonfly/lib/libdmsg/
H A Dcrypto.c196 *c = htobe64(be64toh(*c)+1); in _gcm_iv_increment()
/dragonfly/sys/net/pf/
H A Dif_pfsync.c720 (uintmax_t)be64toh(st->id), in pfsync_input()
846 be64toh(st->id), in pfsync_input()
H A Dpf.c1104 (uintmax_t)be64toh(s->id), ntohl(s->creatorid)); in pf_state_insert()
/dragonfly/share/man/man9/
H A DMakefile358 byteorder.9 be64toh.9 \
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas.c1839 htole64(be64toh(plist->desc[i].slba));
/dragonfly/sys/bus/u4b/wlan/
H A Dif_run.c1155 if (bytes != be64toh(0xffffff0210280210ULL)) { in run_load_microcode()