Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c94 uint64_t totalbytes; /* total operated upon in history */ member
592 newte->totalbytes = res->nfslog_rdresult_u.r_ok.rrok_count; in trans_read()
601 pte->totalbytes += in trans_read()
609 if (pte->totalbytes < in trans_read()
661 newte->totalbytes = args->waargs_totcount; in trans_write()
670 if (pte->totalbytes + args->waargs_totcount > in trans_write()
680 pte->totalbytes += args->waargs_totcount; in trans_write()
743 newte->totalbytes = 0; in trans_setattr()
802 newte->totalbytes = 0; in trans_create()
804 newte->totalbytes = args->ca_sa.sa_size; in trans_create()
[all …]
/titanic_50/usr/src/cmd/ssh/scp/
H A Dscp.c119 off_t totalbytes = 0; variable
664 totalbytes = stb.st_size;
940 totalbytes = size;
1248 if (totalbytes != 0) { in progressmeter()
1249 ratio = (int)(100.0 * cursize / totalbytes); in progressmeter()
1295 (statbytes <= 0 || elapsed <= 0.0 || cursize > totalbytes)) { in progressmeter()
1303 remaining = (int)(totalbytes / (statbytes / elapsed) - in progressmeter()
/titanic_50/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; in xfertime()
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c777 int i, totalbytes, bytesleft; in mptsas_get_handshake_msg() local
803 totalbytes = (val & 0xFF) * 2; in mptsas_get_handshake_msg()
812 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()
815 bytesleft = (totalbytes - 2); in mptsas_get_handshake_msg()
839 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()
840 for (i = (numbytes / 2); i < totalbytes; i++) { in mptsas_get_handshake_msg()
/titanic_50/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc201 #define _BPS_PGCNT(totalbytes) \
202 ((((totalbytes) / 4096 ) * PAGE_RETIRE_LIMIT_BPS) / 10000)
/titanic_50/usr/src/cmd/tar/
H A Dtar.c4002 off_t bytes, totalbytes; in xsfile() local
4009 totalbytes = (off_t)0; /* in case we read in half the file */ in xsfile()
4054 totalbytes += bytes; in xsfile()
4104 name, totalext, totalbytes, (long)K(TBLOCKS(totalbytes))); in xsfile()