Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_strio.c53 size_t obytes = nbytes < left ? nbytes : left; in strio_read() local
54 (void) strncpy(buf, sd->str_ptr, obytes); in strio_read()
55 sd->str_ptr += obytes; in strio_read()
56 return (obytes); in strio_read()
H A Dmdb_umem.c170 size_t obytes = nbytes; in mdb_alloc_align() local
176 if (nbytes < obytes || nbytes == 0) in mdb_alloc_align()
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()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_wchar.c79 size_t obytes, mbslen, wcslen; in ndr__mbstowcs_x() local
93 obytes = nwchars * 2; in ndr__mbstowcs_x()
95 if (obytes > sizeof (junk_wcs)) in ndr__mbstowcs_x()
/illumos-gate/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.c923 statsp->obytes += size; in vnet_tx_ring_send()
1909 kstat_named_init(&hiokp->obytes, "obytes", in vnet_hio_setup_kstats()
1981 hiokp->obytes.value.ul = (uint32_t)statsp.obytes; in vnet_hio_update_kstats()
1982 hiokp->obytes64.value.ull = statsp.obytes; in vnet_hio_update_kstats()
2033 statsp->obytes = val; in vnet_hio_get_stats()
2521 *val = statsp->obytes; in vnet_tx_ring_stat()
/illumos-gate/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
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c171 static unsigned long long obytes; /* output bytes */ variable
1809 obytes += bc; in flsh()
1943 nicenum_scale((uint64_t)obytes / secs, 1, bps, sizeof (bps), in stats()
1945 nicenum_scale(obytes, 1, hobytes, sizeof (hobytes), NN_UNIT_SPACE); in stats()
1948 "(%siB/sec)%s"), head, obytes, hobytes, secs, bps, tail); in stats()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet_impl.h61 uint64_t obytes; member
/illumos-gate/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); \
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h177 uint64_t obytes; member
190 uint32_t obytes; member
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c126 &stats->obytes) < 0) { in dladm_get_stats()
128 &stats->obytes) < 0) in dladm_get_stats()
236 s1->obytes = s2->obytes + s3->obytes; in dladm_stats_total()
252 s1->obytes = DIFF_STAT(s2->obytes, s3->obytes); in dladm_stats_diff()
800 tx_lane_stat_entry->tle_stats.tl_obytes = stats.obytes; in i_dlstat_legacy_tx_lane_stats()
H A Dlibdlstat.h263 uint64_t obytes; member
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h162 uint_t obytes; /* Output byte count on vif */ member
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.h115 kstat_named_t obytes; member
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h94 uint64_t obytes; member
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c202 *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()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.h172 uint64_t obytes; member
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h132 uint64_t obytes; member

123