Home
last modified time | relevance | path

Searched refs:io_wbytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/kern/
H A Dsubr_iostat.c300 stats->io_wbytes += bcount; in iostat_unbusy()
452 sdrive.wbytes = stats->io_wbytes; in sysctl_hw_iostats()
453 sdrive.bytes = stats->io_rbytes + stats->io_wbytes; in sysctl_hw_iostats()
/netbsd-src/sys/sys/
H A Diostat.h98 u_int64_t io_wbytes; /* total bytes written */ member