HomeSort by: relevance | last modified time | path
    Searched refs:wbytes (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
tape.h 56 uint64_t wbytes; member in struct:tape_sysctl
70 uint64_t wbytes; /* total bytes written */ member in struct:tape
iostat.h 68 u_int64_t wbytes; member in struct:io_sysctl
  /src/usr.bin/vmstat/
drvstats.h 47 u_int64_t *wbytes; /* # of bytes written. */ member in struct:_drive
drvstats.c 116 last.wbytes[i] = cur.wbytes[i];
130 SWAP(wbytes[i]);
216 COPYF(wbytes, i, j);
348 cur.wbytes = calloc(ndrive, sizeof(u_int64_t));
359 last.wbytes = calloc(ndrive, sizeof(u_int64_t));
368 cur.wbytes == NULL ||
374 last.wbytes == NULL ||
vmstat.c 616 bytes = cur.rbytes[j] + cur.wbytes[j];
  /src/libexec/httpd/
cgi-bozo.c 187 ssize_t wbytes; local in function:finish_cgi_output
190 wbytes = bozo_write(httpd, STDOUT_FILENO, buf,
192 if (wbytes > 0)
193 rbytes -= wbytes;
656 ssize_t wbytes; local in function:bozo_process_cgi
659 wbytes = write(sv[0], buf, (size_t)rbytes);
660 if (wbytes > 0)
661 rbytes -= wbytes;
  /src/usr.sbin/iostat/
iostat.c 606 cur.wbytes[dn] == 0) {
620 mbps = ((cur.rbytes[dn] + cur.wbytes[dn]) /
633 mbps = (cur.rbytes[dn] + cur.wbytes[dn]) /
670 cur.wbytes[dn] == 0) {
686 (cur.rbytes[dn] + cur.wbytes[dn]) /
712 cur.wbytes[dn] == 0 && cur.wxfer[dn] == 0) {
744 kbps = (cur.wbytes[dn] / 1024.0) / cur.wxfer[dn];
761 cur.wbytes[dn] / (1024.0 * 1024) / dtime);
821 cur.wbytes[dn] == 0 && cur.wxfer[dn] == 0) {
840 drive_statsy_io(dtime, cur.wxfer[dn], cur.wbytes[dn])
    [all...]
  /src/usr.bin/systat/
iostat.c 269 wwords = cur.wbytes[dn] / 1024.0;
vmstat.c 899 puthumanint_sticky((cur.rbytes[dn] + cur.wbytes[dn]) / dtime + 0.5,
  /src/sys/kern/
subr_iostat.c 452 sdrive.wbytes = stats->io_wbytes;

Completed in 107 milliseconds