Searched refs:tpcnt (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 904 int rv, cur_buf, left, have, tpcnt; in child_copy() local 911 tpcnt = actual_blocks() * BLKSIZ; in child_copy() 924 if (!tpcnt) { in child_copy() 926 tpcnt = actual_blocks() * BLKSIZ; in child_copy() 928 have = (tpcnt < have) ? tpcnt : have; in child_copy() 944 tpcnt -= rv; in child_copy() 961 int rv, left, have, tpcnt, cur_buf; in parent_copy() local 976 tpcnt = actual_blocks() * BLKSIZ; in parent_copy() 986 if (!tpcnt) { in parent_copy() 990 tpcnt = actual_blocks() * BLKSIZ; in parent_copy() [all …]
|
/illumos-gate/usr/src/cmd/ndmpstat/ |
H A D | ndmpstat_main.c | 176 long dpcnt, tpcnt; in dostats() 223 tpcnt = (tpop * 100) / totl; in dostats() 224 ipcnt = 100 - dpcnt - tpcnt; in dostats() 227 adjprintf(" %*lu", 3, tpcnt); in dostats() 177 long dpcnt, tpcnt; dostats() local
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 676 int tpcnt = 0; in cis_list_ldestroy() local 703 tpcnt++; in cis_list_ldestroy() 712 return (tpcnt); in cis_list_ldestroy()
|