Searched refs:io_wbytes (Results 1 – 2 of 2) sorted by relevance
300 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()
98 u_int64_t io_wbytes; /* total bytes written */ member