Home
last modified time | relevance | path

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

12

/trueos/sys/dev/en/
HDmidwayvar.h142 uint32_t obytes; member
/trueos/sys/dev/ixl/
HDixl.h276 #define IXL_SET_OBYTES(vsi, count) (vsi)->obytes = (count)
486 u64 obytes; member
/trueos/sys/dev/ixgbe/
HDixgbe.h515 u64 obytes; member
559 #define IXGBE_SET_OBYTES(sc, count) (sc)->obytes = (count)
/trueos/sys/netinet6/
HDip6_mroute.h194 u_quad_t obytes; /* Output byte count on mif */ member
/trueos/usr.bin/netstat/
HDif.c384 show_stat("lu", 10, IFA_STAT(obytes), link|network); in intpr()
502 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
/trueos/sys/dev/ce/
HDceddk.h89 ulong64 obytes; member
HDif_ce.c1411 st->obytes = c->obytes; in ce_ioctl()
1504 c->obytes = 0; in ce_ioctl()
2120 (unsigned long) c->obytes, c->opkts, c->underrun);
/trueos/sys/netinet/
HDip_mroute.h249 u_long obytes; /* Output byte count on vif */ member
/trueos/sys/dev/mxge/
HDif_mxge_var.h210 u_long obytes; member
/trueos/crypto/openssh/
HDclientloop.c1486 u_int64_t ibytes, obytes; in client_loop() local
1745 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes); in client_loop()
1747 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop()
1750 obytes / total_time, ibytes / total_time); in client_loop()
HDsshd.c1415 u_int64_t ibytes, obytes; local
2227 packet_get_state(MODE_OUT, NULL, NULL, NULL, &obytes);
2229 (unsigned long long)obytes, (unsigned long long)ibytes);
/trueos/sys/dev/ctau/
HDif_ct.c1356 st->obytes = c->obytes; in ct_ioctl()
1419 c->obytes = 0; in ct_ioctl()
1822 st.obytes = c->obytes; in print_stats()
1829 st.ierrs, st.obytes, st.opkts, st.oerrs); in print_stats()
HDctddk.h399 unsigned long obytes; /* output bytes */ member
/trueos/sys/i386/include/
HDcserial.h34 unsigned long obytes; /* output bytes */ member
/trueos/sys/dev/cp/
HDcpddk.h151 ulong64 obytes; /* output bytes */ member
HDif_cp.c1139 st->obytes = c->obytes; in cp_ioctl()
1222 c->obytes = 0; in cp_ioctl()
1891 (unsigned long) c->obytes, c->opkts, c->underrun); in print_stats()
/trueos/sys/dev/fatm/
HDif_fatmvar.h175 uint32_t obytes; member
/trueos/sys/dev/hatm/
HDif_hatm_ioctl.c154 vcc->obytes = vcc->opackets = 0; in hatm_open_vcc()
HDif_hatmvar.h340 uint32_t obytes; member
HDif_hatm_tx.c495 arg.vcc->obytes += len; in hatm_start()
/trueos/sys/dev/cx/
HDcxddk.h334 unsigned long obytes; /* output bytes */ member
HDif_cx.c1752 st->obytes = c->obytes; in cx_ioctl()
1773 c->obytes = 0; in cx_ioctl()
2330 c->ierrs, c->obytes, c->opkts, c->oerrs); in print_stats()
/trueos/sys/dev/patm/
HDif_patm_ioctl.c162 vcc->obytes = vcc->opackets = 0; in patm_open_vcc()
HDif_patmvar.h198 uint64_t obytes; /* bytes sent */ member
/trueos/sys/kern/
HDtty_ttydisc.c1192 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local
1227 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()

12