Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 18 of 18) sorted by last modified time

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1740 size_t total_bytes = 0; in HandleDisplayOfEvent() local
1750 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent()
1753 total_bytes += len; in HandleDisplayOfEvent()
1757 total_bytes += sizeof(char); in HandleDisplayOfEvent()
1759 return total_bytes; in HandleDisplayOfEvent()
/freebsd/crypto/openssl/apps/
H A Ds_server.c3047 int total_bytes = 0; in www_body() local
3440 total_bytes += i; in www_body()
3442 if (total_bytes > 3 * 1024) { in www_body()
3443 total_bytes = 0; in www_body()
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c563 uint64_t total_bytes = 0, total_operations = 0; in compute_new_stats() local
570 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats()
573 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats()
577 *mbsec = total_bytes; in compute_new_stats()
592 *kb_per_transfer = total_bytes; in compute_new_stats()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h275 uptr total_bytes = 0; in PrintStats() local
279 total_bytes += (*it).size; in PrintStats()
286 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()
292 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c123 off_t total_bytes; in fetch_files() local
152 total_bytes = 0; in fetch_files()
155 total_bytes += ustat.size; in fetch_files()
157 total_bytes = 0; in fetch_files()
179 total_bytes = 0; in fetch_files()
193 total_bytes = 0; in fetch_files()
206 if (total_bytes > 0) { in fetch_files()
207 progress = (current_bytes * 100) / total_bytes; in fetch_files()
239 total_bytes = 0; in fetch_files()
/freebsd/usr.bin/ctlstat/
H A Dctlstat.c252 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; in compute_stats() local
262 total_bytes += cur_stats->bytes[i]; in compute_stats()
268 total_bytes -= prev_stats->bytes[i]; in compute_stats()
276 *mbsec = total_bytes; in compute_stats()
282 *kb_per_transfer = total_bytes; in compute_stats()
/freebsd/lib/libdevstat/
H A Ddevstat.c52 long double etime, u_int64_t *total_bytes,
1177 long double etime, u_int64_t *total_bytes, in compute_stats() argument
1184 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP, in compute_stats()
1185 total_bytes, in compute_stats()
/freebsd/usr.sbin/iostat/
H A Diostat.c790 u_int64_t total_bytes, total_transfers, total_blocks; in devstats() local
834 DSM_TOTAL_BYTES, &total_bytes, in devstats()
861 dev_select[dn].bytes = total_bytes; in devstats()
952 total_mb = total_bytes; in devstats()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal_rx.c512 desc->total_bytes); in ath12k_hal_reo_status_queue_stats()
H A Dhal_desc.h2594 __le32 total_bytes; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c399 u16 chunk_len, total_bytes, num_segments; in ath11k_tm_cmd_wmi_ftm() local
427 total_bytes = buf_len; in ath11k_tm_cmd_wmi_ftm()
428 num_segments = total_bytes / MAX_WMI_UTF_LEN; in ath11k_tm_cmd_wmi_ftm()
448 ftm_cmd->seg_hdr.len = total_bytes; in ath11k_tm_cmd_wmi_ftm()
H A Dhal_desc.h2201 u32 total_bytes; member
H A Dhal_rx.c484 desc->total_bytes); in ath11k_hal_reo_status_queue_stats()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c483 CTLFLAG_RD, &ha->hw.rcv.total_bytes, in qlnx_add_hw_rcv_stats_sysctls()
613 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes, in qlnx_add_hw_xmt_stats_sysctls()
H A Dql_hw.h730 uint64_t total_bytes; member
753 uint64_t total_bytes; member
/freebsd/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/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/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()