Searched refs:obytes (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.0-release/sys/dev/en/
H A Dmidwayvar.h142 uint32_t obytes; member in struct:en_vcc
/freebsd-10.0-release/sys/dev/ce/
H A Dceddk.h89 ulong64 obytes; member in struct:_ce_chan_t
H A Dif_ce.c1411 st->obytes = c->obytes;
1504 c->obytes = 0;
2120 (unsigned long) c->obytes, c->opkts, c->underrun);
/freebsd-10.0-release/sys/netinet/
H A Dip_mroute.h249 u_long obytes; /* Output byte count on vif */ member in struct:sioc_vif_req
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.h199 u_quad_t obytes; /* Output byte count on mif */ member in struct:sioc_mif_req6
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c220 u_long obytes; local
304 obytes = ifnet.if_obytes;
440 obytes = ifaddr.in.ia_ifa.if_obytes;
456 show_stat("lu", 10, obytes, link_layer|network_layer);
/freebsd-10.0-release/sys/dev/fatm/
H A Dif_fatmvar.h175 uint32_t obytes; member in struct:card_vcc
/freebsd-10.0-release/sys/dev/mxge/
H A Dif_mxge_var.h210 u_long obytes; member in struct:mxge_slice_state
/freebsd-10.0-release/sys/i386/include/
H A Dcserial.h34 unsigned long obytes; /* output bytes */ member in struct:serial_statistics
/freebsd-10.0-release/sys/dev/cp/
H A Dcpddk.h151 ulong64 obytes; /* output bytes */ member in struct:_cp_chan_t
H A Dif_cp.c1139 st->obytes = c->obytes;
1222 c->obytes = 0;
1891 (unsigned long) c->obytes, c->opkts, c->underrun);
/freebsd-10.0-release/sys/dev/cx/
H A Dcxddk.h334 unsigned long obytes; /* output bytes */ member in struct:_cx_chan_t
H A Dif_cx.c1752 st->obytes = c->obytes;
1773 c->obytes = 0;
2330 c->ierrs, c->obytes, c->opkts, c->oerrs);
H A Dcxddk.c572 c->obytes += len;
/freebsd-10.0-release/sys/dev/hatm/
H A Dif_hatm_ioctl.c154 vcc->obytes = vcc->opackets = 0;
H A Dif_hatmvar.h340 uint32_t obytes; member in struct:hevcc
/freebsd-10.0-release/sys/dev/patm/
H A Dif_patmvar.h198 uint64_t obytes; /* bytes sent */ member in struct:patm_vcc
H A Dif_patm_ioctl.c162 vcc->obytes = vcc->opackets = 0;
/freebsd-10.0-release/sys/dev/ctau/
H A Dif_ct.c1356 st->obytes = c->obytes;
1419 c->obytes = 0;
1822 st.obytes = c->obytes;
1829 st.ierrs, st.obytes, st.opkts, st.oerrs);
H A Dctddk.h399 unsigned long obytes; /* output bytes */ member in struct:_ct_chan_t
/freebsd-10.0-release/crypto/openssh/
H A Dclientloop.c1486 u_int64_t ibytes, obytes; local
1745 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
1747 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1750 obytes / total_time, ibytes / total_time);
H A Dsshd.c1392 u_int64_t ibytes, obytes; local
2204 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
2206 (unsigned long long)obytes, (unsigned long long)ibytes);
/freebsd-10.0-release/sys/kern/
H A Dtty_ttydisc.c1192 ssize_t obytes = uio->uio_resid; local
1227 atomic_add_long(&tty_nout, obytes - uio->uio_resid);
/freebsd-10.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1090 if (status.cntrs.obytes) printf("Tx bytes:\t\t%ju\n", (uintmax_t)status.cntrs.obytes);
/freebsd-10.0-release/sbin/sconfig/
H A Dsconfig.c335 sarr [5] = st.obytes;

Completed in 288 milliseconds

12