Home
last modified time | relevance | path

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

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