Home
last modified time | relevance | path

Searched refs:be64enc (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/usr.bin/mkimg/
H A Dvhd.c205 be64enc(&footer->cookie, VHD_FOOTER_COOKIE); in vhd_make_footer()
208 be64enc(&footer->data_offset, data_offset); in vhd_make_footer()
213 be64enc(&footer->original_size, image_size); in vhd_make_footer()
214 be64enc(&footer->current_size, image_size); in vhd_make_footer()
293 be64enc(&header.cookie, VHD_HEADER_COOKIE); in vhd_dyn_write()
294 be64enc(&header.data_offset, ~0ULL); in vhd_dyn_write()
295 be64enc(&header.table_offset, sizeof(footer) + sizeof(header)); in vhd_dyn_write()
H A Dqcow.c180 be64enc(&hdr->disk_size, imagesz); in qcow_write()
187 be64enc(&hdr->u.v1.l1_offset, clstrsz * l1clno); in qcow_write()
195 be64enc(&hdr->u.v2.l1_offset, clstrsz * l1clno); in qcow_write()
196 be64enc(&hdr->u.v2.refcnt_offset, clstrsz * rcclno); in qcow_write()
227 be64enc(l1tbl + l1idx, ofs + ofsflags); in qcow_write()
252 be64enc(rctbl + n, ofs); in qcow_write()
280 be64enc(l2tbl + l2idx, ofs + ofsflags); in qcow_write()
H A Dendian.h61 be64enc(void *pp, uint64_t u) in be64enc() function
/freebsd/sys/opencrypto/
H A Dgfmult.h36 #define be64enc(buf, x) (*(uint64_t *)buf = __builtin_bswap64(x)) macro
102 be64enc(buf, v.v[0]); in gf128_write()
105 be64enc(buf, v.v[1]); in gf128_write()
/freebsd/lib/libkldelf/
H A Def_powerpc.c74 be64enc(where, addr); in ef_ppc_reloc()
87 be64enc(where, addr); in ef_ppc_reloc()
H A Def_mips.c98 be64enc(where, addr); in ef_mips_reloc()
/freebsd/contrib/openbsm/sys/bsm/
H A Daudit_internal.h103 be64enc((loc), (val)); \
/freebsd/sys/bsm/
H A Daudit_internal.h105 be64enc((loc), (val)); \
/freebsd/contrib/openbsm/compat/
H A Dendian_enc.h112 be64enc(void *pp, uint64_t u) in be64enc() function
/freebsd/sys/sys/
H A Dendian.h141 be64enc(void *pp, uint64_t u) in be64enc() function
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dendian.h145 be64enc(void *pp, uint64_t u) in be64enc() function
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h157 be64enc(void *pp, uint64_t u) in be64enc() function
/freebsd/sys/crypto/sha2/
H A Dsha256c.c250 be64enc(&ctx->buf[56], ctx->count); in SHA256_Pad()
H A Dsha512c.c71 be64enc(dst + i * 8, src[i]); in be64enc_vect()
/freebsd/lib/libthread_db/
H A Dthread_db.c390 be64enc(buf, (uint64_t)val); in thr_pwrite()
/freebsd/sys/crypto/ccp/
H A Dccp_hardware.c1891 be64enc(s->gmac.final_block, (uint64_t)crp->crp_aad_length * 8); in ccp_gcm()
1892 be64enc(&s->gmac.final_block[8], (uint64_t)crp->crp_payload_length * 8); in ccp_gcm()
/freebsd/sys/netipsec/
H A Dxform_esp.c901 be64enc(&ivp[4], cntr); in esp_output()
/freebsd/sys/dev/mpt/
H A Dmpt_cam.c2111 be64enc(mpt_req->LUN, CAM_EXTLUN_BYTE_SWIZZLE(ccb->ccb_h.target_lun)); in mpt_start()
3917 be64enc(tmf_req->LUN, CAM_EXTLUN_BYTE_SWIZZLE(lun)); in mpt_scsi_send_tmf()
4385 be64enc(ta->LUN, CAM_EXTLUN_BYTE_SWIZZLE(csio->ccb_h.target_lun)); in mpt_target_start_io()
4490 be64enc(ta->LUN, CAM_EXTLUN_BYTE_SWIZZLE(lun)); in mpt_scsi_tgt_local()
/freebsd/sys/dev/ocs_fc/
H A Docs_scsi.c2561 be64enc(cmnd->fcp_lun, CAM_EXTLUN_BYTE_SWIZZLE(lun)); in ocs_scsi_send_io()
/freebsd/sys/kern/
H A Duipc_ktls.c2183 be64enc(tlshdr + 1, *noncep); in ktls_frame()
/freebsd/share/man/man9/
H A DMakefile803 byteorder.9 be64enc.9 \
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c644 be64enc(nd->eui64, nvstore->eui64); in pci_nvme_init_nsdata()
/freebsd/tests/sys/kern/
H A Dktls_test.c601 be64enc(en->rec_seq, seqno); in build_tls_enable()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c3346 be64enc(be, umv); in sysctl_handle_register()
/freebsd/sys/geom/raid/
H A Dmd_ddf.c166 be64enc((f), (v)); \

12