Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c924 if (!tpcnt) { in child_copy()
928 have = (tpcnt < have) ? tpcnt : have; in child_copy()
944 tpcnt -= rv; in child_copy()
986 if (!tpcnt) { in parent_copy()
995 have = (tpcnt < have) ? tpcnt : have; in parent_copy()
1014 tpcnt -= rv; in parent_copy()
1021 tpcnt -= rv; in parent_copy()
1065 have = (tpcnt < have) ? tpcnt : have; in copy()
1080 tpcnt -= rv; in copy()
1094 have = (tpcnt < have) ? tpcnt : have; in copy()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c676 int tpcnt = 0; in cis_list_ldestroy() local
703 tpcnt++; in cis_list_ldestroy()
712 return (tpcnt); in cis_list_ldestroy()