Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Drequest_body.c32 apr_size_t total_bytes; member
47 char *buffer = apr_pcalloc(result_pool, body->total_bytes); in allocate_all()
51 apr_size_t remaining = body->total_bytes; in allocate_all()
95 b->total_bytes += *len; in request_body_stream_write()
97 else if (*len + b->total_bytes > b->in_memory_size) in request_body_stream_write()
103 if (b->total_bytes) in request_body_stream_write()
107 SVN_ERR(svn_io_file_write_full(b->file, all, b->total_bytes, in request_body_stream_write()
113 b->total_bytes += *len; in request_body_stream_write()
128 b->total_bytes += *len; in request_body_stream_write()
186 b->total_bytes, in request_body_delegate()
/freebsd-13.1/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c115 off_t total_bytes; in fetch_files() local
138 total_bytes = 0; in fetch_files()
141 total_bytes += ustat.size; in fetch_files()
147 if (total_bytes == 0) in fetch_files()
184 if (total_bytes > 0) { in fetch_files()
186 progress = (current_bytes*100)/total_bytes; in fetch_files()
/freebsd-13.1/contrib/ofed/librdmacm/examples/
H A Dcommon.c140 static long long total_bytes; in verify_buf() local
145 for (i = 0; i < size; i++, total_bytes++) { in verify_buf()
147 printf("data verification failed byte %lld\n", total_bytes); in verify_buf()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h280 uptr total_bytes = 0; in PrintStats() local
284 total_bytes += (*it).size; in PrintStats()
291 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()
297 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/freebsd-13.1/usr.bin/ctlstat/
H A Dctlstat.c238 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; in compute_stats() local
248 total_bytes += cur_stats->bytes[i]; in compute_stats()
254 total_bytes -= prev_stats->bytes[i]; in compute_stats()
262 *mbsec = total_bytes; in compute_stats()
268 *kb_per_transfer = total_bytes; in compute_stats()
/freebsd-13.1/usr.sbin/iostat/
H A Diostat.c794 u_int64_t total_bytes, total_transfers, total_blocks; in devstats() local
838 DSM_TOTAL_BYTES, &total_bytes, in devstats()
865 dev_select[dn].bytes = total_bytes; in devstats()
955 total_mb = total_bytes; in devstats()
/freebsd-13.1/usr.bin/nfsstat/
H A Dnfsstat.c571 uint64_t total_bytes = 0, total_operations = 0; in compute_new_stats() local
578 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats()
581 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats()
585 *mbsec = total_bytes; in compute_new_stats()
600 *kb_per_transfer = total_bytes; in compute_new_stats()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1770 size_t total_bytes = 0; in HandleDisplayOfEvent() local
1780 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent()
1783 total_bytes += len; in HandleDisplayOfEvent()
1787 total_bytes += sizeof(char); in HandleDisplayOfEvent()
1789 return total_bytes; in HandleDisplayOfEvent()
/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c55 long double etime, u_int64_t *total_bytes,
1179 long double etime, u_int64_t *total_bytes, in compute_stats() argument
1186 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP, in compute_stats()
1187 total_bytes, in compute_stats()
/freebsd-13.1/sys/mips/cavium/octe/
H A Dethernet-tx.c198 pko_command.s.total_bytes = m->m_pkthdr.len; in cvm_oct_xmit()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c187 pko_command.s.total_bytes = size; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
H A Dcvmx-pko.h208 uint64_t total_bytes :16; /**< Including L2, but no trailing CRC */ member
H A Dcvmx-helper.c1575 pko_command.s.total_bytes = 60; in cvmx_helper_shutdown_packet_io_global()
/freebsd-13.1/contrib/jemalloc/src/
H A Dstats.c576 muzzy_bytes, retained_bytes, total_bytes; in stats_arena_extents_print() local
590 total_bytes = dirty_bytes + muzzy_bytes + retained_bytes; in stats_arena_extents_print()
623 col_total.size_val = total_bytes; in stats_arena_extents_print()
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_hw.h732 uint64_t total_bytes; member
755 uint64_t total_bytes; member
H A Dql_hw.c485 CTLFLAG_RD, &ha->hw.rcv.total_bytes, in qlnx_add_hw_rcv_stats_sysctls()
615 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes, in qlnx_add_hw_xmt_stats_sysctls()
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c2971 int total_bytes = 0; in www_body() local
3302 total_bytes += i; in www_body()
3304 if (total_bytes > 3 * 1024) { in www_body()
3305 total_bytes = 0; in www_body()
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c244 uint32_t total_bytes; member
660 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dsocket.c721 int total_bytes = 0; in queue_receive_request() local