Searched refs:be64toh (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.2-release/tools/tools/ath/athalq/
H A Dtdma.c47 (unsigned long long) be64toh(a->hdr.threadid),
48 (unsigned long long) be64toh(t.rx_tsf),
49 (unsigned long long) be64toh(t.beacon_tsf),
50 be64toh(t.beacon_tsf) - last_beacon_tx);
52 last_beacon_tx = be64toh(t.beacon_tsf);
73 (unsigned long long) be64toh(a->hdr.threadid),
74 (unsigned long long) be64toh(t.nexttbtt),
75 (unsigned long long) be64toh(t.next_slot),
91 (unsigned long long) be64toh(a->hdr.threadid),
92 (unsigned long long) be64toh(
[all...]
H A Dmain.c74 (unsigned long long) be64toh(a->hdr.threadid),
85 (unsigned long long) be64toh(a->hdr.threadid));
95 (unsigned long long) be64toh(a->hdr.threadid));
105 (unsigned long long) be64toh(a->hdr.threadid));
206 be64toh(a->hdr.threadid),
H A Dar5210_ds.c51 (unsigned long long) be64toh(a->hdr.threadid));
85 (unsigned long long) be64toh(a->hdr.threadid));
124 (unsigned long long) be64toh(a->hdr.threadid));
176 be64toh(a->hdr.threadid),
H A Dar5211_ds.c51 (unsigned long long) be64toh(a->hdr.threadid));
86 (unsigned long long) be64toh(a->hdr.threadid));
125 (unsigned long long) be64toh(a->hdr.threadid));
177 be64toh(a->hdr.threadid),
H A Dar5416_ds_tdma.c54 (unsigned long long) be64toh(a->hdr.threadid),
135 (unsigned long long) be64toh(a->hdr.threadid));
272 (unsigned long long) be64toh(a->hdr.threadid),
370 (unsigned long long) be64toh(a->hdr.threadid),
371 (unsigned long long) be64toh(t.rx_tsf),
372 (unsigned long long) be64toh(t.beacon_tsf),
373 be64toh(t.beacon_tsf) - last_beacon_tx);
375 last_beacon_tx = be64toh(t.beacon_tsf);
394 (unsigned long long) be64toh(a->hdr.threadid),
395 (unsigned long long) be64toh(
[all...]
H A Dar5212_ds.c51 (unsigned long long) be64toh(a->hdr.threadid),
92 (unsigned long long) be64toh(a->hdr.threadid));
157 (unsigned long long) be64toh(a->hdr.threadid),
223 be64toh(a->hdr.threadid),
H A Dar5416_ds.c51 (unsigned long long) be64toh(a->hdr.threadid),
133 (unsigned long long) be64toh(a->hdr.threadid));
264 (unsigned long long) be64toh(a->hdr.threadid),
366 be64toh(a->hdr.threadid),
H A Dar9300_ds.c52 (unsigned long long) be64toh(a->hdr.threadid));
136 (unsigned long long) be64toh(a->hdr.threadid));
319 (unsigned long long) be64toh(a->hdr.threadid));
340 be64toh(a->hdr.threadid),
/freebsd-10.2-release/tools/tools/netrate/tcpp/
H A Dtcpp_util.c47 thp->th_len = be64toh(thp->th_len);
/freebsd-10.2-release/lib/libkvm/
H A Dkvm_powerpc64.c126 be64toh(vm->eh->e_phoff);
137 vm->ph = (void *)((uintptr_t)vm->eh + be64toh(vm->eh->e_phoff));
161 while (nph && (va < be64toh(ph->p_vaddr) ||
162 va >= be64toh(ph->p_vaddr) + be64toh(ph->p_memsz))) {
170 *ofs = vm->dmphdrsz + be64toh(ph->p_offset) +
171 (va - be64toh(ph->p_vaddr));
172 return (be64toh(ph->p_memsz) - (va - be64toh(ph->p_vaddr)));
/freebsd-10.2-release/contrib/mdocml/
H A Dconfig.h41 # define betoh64(x) be64toh(x)
/freebsd-10.2-release/sbin/ggate/shared/
H A Dggate.h141 cinit->gc_flags = be64toh(cinit->gc_flags);
160 sinit->gs_mediasize = be64toh(sinit->gs_mediasize);
180 hdr->gh_offset = be64toh(hdr->gh_offset);
182 hdr->gh_seq = be64toh(hdr->gh_seq);
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-pfsync.c221 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(iack->id),
230 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(u->id),
243 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(ur->id),
252 printf("\n\tid: %016jx creatorid: %08x", (uintmax_t )be64toh(d->id),
292 ntohl(t->spi), (uintmax_t )be64toh(t->rpl),
293 (uintmax_t )be64toh(t->cur_bytes));
437 be64toh(packets[0]), be64toh(packets[1]),
438 be64toh(bytes[0]), be64toh(byte
[all...]
/freebsd-10.2-release/contrib/ofed/include/infiniband/
H A Dbyteorder.h47 #define be64_to_cpu be64toh
61 #define be64_to_cpup(x) be64toh(*((uint64_t *)x))
/freebsd-10.2-release/contrib/openbsm/compat/
H A Dendian.h135 #define be64toh(x) bswap64((x)) macro
149 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd-10.2-release/sys/ofed/include/asm/
H A Dbyteorder.h50 #define be64_to_cpu be64toh
64 #define be64_to_cpup(x) be64toh(*((uint64_t *)x))
/freebsd-10.2-release/lib/libutil/
H A Dquotafile.c312 dqb->dqb_bhardlimit = be64toh(dqb64.dqb_bhardlimit);
313 dqb->dqb_bsoftlimit = be64toh(dqb64.dqb_bsoftlimit);
314 dqb->dqb_curblocks = be64toh(dqb64.dqb_curblocks);
315 dqb->dqb_ihardlimit = be64toh(dqb64.dqb_ihardlimit);
316 dqb->dqb_isoftlimit = be64toh(dqb64.dqb_isoftlimit);
317 dqb->dqb_curinodes = be64toh(dqb64.dqb_curinodes);
318 dqb->dqb_btime = be64toh(dqb64.dqb_btime);
319 dqb->dqb_itime = be64toh(dqb64.dqb_itime);
/freebsd-10.2-release/sys/sys/
H A Dendian.h77 #define be64toh(x) bswap64((x)) macro
91 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd-10.2-release/games/fortune/unstr/
H A Dunstr.c120 fseeko(Inf, be64toh(pos), SEEK_SET);
/freebsd-10.2-release/sbin/pfctl/
H A Dpf_print_state.c320 (uintmax_t )be64toh(packets[0]),
321 (uintmax_t )be64toh(packets[1]),
322 (uintmax_t )be64toh(bytes[0]),
323 (uintmax_t )be64toh(bytes[1]));
341 (uintmax_t )be64toh(id), ntohl(s->creatorid));
/freebsd-10.2-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_dbg.c179 uint32_t size = (uint32_t)(be64toh(*data) & 0xff);
185 (unsigned long long) be64toh(*data));
198 (unsigned long long) be64toh(*data));
/freebsd-10.2-release/lib/libc/gen/
H A Dutxdb.c121 t = be64toh((fu)->fu_tv); \
/freebsd-10.2-release/sys/dev/cxgbe/
H A Dosdep.h104 #define be64_to_cpu(x) be64toh(x)
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_os.h135 #define qla_be64_to_host(x) be64toh(x)
/freebsd-10.2-release/sys/dev/qlxge/
H A Dqls_os.h136 #define qla_be64_to_host(x) be64toh(x)

Completed in 230 milliseconds

12