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.c49 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local
64 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec()
67 buf = OPENSSL_malloc(tbytes); in BN_bn2dec()
96 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
102 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/freebsd/sys/dev/gve/
H A Dgve_sysctl.c145 &stats->tbytes, "Bytes transmitted"); in gve_setup_txq_sysctl()
486 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument
502 *tbytes += counter_u64_fetch(txqstats->tbytes); in gve_accum_stats()
H A Dgve.h373 counter_u64_t tbytes; member
774 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
H A Dgve_main.c556 uint64_t tbytes = 0; in gve_get_counter() local
563 &tbytes, &tx_dropped_pkt); in gve_get_counter()
576 return (tbytes); in gve_get_counter()
H A Dgve_tx.c431 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
H A Dgve_tx_dqo.c1126 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