Home
last modified time | relevance | path

Searched defs:byteorder (Results 1 – 16 of 16) sorted by relevance

/freebsd-src/usr.bin/cap_mkdb/
H A Dcap_mkdb.c70 int byteorder, c; in main() local
/freebsd-src/lib/libc/db/btree/
H A Dbt_open.c408 byteorder(void) in byteorder() function
/freebsd-src/usr.bin/localedef/
H A Dlocaledef.c58 static int byteorder = 0; variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp352 ByteOrder byteorder = data.GetByteOrder(); Parse() local
/freebsd-src/lib/libthread_db/
H A Dthread_db.c278 u_int size, u_int byteorder) in thr_pread()
369 u_int size, u_int byteorder) in thr_pwrite()
/freebsd-src/usr.sbin/services_mkdb/
H A Dservices_mkdb.c89 int byteorder = 0; in main() local
/freebsd-src/contrib/ntp/util/
H A DMakefile.am7 EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize lsf-times \ program
/freebsd-src/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c387 } byteorder; in _nc_fmt_funcptr() local
/freebsd-src/stand/libsa/
H A Dsmbios.c238 int byteorder, i, ones, zeros; in smbios_setuuid() local
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c736 int byteorder; in write_ctf() local
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dmkey.c149 int byteorder, hdb_master_key *mkey) in read_master_mit()
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c1736 boolean_t byteorder; dbuf_fix_old_data() local
2792 dmu_buf_set_crypt_params(dmu_buf_t * db_fake,boolean_t byteorder,const uint8_t * salt,const uint8_t * iv,const uint8_t * mac,dmu_tx_t * tx) dmu_buf_set_crypt_params() argument
2876 dmu_buf_write_embedded(dmu_buf_t * dbuf,void * data,bp_embedded_type_t etype,enum zio_compress comp,int uncompressed_size,int compressed_size,int byteorder,dmu_tx_t * tx) dmu_buf_write_embedded() argument
3692 boolean_t byteorder; dbuf_hold_copy() local
4626 boolean_t byteorder; dbuf_sync_leaf() local
[all...]
H A Ddmu_recv.c2550 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ receive_spill() local
2614 boolean_t byteorder = ZFS_HOST_BYTEORDER ^ rwa->byteswap ^ receive_object_range() local
H A Darc.c1317 arc_get_raw_params(arc_buf_t * buf,boolean_t * byteorder,uint8_t * salt,uint8_t * iv,uint8_t * mac) arc_get_raw_params() argument
2855 arc_loan_raw_buf(spa_t * spa,uint64_t dsobj,boolean_t byteorder,const uint8_t * salt,const uint8_t * iv,const uint8_t * mac,dmu_object_type_t ot,uint64_t psize,uint64_t lsize,enum zio_compress compression_type,uint8_t complevel) arc_loan_raw_buf() argument
3397 arc_convert_to_raw(arc_buf_t * buf,uint64_t dsobj,boolean_t byteorder,dmu_object_type_t ot,const uint8_t * salt,const uint8_t * iv,const uint8_t * mac) arc_convert_to_raw() argument
3476 arc_alloc_raw_buf(spa_t * spa,const void * tag,uint64_t dsobj,boolean_t byteorder,const uint8_t * salt,const uint8_t * iv,const uint8_t * mac,dmu_object_type_t ot,uint64_t psize,uint64_t lsize,enum zio_compress compression_type,uint8_t complevel) arc_alloc_raw_buf() argument
H A Ddmu.c1222 dmu_write_embedded(objset_t * os,uint64_t object,uint64_t offset,void * data,uint8_t etype,uint8_t comp,int uncompressed_size,int compressed_size,int byteorder,dmu_tx_t * tx) dmu_write_embedded() argument
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dstore.c104 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) in krb5_storage_set_byteorder()