Searched refs:tbytes (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_conv.c | 54 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 D | gve_sysctl.c | 141 &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 D | gve_main.c | 343 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 D | gve.h | 340 counter_u64_t tbytes; member 695 uint64_t *tbytes, uint64_t *tx_dropped_pkt);
|
H A D | gve_tx.c | 400 counter_u64_add_protected(tx->stats.tbytes, mbuf->m_pkthdr.len); in gve_tx_cleanup_tq()
|
H A D | gve_tx_dqo.c | 1074 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
|