Home
last modified time | relevance | path

Searched refs:obytes (Results 1 – 25 of 61) sorted by relevance

123

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_strio.c55 size_t obytes = nbytes < left ? nbytes : left; in strio_read() local
56 (void) strncpy(buf, sd->str_ptr, obytes); in strio_read()
57 sd->str_ptr += obytes; in strio_read()
58 return (obytes); in strio_read()
H A Dmdb_whatis.c442 size_t obytes = sizeof (*whatis_cb) * whatis_cb_size; in mdb_whatis_register() local
447 bcopy(whatis_cb, narray, obytes); in mdb_whatis_register()
450 mdb_free(whatis_cb, obytes); in mdb_whatis_register()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvgen_stats.c83 kstat_named_init(&ldckp->obytes, "obytes", in vgen_setup_kstats()
190 ldckp->obytes.value.ul = (uint32_t)statsp->obytes + in vgen_kstat_update()
192 ldckp->obytes64.value.ull = statsp->obytes + in vgen_kstat_update()
239 statsp->obytes = ldckp->obytes64.value.ull; in vgen_kstat_update()
H A Dvnet.c922 statsp->obytes += size; in vnet_tx_ring_send()
1908 kstat_named_init(&hiokp->obytes, "obytes", in vnet_hio_setup_kstats()
1980 hiokp->obytes.value.ul = (uint32_t)statsp.obytes; in vnet_hio_update_kstats()
1981 hiokp->obytes64.value.ull = statsp.obytes; in vnet_hio_update_kstats()
2032 statsp->obytes = val; in vnet_hio_get_stats()
2520 *val = statsp->obytes; in vnet_tx_ring_stat()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvgen_stats.h44 uint64_t obytes; /* # bytes transmitted */ member
95 kstat_named_t obytes; /* MIB - ifOutOctets */ member
H A Dvnet.h74 uint64_t obytes; /* # bytes transmitted */ member
95 kstat_named_t obytes; /* MIB - ifOutOctets */ member
107 uint64_t obytes; /* # bytes transmitted */ member
/titanic_50/usr/src/uts/common/io/simnet/
H A Dsimnet_impl.h58 uint64_t obytes; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c108 qlge->stats.obytes = 0; in ql_m_start()
278 cur_stats->obytes = 0; in ql_m_getstat()
281 cur_stats->obytes += tx_ring->obytes; in ql_m_getstat()
283 val = cur_stats->obytes; in ql_m_getstat()
/titanic_50/usr/src/cmd/dd/
H A Ddd.c160 static unsigned long long obytes; /* output bytes */ variable
1844 obytes += bc; in flsh()
1912 obytes, secs, obytes / secs); in stats()
/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h489 SRS_TX_STAT_UPDATE((m), obytes, (s)->mts_obytes); \
499 SOFTRING_TX_STAT_UPDATE((m), obytes, (s)->mts_obytes); \
/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h177 uint64_t obytes; member
190 uint32_t obytes; member
/titanic_50/usr/src/lib/libdladm/common/
H A Dlibdlstat.c122 &stats->obytes) < 0) { in dladm_get_stats()
124 &stats->obytes) < 0) in dladm_get_stats()
232 s1->obytes = s2->obytes + s3->obytes; in dladm_stats_total()
248 s1->obytes = DIFF_STAT(s2->obytes, s3->obytes); in dladm_stats_diff()
797 tx_lane_stat_entry->tle_stats.tl_obytes = stats.obytes; in i_dlstat_legacy_tx_lane_stats()
H A Dlibdlstat.h259 uint64_t obytes; member
/titanic_50/usr/src/uts/common/netinet/
H A Dip_mroute.h162 uint_t obytes; /* Output byte count on vif */ member
/titanic_50/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h115 kstat_named_t obytes; member
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c299 Adapter->obytes += in e1000g_update_stats()
425 Adapter->obytes += in e1000g_m_stat()
427 *val = Adapter->obytes; in e1000g_m_stat()
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h85 uint64_t obytes; member
H A Dhxge_kstats.c375 tdc_kstatsp->obytes.value.ull = statsp->obytes; in hxge_tdc_stat_update()
935 *val = hxgep->statsp->tdc_stats[rhp->index].obytes; in hxge_tx_ring_stat()
1021 val += statsp->tdc_stats[channel].obytes; in hxge_m_stat()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h94 uint64_t obytes; member
/titanic_50/usr/src/uts/common/io/rge/
H A Drge_kstats.c204 *val = rgep->stats.obytes; in rge_m_stat()
H A Drge_rxtx.c536 rgep->stats.obytes += VLAN_TAGSZ; in rge_send_copy()
545 rgep->stats.obytes += totlen; in rge_send_copy()
/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.h172 uint64_t obytes; member
/titanic_50/usr/src/uts/common/io/rtls/
H A Drtls.h132 uint64_t obytes; member
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnbu.c312 map_stat(RBYTES, obytes); in xnbu_m_stat()
/titanic_50/usr/src/uts/common/io/iprb/
H A Diprb.h109 uint64_t obytes; member

123