Symbol: pct
lib/libc/stdio/xprintf.c
263
__v2printf(FILE *fp, const char *fmt0, unsigned pct, va_list ap)
lib/libc/stdio/xprintf.c
268
struct printf_info pia[pct + 10];
lib/libc/stdio/xprintf.c
269
int argt[pct + 10];
lib/libc/stdio/xprintf.c
270
union arg args[pct + 10];
lib/libc/stdio/xprintf.c
570
__v3printf(FILE *fp, const char *fmt, int pct, va_list ap)
lib/libc/stdio/xprintf.c
590
ret = __v2printf(&fake, fmt, pct, ap);
lib/libdpv/dprompt.c
375
struct dpv_file_node *curfile, int pct)
lib/libdpv/dprompt.c
417
if (pbar_size >= 0 && pct >= 0 && curfile != NULL &&
lib/libdpv/dprompt.c
420
pct, pct_rsize, "");
lib/libdpv/dprompt.c
423
pwidth = pct * pbar_size / 100;
lib/libdpv/dprompt.c
425
if ((pct * pbar_size % 100) > 50)
lib/libdpv/dprompt.c
495
if (fp == curfile && pct < 100) {
lib/libdpv/dprompt.c
536
dstate = pct < 100 ?
lib/libdpv/dprompt.c
672
struct dpv_file_node *curfile, int pct)
lib/libdpv/dprompt.c
681
dprompt_add_files(file_list, curfile, pct);
lib/libdpv/dprompt.c
78
struct dpv_file_node *curfile, int pct);
lib/libdpv/dpv.c
123
int pct;
lib/libdpv/dpv.c
553
pct = 0;
lib/libdpv/dpv.c
560
pct = 0 - increment;
lib/libdpv/dpv.c
602
pct += increment;
lib/libdpv/dpv.c
607
pct = action(curfile, output_out);
lib/libdpv/dpv.c
610
keep_going = (pct < 100);
lib/libdpv/dpv.c
631
)) || pct == 100
lib/libdpv/dpv.c
634
overall = (100 * nthfile - 100 + pct) /
lib/libdpv/dpv.c
636
if (((100 * nthfile - 100 + pct) * 10 /
lib/libdpv/dpv.c
640
dprompt_recreate(list_head, curfile, pct);
sys/dev/ath/ath_rate/sample/sample.c
1042
pct = ((nframes - nbad) * 1000) / nframes;
sys/dev/ath/ath_rate/sample/sample.c
1054
(pct * (100 - ssc->smoothing_rate))) / 100;
sys/dev/ath/ath_rate/sample/sample.c
320
int rix, tt, pct;
sys/dev/ath/ath_rate/sample/sample.c
343
pct = sn->stats[size_bin][rix].ewma_pct;
sys/dev/ath/ath_rate/sample/sample.c
345
pct = -1; /* No percent yet to compare against! */
sys/dev/ath/ath_rate/sample/sample.c
360
if (pct == -1)
sys/dev/ath/ath_rate/sample/sample.c
376
pct,
sys/dev/ath/ath_rate/sample/sample.c
379
if (best_rate_pct > (pct + 50))
sys/dev/ath/ath_rate/sample/sample.c
390
best_rate_pct = pct;
sys/dev/ath/ath_rate/sample/sample.c
404
best_rate_pct = pct;
sys/dev/ath/ath_rate/sample/sample.c
983
int pct;
sys/kern/subr_stats.c
3763
uint32_t cum_pct, pct, tpl_hash;
sys/kern/subr_stats.c
3883
if (2 != sscanf(new_rates_usr_str, kvpair_fmt, tpl_spec, &pct,
sys/kern/subr_stats.c
3889
if ((cum_pct += pct) > 100)
sys/kern/subr_stats.c
3912
rates[nrates].tpl_sample_pct = pct;
sys/kern/vfs_cache.c
1132
long pct;
sys/kern/vfs_cache.c
1139
pct = 0;
sys/kern/vfs_cache.c
1141
pct = ((poshits + neghits) * 100) / total;
sys/kern/vfs_cache.c
1142
return (sysctl_handle_int(oidp, 0, pct, req));
sys/kern/vfs_cache.c
1227
int count, maxlength, used, pct;
sys/kern/vfs_cache.c
1250
pct = (used * 100) / (n_nchash / 100);
sys/kern/vfs_cache.c
1260
error = SYSCTL_OUT(req, &pct, sizeof(pct));
sys/vm/uma_core.c
2215
#define UMA_PCT_FIXPT(pct) UMA_FRAC_FIXPT((pct), 100)
tools/test/stress2/testcases/creat/creat.c
46
int pct;
tools/test/stress2/testcases/creat/creat.c
58
pct = 90;
tools/test/stress2/testcases/creat/creat.c
60
pct = random_int(1, 90);
tools/test/stress2/testcases/creat/creat.c
61
size = size / 100 * pct + 1;
tools/test/stress2/testcases/link/link.c
51
int pct;
tools/test/stress2/testcases/link/link.c
59
pct = 90;
tools/test/stress2/testcases/link/link.c
61
pct = random_int(1, 90);
tools/test/stress2/testcases/link/link.c
62
size = size / 100 * pct + 1;
tools/test/stress2/testcases/mkdir/mkdir.c
48
int pct;
tools/test/stress2/testcases/mkdir/mkdir.c
54
pct = 90;
tools/test/stress2/testcases/mkdir/mkdir.c
56
pct = random_int(1, 90);
tools/test/stress2/testcases/mkdir/mkdir.c
57
size = size / 100 * pct + 1;
tools/test/stress2/testcases/rw/rw.c
53
int pct;
tools/test/stress2/testcases/rw/rw.c
59
pct = 90;
tools/test/stress2/testcases/rw/rw.c
61
pct = random_int(1, 90);
tools/test/stress2/testcases/rw/rw.c
62
size = size / 100 * pct + 1;
tools/test/stress2/testcases/swap/swap.c
114
getpid(), pct, (int)(size / 1024 / 1024 *
tools/test/stress2/testcases/swap/swap.c
53
int mi, mx, pct;
tools/test/stress2/testcases/swap/swap.c
60
pct = 0;
tools/test/stress2/testcases/swap/swap.c
84
pct = random_int(mi, mx);
tools/test/stress2/testcases/swap/swap.c
87
pct = random_int(30, 50);
tools/test/stress2/testcases/swap/swap.c
93
size = mem / 100 * pct;
tools/test/stress2/testcases/swap/swap.c
95
size = mem / 100 * pct;
tools/test/stress2/testcases/swap/swap.c
98
pct = size * 100 / mem;
tools/test/stress2/testcases/symlink/symlink.c
50
int pct;
tools/test/stress2/testcases/symlink/symlink.c
57
pct = 90;
tools/test/stress2/testcases/symlink/symlink.c
59
pct = random_int(1, 90);
tools/test/stress2/testcases/symlink/symlink.c
60
size = size / 100 * pct + 1;
tools/test/stress2/tools/swap.c
174
int ch, i, pct, verbose;
tools/test/stress2/tools/swap.c
183
pct = 80;
tools/test/stress2/tools/swap.c
185
pct = 101;
tools/test/stress2/tools/swap.c
193
if (sscanf(optarg, "%d", &pct) != 1)
tools/test/stress2/tools/swap.c
208
if (s == 0 && pct > 80)
tools/test/stress2/tools/swap.c
210
size = u / 100 * pct;
tools/test/stress2/tools/swap.c
213
pct, utime, size / 1024 / 1024);
usr.bin/top/machine.c
71
#define weighted_cpu(pct, pp) ((pp)->ki_swtime == 0 ? 0.0 : \
usr.bin/top/machine.c
72
((pct) / (1.0 - exp((pp)->ki_swtime * logcpu))))
usr.bin/vmstat/vmstat.c
193
static long pct(long, long);
usr.bin/vmstat/vmstat.c
922
#define PCT(top, bot) pct((long)(top), (long)(bot))
usr.sbin/mptutil/mpt_volume.c
137
float pct;
usr.sbin/mptutil/mpt_volume.c
191
pct = (float)(total - remaining) * 100 / total;
usr.sbin/mptutil/mpt_volume.c
192
printf(" resync: %.2f%% complete\n", pct);