Home
last modified time | relevance | path

Searched refs:buf_total (Results 1 – 6 of 6) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Drtld_printf.c57 size_t buf_total; member
65 if (info->remain == info->buf_total) in printf_out()
67 write(info->fd, info->buf, info->buf_total - info->remain); in printf_out()
69 info->remain = info->buf_total; in printf_out()
452 info.buf_total = info.remain = bufsize; in rtld_vsnprintf()
469 info.buf_total = info.remain = sizeof(buf); in rtld_vfdprintf()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3.c31 size_t buf_cur, buf_total; member
492 if (s->buf_cur == s->buf_total) { in h3_conn_pump_stream()
531 s->buf_total = num_bytes; in h3_conn_pump_stream()
534 if (s->buf_cur == s->buf_total) in h3_conn_pump_stream()
544 s->buf_total - s->buf_cur, /*fin=*/0); in h3_conn_pump_stream()
560 assert(consumed <= s->buf_total - s->buf_cur); in h3_conn_pump_stream()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h1192 u32 buf_total; member
H A Ddebugfs_htt_stats.c2659 htt_stats_buf->buf_total); in htt_print_sfm_cmn_tlv()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs_htt_stats.h1201 __le32 buf_total; member
H A Ddebugfs_htt_stats.c2130 le32_to_cpu(htt_stats_buf->buf_total)); in ath12k_htt_print_sfm_cmn_tlv()