Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c54 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local
69 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec()
72 buf = OPENSSL_malloc(tbytes); in BN_bn2dec()
103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/freebsd/sys/dev/gve/
H A Dgve_sysctl.c141 &stats->tbytes, "Bytes transmitted"); in gve_setup_txq_sysctl()
308 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument
324 *tbytes += counter_u64_fetch(txqstats->tbytes); in gve_accum_stats()
H A Dgve_main.c343 uint64_t tbytes = 0; in gve_get_counter() local
350 &tbytes, &tx_dropped_pkt); in gve_get_counter()
363 return (tbytes); in gve_get_counter()
H A Dgve.h340 counter_u64_t tbytes; member
695 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
H A Dgve_tx.c400 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
H A Dgve_tx_dqo.c1074 counter_u64_add_protected(tx->stats.tbytes, bytes_done); in gve_tx_cleanup_dqo()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x1016 size3 tbytes; member