Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c92 uint64_t totalbytes; /* total operated upon in history */ member
590 newte->totalbytes = res->nfslog_rdresult_u.r_ok.rrok_count; in trans_read()
599 pte->totalbytes += in trans_read()
607 if (pte->totalbytes < in trans_read()
659 newte->totalbytes = args->waargs_totcount; in trans_write()
668 if (pte->totalbytes + args->waargs_totcount > in trans_write()
678 pte->totalbytes += args->waargs_totcount; in trans_write()
741 newte->totalbytes = 0; in trans_setattr()
800 newte->totalbytes = 0; in trans_create()
802 newte->totalbytes = args->ca_sa.sa_size; in trans_create()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.h115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
H A Dlstate.c105 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()
300 g->totalbytes = sizeof(LG); in lua_newstate()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c97 static long totaljob, totalbytes; variable
1320 totalxfer=totalbytes=recordcnt=totaljob=totalque=0;
1400 totalbytes = totalbytes + size;
1452 avgxrate = totalbytes / totalxfer; in xfertime()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c798 int i, totalbytes, bytesleft; in mptsas_get_handshake_msg() local
824 totalbytes = (val & 0xFF) * 2; in mptsas_get_handshake_msg()
833 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()
836 bytesleft = (totalbytes - 2); in mptsas_get_handshake_msg()
860 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()
861 for (i = (numbytes / 2); i < totalbytes; i++) { in mptsas_get_handshake_msg()
/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.c4005 off_t bytes, totalbytes; in xsfile() local
4012 totalbytes = (off_t)0; /* in case we read in half the file */ in xsfile()
4057 totalbytes += bytes; in xsfile()
4107 name, totalext, totalbytes, (long)K(TBLOCKS(totalbytes))); in xsfile()