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

  /src/sys/external/bsd/common/include/asm/
byteorder.h 50 #define cpu_to_be64 htobe64
  /src/sbin/efi/
devpath3.c 460 htobe64(p->addr), htobe64(p->LUN));
466 htobe64(p->addr), htobe64(p->LUN));
470 ",SAS)", htobe64(p->addr));
478 htobe64(p->addr), htobe64(p->LUN), p->RTP,
502 p->addr, htobe64(p->addr),
503 p->LUN, htobe64(p->LUN),
1122 htobe64(p->LUN), hdrdgst, datdgst, auth, proto)
    [all...]
  /src/sys/arch/hpc/stand/include/machine/
endian.h 164 #define htobe64(x) (x) macro
171 #define HTOBE64(x) (void) (x)
180 #define htobe64(x) bswap64((uint64_t)(x))
187 #define HTOBE64(x) (x) = bswap64((uint64_t)(x))
196 #define be64toh(x) htobe64(x)
203 #define BE64TOH(x) HTOBE64(x)
  /src/sys/sys/
endian.h 146 #define htobe64(x) __CAST(uint64_t, (x)) macro
153 #define HTOBE64(x) __CAST(void, (x))
162 #define htobe64(x) bswap64(__CAST(uint64_t, (x)))
169 #define HTOBE64(x) (x) = bswap64(__CAST(uint64_t, (x)))
178 #define be64toh(x) htobe64(x)
185 #define BE64TOH(x) HTOBE64(x)
  /src/sys/ufs/ffs/
ffs_appleufs.c 148 appleufs->ul_uuid = htobe64(uuid);
  /src/usr.bin/vndcompress/
offtab.c 411 offtab->ot_window[0] = htobe64((uint64_t)first_offset);
533 offtab->ot_window[blkno - offtab->ot_window_start] = htobe64(offset);
  /src/sys/dev/ic/
gemvar.h 245 (((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
aic79xx_osm.h 165 #define ahd_htobe64(x) htobe64(x)
aic7xxx_osm.h 180 #define ahc_htobe64(x) htobe64(x)
  /src/sys/netinet/
in_l2tp.c 178 cookie_64 = htobe64(var->lv_peer_cookie);
  /src/sys/netinet6/
in6_l2tp.c 178 cookie_64 = htobe64(var->lv_peer_cookie);
  /src/common/lib/libc/hash/sha2/
sha2.c 524 context->bitcount = htobe64(context->bitcount);
861 context->bitcount[0] = htobe64(context->bitcount[0]);
862 context->bitcount[1] = htobe64(context->bitcount[1]);
  /src/tools/compat/
compat_defs.h 1121 #define htobe64(x) (x) macro
1140 #define htobe64(x) bswap64((u_int64_t)(x)) macro
1159 #define be64toh(x) htobe64(x)
configure.ac 279 AC_CHECK_DECLS([htobe16, htobe32, htobe64, htole16, htole32, htole64,
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 1206 req->mask = htobe64(V_TCB_L2T_IX(M_TCB_L2T_IX));
1207 req->val = htobe64(V_TCB_L2T_IX(e->idx));
cxgb_sge.c 1013 sgp->addr[idx] = htobe64(segs[i].ds_addr);
1057 d->flit[TX_DESC_FLITS - 1] = htobe64(gen);
  /src/sys/dev/marvell/
mvcesa.c 507 bits = htobe64(bits);
  /src/sys/dev/pci/
if_mcx.c 3552 *pas = htobe64(MCX_DMA_DVA(buf) + (i * MCX_PAGE_SIZE));
4409 mbin->cmd_event_bitmask = htobe64(events);
4708 mbin->cmd_cq_ctx.cq_doorbell = htobe64(
4858 mbin->rq_wq.wq_doorbell = htobe64(MCX_DMA_DVA(&sc->sc_doorbell_mem) +
5219 mbin->sq_wq.wq_doorbell = htobe64(MCX_DMA_DVA(&sc->sc_doorbell_mem) +
7043 bus_space_write_8(sc->sc_memt, sc->sc_memh, offset, htobe64(uval));
7918 sqs[seg].sqs_addr = htobe64(map->dm_segs[i].ds_addr);
  /src/share/man/man9/
Makefile 247 byteorder.9 htobe16.9 byteorder.9 htobe32.9 byteorder.9 htobe64.9 \
  /src/sys/dev/pci/qat/
qat.c 1313 *(dst0 + i) = htobe64(*(src0 + i));
  /src/sys/dist/pf/net/
pf.c 895 s->id = htobe64(pf_status.stateid++);

Completed in 36 milliseconds