HomeSort by relevance Sort by last modified time
    Searched refs:totalbytes (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfslog/
nfslog_trans.c 94 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 = args->ca_sa.sa_size
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
uustat.c 97 static long totaljob, totalbytes; variable
1322 totalxfer=totalbytes=recordcnt=totaljob=totalque=0;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/scp/
scp.c 119 off_t totalbytes = 0; variable
664 totalbytes = stb.st_size;
940 totalbytes = size;
1248 if (totalbytes != 0) {
1249 ratio = (int)(100.0 * cursize / totalbytes);
1295 (statbytes <= 0 || elapsed <= 0.0 || cursize > totalbytes)) {
1303 remaining = (int)(totalbytes / (statbytes / elapsed) -
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
mptsas_impl.c 767 int i, totalbytes, bytesleft; local
793 totalbytes = (val & 0xFF) * 2;
802 if (totalbytes > (numbytes / 2)) {
805 bytesleft = (totalbytes - 2);
829 if (totalbytes > (numbytes / 2)) {
830 for (i = (numbytes / 2); i < totalbytes; i++) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
amd64.esc 201 #define _BPS_PGCNT(totalbytes) \
202 ((((totalbytes) / 4096 ) * PAGE_RETIRE_LIMIT_BPS) / 10000)
  /onnv/onnv-gate/usr/src/cmd/tar/
tar.c 3942 off_t bytes, totalbytes; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
CGI.pm     [all...]

Completed in 475 milliseconds