Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dsubr_iostat.c297 stats->io_rbytes += bcount; in iostat_unbusy()
451 sdrive.rbytes = stats->io_rbytes; in sysctl_hw_iostats()
453 sdrive.bytes = stats->io_rbytes + stats->io_wbytes; in sysctl_hw_iostats()
/netbsd/src/sys/sys/
Diostat.h97 u_int64_t io_rbytes; /* total bytes read */ member