Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 6 of 6) 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.c114 &stats->tbytes, "Bytes transmitted"); in gve_setup_txq_sysctl()
242 uint64_t *tbytes, uint64_t *tx_dropped_pkt) in gve_accum_stats() argument
258 *tbytes += counter_u64_fetch(txqstats->tbytes); in gve_accum_stats()
H A Dgve.h274 counter_u64_t tbytes; member
454 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
H A Dgve_main.c322 uint64_t tbytes = 0; in gve_get_counter() local
329 &tbytes, &tx_dropped_pkt); in gve_get_counter()
342 return (tbytes); in gve_get_counter()
H A Dgve_tx.c356 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x1016 size3 tbytes; member