Searched refs:tpcnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c177 long dpcnt, tpcnt; local
224 tpcnt = (tpop * 100) / totl;
225 ipcnt = 100 - dpcnt - tpcnt;
228 adjprintf(" %*lu", 3, tpcnt);
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c906 int rv, cur_buf, left, have, tpcnt; local
913 tpcnt = actual_blocks() * BLKSIZ;
926 if (!tpcnt) {
928 tpcnt = actual_blocks() * BLKSIZ;
930 have = (tpcnt < have) ? tpcnt : have;
946 tpcnt -= rv;
963 int rv, left, have, tpcnt, cur_buf; local
978 tpcnt = actual_blocks() * BLKSIZ;
988 if (!tpcnt) {
1049 int rv, left, have, tpcnt = 1, xfer_cnt = Fs * BLKSIZ; local
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c678 int tpcnt = 0; local
705 tpcnt++;
714 return (tpcnt);

Completed in 80 milliseconds