Searched refs:totalbytes (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c94 uint64_t totalbytes; /* total operated upon in history */ member in struct:transentry
592 newte->totalbytes = res->nfslog_rdresult_u.r_ok.rrok_count;
601 pte->totalbytes +=
609 if (pte->totalbytes <
661 newte->totalbytes = args->waargs_totcount;
670 if (pte->totalbytes + args->waargs_totcount >
680 pte->totalbytes += args->waargs_totcount;
743 newte->totalbytes = 0;
802 newte->totalbytes = 0;
804 newte->totalbytes
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c97 static long totaljob, totalbytes; variable
1322 totalxfer=totalbytes=recordcnt=totaljob=totalque=0;
1402 totalbytes = totalbytes + size;
1454 avgxrate = totalbytes / totalxfer;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c774 int i, totalbytes, bytesleft; local
800 totalbytes = (val & 0xFF) * 2;
809 if (totalbytes > (numbytes / 2)) {
812 bytesleft = (totalbytes - 2);
836 if (totalbytes > (numbytes / 2)) {
837 for (i = (numbytes / 2); i < totalbytes; i++) {
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc201 #define _BPS_PGCNT(totalbytes) \
202 ((((totalbytes) / 4096 ) * PAGE_RETIRE_LIMIT_BPS) / 10000)
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4003 off_t bytes, totalbytes; local
4010 totalbytes = (off_t)0; /* in case we read in half the file */
4055 totalbytes += bytes;
4105 name, totalext, totalbytes, (long)K(TBLOCKS(totalbytes)));

Completed in 79 milliseconds