Symbol: be64toh
games/fortune/fortune/fortune.c
997
Seekpts[0] = be64toh(Seekpts[0]);
games/fortune/fortune/fortune.c
998
Seekpts[1] = be64toh(Seekpts[1]);
lib/libdmsg/crypto.c
196
*c = htobe64(be64toh(*c)+1);
sys/bus/u4b/wlan/if_run.c
1155
if (bytes != be64toh(0xffffff0210280210ULL)) {
sys/dev/disk/nata/atapi-fd.c
396
fdp->mediasize = be64toh(capacity_big.capacity)*fdp->sectorsize;
sys/dev/raid/mpr/mpr_sas.c
1839
htole64(be64toh(plist->desc[i].slba));
sys/kern/libmchain/subr_mchain.c
448
*x = be64toh(v);
sys/net/pf/if_pfsync.c
720
(uintmax_t)be64toh(st->id),
sys/net/pf/if_pfsync.c
846
be64toh(st->id),
sys/net/pf/pf.c
1104
(uintmax_t)be64toh(s->id), ntohl(s->creatorid));
usr.bin/crunch/crunchide/exec_elf64.c
54
#define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))
usr.bin/systat/pftop.c
197
(be64toh(*(uint64_t *)elm->state.field))
usr.bin/systat/pftop.c
199
((double)(be64toh(*(uint64_t *)elm->state.field) - \
usr.bin/systat/pftop.c
200
be64toh(*(uint64_t *)elm->last_state.field)) / delta_time)
usr.bin/systat/pftop.c
380
be64toh(*(uint64_t *)elm->state.bytes[0]),
usr.bin/systat/pftop.c
381
be64toh(*(uint64_t *)elm->last_state.bytes[0]),
usr.bin/systat/pftop.c
382
be64toh(*(uint64_t *)elm->state.bytes[1]),
usr.bin/systat/pftop.c
383
be64toh(*(uint64_t *)elm->last_state.bytes[1])
usr.bin/unstr/unstr.c
116
fseeko(Inf, be64toh(pos), SEEK_SET);
usr.sbin/pfctl/pf_print_state.c
354
be64toh(packets[0]),
usr.sbin/pfctl/pf_print_state.c
355
be64toh(packets[1]),
usr.sbin/pfctl/pf_print_state.c
356
be64toh(bytes[0]),
usr.sbin/pfctl/pf_print_state.c
357
be64toh(bytes[1]));
usr.sbin/pfctl/pf_print_state.c
364
be64toh(id), ntohl(s->creatorid), s->cpuid);