Searched refs:tbytes (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_conv.c | 49 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 D | gve_sysctl.c | 145 &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 D | gve.h | 373 counter_u64_t tbytes; member 774 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
|
| H A D | gve_main.c | 556 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 D | gve_tx.c | 431 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
|
| H A D | gve_tx_dqo.c | 1126 counter_u64_add_protected(tx->stats.tbytes, bytes_done); in gve_tx_cleanup_dqo()
|
| /freebsd/include/rpcsvc/ |
| H A D | nfs_prot.x | 1016 size3 tbytes; member
|