Lines Matching refs:kbps
700 double atime, dtime, kbps; in drive_statsx() local
722 kbps = (cur.rbytes[dn] / 1024.0) / cur.rxfer[dn]; in drive_statsx()
724 kbps = 0.0; in drive_statsx()
725 (void)printf(" %8.2f", kbps); in drive_statsx()
744 kbps = (cur.wbytes[dn] / 1024.0) / cur.wxfer[dn]; in drive_statsx()
746 kbps = 0.0; in drive_statsx()
747 (void)printf(" %8.2f", kbps); in drive_statsx()
768 double kbps; in drive_statsy_io() local
772 kbps = (volume / 1024.0) / count; in drive_statsy_io()
774 kbps = 0.0; in drive_statsy_io()
775 (void)printf(" %8.2f", kbps); in drive_statsy_io()