Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/dflybsd-src/sys/bus/pci/x86_64/
H A Dpci_cfgreg.c129 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
143 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
167 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
183 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
212 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
238 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
317 unsigned bytes) in pciereg_cfgread()
344 unsigned bytes) in pciereg_cfgwrite()
/dflybsd-src/sys/kern/
H A Dkern_iosched.c66 badjiosched(thread_t td, size_t bytes) in badjiosched()
113 size_t bytes; in biosched_done() local
127 bwillwrite(int bytes) in bwillwrite()
147 bwillread(int bytes) in bwillread()
H A Dvfs_journal.c172 size_t bytes; in journal_wthread() local
310 size_t bytes; in journal_rthread() local
499 int16_t streamid, int bytes) in journal_reserve()
612 int truncbytes, int bytes, int *newstreamrecp) in journal_extend()
714 int bytes, int closeout) in journal_commit()
949 jrecord_leaf(struct jrecord *jrec, int16_t rectype, void *ptr, int bytes) in jrecord_leaf()
979 int bytes = xio->xio_npages * PAGE_SIZE; in jrecord_leaf_xio() local
996 jrecord_write(struct jrecord *jrec, int16_t rectype, int bytes) in jrecord_write()
1072 jrecord_data(struct jrecord *jrec, void *buf, int bytes, int dtype) in jrecord_data()
1461 off_t off, off_t bytes) in jrecord_file_data()
H A Dkern_xio.c199 size_t bytes; in xio_uio_copy() local
225 xio_copy_xtou(xio_t xio, int uoffset, void *uptr, int bytes) in xio_copy_xtou()
274 xio_copy_xtok(xio_t xio, int uoffset, void *kptr, int bytes) in xio_copy_xtok()
321 xio_copy_utox(xio_t xio, int uoffset, const void *uptr, int bytes) in xio_copy_utox()
370 xio_copy_ktox(xio_t xio, int uoffset, const void *kptr, int bytes) in xio_copy_ktox()
/dflybsd-src/test/sysperf/
H A Dmemzero.c23 int bytes; in main() local
78 test_using(const char *ctl, char *buf, int bytes, void (*zerof)(void *d, size_t bytes)) in test_using()
H A Dmemcpy.c25 int bytes; in main() local
79 test_using(const char *ctl, char *buf, int bytes, void (*copyf)(const void *s1, void *d, size_t byt… in test_using()
/dflybsd-src/crypto/libressl/crypto/cms/
H A Dcms_att.c105 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ()
114 const void *bytes, int len) in CMS_signed_add1_attr_by_NID()
123 const void *bytes, int len) in CMS_signed_add1_attr_by_txt()
178 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ()
187 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID()
196 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
/dflybsd-src/sys/vfs/hammer/
H A Dhammer_crc.h196 hammer_crc_get_fifo_head(uint32_t vol_version, hammer_fifo_head_t head, int bytes) in hammer_crc_get_fifo_head()
203 hammer_crc_set_fifo_head(uint32_t vol_version, hammer_fifo_head_t head, int bytes) in hammer_crc_set_fifo_head()
209 hammer_crc_test_fifo_head(uint32_t vol_version, hammer_fifo_head_t head, int bytes) in hammer_crc_test_fifo_head()
309 hammer_crc_get_mrec_head(struct hammer_ioc_mrecord_head *head, int bytes) in hammer_crc_get_mrec_head()
315 hammer_crc_set_mrec_head(struct hammer_ioc_mrecord_head *head, int bytes) in hammer_crc_set_mrec_head()
321 hammer_crc_test_mrec_head(struct hammer_ioc_mrecord_head *head, int bytes) in hammer_crc_test_mrec_head()
H A Dhammer_undo.c105 int bytes; in hammer_generate_undo() local
310 int bytes = HAMMER_UNDO_ALIGN; in hammer_format_undo() local
352 int bytes; in hammer_upgrade_undo_4() local
433 hammer_enter_undo_history(hammer_mount_t hmp, hammer_off_t offset, int bytes) in hammer_enter_undo_history()
483 int64_t bytes; in hammer_undo_used() local
H A Dhammer_blockmap.c70 hammer_blockmap_alloc(hammer_transaction_t trans, int zone, int bytes, in hammer_blockmap_alloc()
407 hammer_blockmap_reserve(hammer_mount_t hmp, int zone, int bytes, in hammer_blockmap_reserve()
768 hammer_off_t zone_offset, int bytes) in hammer_blockmap_free()
903 hammer_off_t zone_offset, int bytes) in hammer_blockmap_dedup()
1012 hammer_off_t zone_offset, int bytes) in hammer_blockmap_finalize()
1154 int32_t bytes; in hammer_blockmap_getfree() local
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509name.c195 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ()
210 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID()
225 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt()
298 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt()
316 const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID()
333 int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ()
372 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
/dflybsd-src/stand/lib/
H A Dzalloc.c80 znalloc(MemPool *mp, uintptr_t bytes) in znalloc()
139 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree()
248 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool()
H A Dzalloc_malloc.c54 malloc(size_t bytes) in malloc()
90 size_t bytes; in free() local
122 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in calloc() local
/dflybsd-src/sbin/fsck_hammer2/
H A Ddestroy.c115 size_t bytes, io_bytes, boff; in read_media() local
166 size_t bytes, io_bytes, boff; in write_media() local
228 size_t bytes; in modify_blockref() local
306 size_t bytes; in modify_dirent_embedded() local
356 size_t bytes; in modify_dirent() local
H A Dreconstruct.c232 size_t bytes, io_bytes, boff; in read_media() local
283 size_t bytes, io_bytes, boff; in write_media() local
345 size_t bytes; in modify_blockref() local
408 size_t bytes; in modify_check() local
/dflybsd-src/sbin/jscan/
H A Dsubs.c278 buf_to_int64(const void *buf, int bytes) in buf_to_int64()
302 dupdatastr(const void *buf, int bytes) in dupdatastr()
317 dupdatapath(const void *buf, int bytes) in dupdatapath()
H A Djstream.c369 jsread(struct jstream *js, off_t off, void *buf, int bytes) in jsread()
396 int bytes) in jsreadp()
424 int fd, off_t off, int bytes) in jsreadcallback()
/dflybsd-src/contrib/gdb-7/readline/
H A Dxmalloc.c56 xmalloc (bytes) in xmalloc() argument
68 xrealloc (pointer, bytes) in xrealloc() argument
/dflybsd-src/crypto/libressl/crypto/evp/
H A Devp_pkey.c185 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_OBJ()
194 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_NID()
203 const unsigned char *bytes, int len) in EVP_PKEY_add1_attr_by_txt()
/dflybsd-src/lib/libutil/
H A Dhumanize_unsigned.c50 humanize_unsigned(char *buf, size_t len, uint64_t bytes, const char *suffix, in humanize_unsigned()
95 format_bytes(char *buf, size_t len, uint64_t bytes) in format_bytes()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-object-size.c177 tree pt_var, pt_var_size = NULL_TREE, var_size, bytes; in addr_object_size() local
411 tree callee, bytes = NULL_TREE; in alloc_object_size() local
669 unsigned HOST_WIDE_INT bytes; in expr_object_size() local
707 unsigned HOST_WIDE_INT bytes; in call_object_size() local
737 unsigned HOST_WIDE_INT bytes; in unknown_object_size() local
814 unsigned HOST_WIDE_INT bytes; in plus_stmt_object_size() local
1322 unsigned HOST_WIDE_INT bytes; in execute() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-object-size.c164 tree pt_var, pt_var_size = NULL_TREE, var_size, bytes; in addr_object_size() local
388 tree callee, bytes = NULL_TREE; in alloc_object_size() local
626 unsigned HOST_WIDE_INT bytes; in expr_object_size() local
664 unsigned HOST_WIDE_INT bytes; in call_object_size() local
694 unsigned HOST_WIDE_INT bytes; in unknown_object_size() local
771 unsigned HOST_WIDE_INT bytes; in plus_stmt_object_size() local
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h238 ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) { in ZSTD_cwksp_reserve_internal()
281 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_buffer()
288 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_aligned()
298 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_table()
329 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_object()
/dflybsd-src/sys/vfs/hammer2/
H A Dhammer2_subr.c238 hammer2_getradix(size_t bytes) in hammer2_getradix()
317 hammer2_adjreadcounter(int btype, size_t bytes) in hammer2_adjreadcounter()
348 hammer2_adjwritecounter(int btype, size_t bytes) in hammer2_adjwritecounter()
/dflybsd-src/sys/dev/smbus/atmel_mxt/
H A Dtest_atmel.c54 mxt_read_reg(int fd, uint16_t reg, void *rbuf, int bytes) in mxt_read_reg()
80 mxt_write_reg_buf(int fd, uint16_t reg, void *xbuf, int bytes) in mxt_write_reg_buf()
117 int bytes = obj->size_minus_one + 1; in mxt_read_object() local

12345678910>>...17