Symbol: percent
crypto/openssh/misc.c
1284
vdollar_percent_expand(int *parseerror, int dollar, int percent,
crypto/openssh/misc.c
1305
if (percent) {
crypto/openssh/misc.c
1357
if (*string != '%' || !percent) {
crypto/openssh/moduli.c
539
unsigned long num_to_process, processed, remaining, percent, eta;
crypto/openssh/moduli.c
564
percent = 100 * processed / num_to_process;
crypto/openssh/moduli.c
568
ctime(&time_now), processed, num_to_process, percent,
crypto/openssh/progressmeter.c
129
int percent;
crypto/openssh/progressmeter.c
187
percent = 100;
crypto/openssh/progressmeter.c
189
percent = ((float)cur_pos / end_pos) * 100;
crypto/openssh/progressmeter.c
192
xextendf(&buf, NULL, " %3d%% %s %s/s ", percent, format_size(cur_pos),
lib/libdpv/dprompt.c
716
int percent = gauge_percent;
lib/libdpv/dprompt.c
719
gauge_percent = percent = overall;
lib/libdpv/dprompt.c
721
prefix ? prefix : "", dprompt, append ? append : "", percent);
lib/libdpv/dprompt.c
731
int percent = gauge_percent;
lib/libdpv/dprompt.c
737
gauge_percent = percent = overall;
lib/libdpv/dprompt.c
739
buf, dheight, dwidth, percent);
lib/libdpv/dprompt.c
740
dlg_update_gauge(gauge, percent);
libexec/rtld-elf/rtld_printf.c
126
const char *p, *percent, *q;
libexec/rtld-elf/rtld_printf.c
152
percent = fmt - 1;
libexec/rtld-elf/rtld_printf.c
417
while (percent < fmt)
libexec/rtld-elf/rtld_printf.c
418
PCHAR(*percent++);
sbin/camcontrol/progress.c
163
starc = (barlength * prog->percent) / 100;
sbin/camcontrol/progress.c
195
(long long)prog->percent,
sbin/camcontrol/progress.c
89
prog->percent = (prog->done * 100) / prog->size;
sbin/camcontrol/progress.h
46
uint64_t percent; /* cache the percentage complete */
sbin/dump/optr.c
185
double percent;
sbin/dump/optr.c
201
percent = (blockswritten * 100.0) / tapesize;
sbin/dump/optr.c
209
disk, passno, percent, hours, mins, tdone_str);
sbin/dump/optr.c
214
msg("%3.2f%% done, finished in %d:%02d at %s\n", percent,
stand/libsa/printf.c
253
const char *p, *percent, *q;
stand/libsa/printf.c
287
percent = fmt - 1;
stand/libsa/printf.c
555
while (percent < fmt)
stand/libsa/printf.c
556
PCHAR(*percent++);
sys/cddl/dev/dtrace/dtrace_debug.c
231
const char *p, *percent, *q;
sys/cddl/dev/dtrace/dtrace_debug.c
257
percent = fmt - 1;
sys/cddl/dev/dtrace/dtrace_debug.c
518
while (percent < fmt)
sys/cddl/dev/dtrace/dtrace_debug.c
519
dtrace_debug__putc(cpu, *percent++);
sys/dev/bce/if_bcereg.h
481
#define DB_OR_RANDOMFALSE(percent)
sys/dev/bce/if_bcereg.h
482
#define DB_AND_RANDOMFALSE(percent)
sys/dev/bce/if_bcereg.h
484
#define DB_OR_RANDOMTRUE(percent)
sys/dev/bce/if_bcereg.h
485
#define DB_AND_RANDOMTRUE(percent)
sys/dev/hptmv/gui_lib.c
218
DWORD percent = ((ULONG)(pMember->u.array.RebuildSectors>>11)*1000 /
sys/dev/hptmv/gui_lib.c
220
if (result==0 || result>percent)
sys/dev/hptmv/gui_lib.c
221
result = percent;
sys/dev/pwm/pwm_backlight.c
185
pwm_backlight_find_level_per_percent(struct pwm_backlight_softc *sc, int percent)
sys/dev/pwm/pwm_backlight.c
190
if (percent < 0 || percent > 100)
sys/dev/pwm/pwm_backlight.c
194
if (sc->levels[i] == percent)
sys/dev/pwm/pwm_backlight.c
196
else if (sc->levels[i] < percent)
sys/dev/pwm/pwm_backlight.c
197
diff = percent - sc->levels[i];
sys/dev/pwm/pwm_backlight.c
199
if (diff < abs((percent - sc->levels[i])))
sys/dev/pwm/pwm_backlight.c
75
static int pwm_backlight_find_level_per_percent(struct pwm_backlight_softc *sc, int percent);
sys/dev/smartpqi/smartpqi_defines.h
886
uint64_t percent = 0;
sys/dev/smartpqi/smartpqi_defines.h
888
percent = (val * 100) / total;
sys/dev/smartpqi/smartpqi_defines.h
889
return percent;
sys/fs/nfsserver/nfs_nfsdsubs.c
1951
int rem, len, error = 0, pubtype = 0, outlen = 0, percent = 0;
sys/fs/nfsserver/nfs_nfsdsubs.c
2051
if (percent > 0) {
sys/fs/nfsserver/nfs_nfsdsubs.c
2058
if (percent == 1) {
sys/fs/nfsserver/nfs_nfsdsubs.c
2060
percent = 2;
sys/fs/nfsserver/nfs_nfsdsubs.c
2063
percent = 0;
sys/fs/nfsserver/nfs_nfsdsubs.c
2078
percent = 1;
sys/fs/tmpfs/tmpfs_subr.c
421
int error, percent;
sys/fs/tmpfs/tmpfs_subr.c
423
percent = *(int *)arg1;
sys/fs/tmpfs/tmpfs_subr.c
424
error = sysctl_handle_int(oidp, &percent, 0, req);
sys/fs/tmpfs/tmpfs_subr.c
428
if ((unsigned) percent > 100)
sys/fs/tmpfs/tmpfs_subr.c
431
*(int *)arg1 = percent;
sys/kern/subr_prf.c
682
const char *p, *percent, *q;
sys/kern/subr_prf.c
713
percent = fmt - 1;
sys/kern/subr_prf.c
998
while (percent < fmt)
sys/kern/subr_prf.c
999
PCHAR(*percent++);
usr.bin/backlight/backlight.c
146
percent = strtonum(argv[0], 0, 100, &percent_error);
usr.bin/backlight/backlight.c
186
if (percent == -1)
usr.bin/backlight/backlight.c
188
props.brightness = percent;
usr.bin/backlight/backlight.c
194
if (percent == 0)
usr.bin/backlight/backlight.c
199
percent = percent == -1 ? 10 : percent;
usr.bin/backlight/backlight.c
200
percent = action == BACKLIGHT_INCR ? percent : -percent;
usr.bin/backlight/backlight.c
201
props.brightness += percent;
usr.bin/backlight/backlight.c
99
long percent = -1;
usr.bin/fortune/fortune/fortune.c
1199
if (list->percent == NO_PROB)
usr.bin/fortune/fortune/fortune.c
1202
fprintf(stderr, "%3d%%", list->percent);
usr.bin/fortune/fortune/fortune.c
350
int i, percent;
usr.bin/fortune/fortune/fortune.c
384
percent = NO_PROB;
usr.bin/fortune/fortune/fortune.c
388
percent = 0;
usr.bin/fortune/fortune/fortune.c
390
percent = percent * 10 + *sp - '0';
usr.bin/fortune/fortune/fortune.c
391
if (percent > 100) {
usr.bin/fortune/fortune/fortune.c
406
percent = NO_PROB;
usr.bin/fortune/fortune/fortune.c
429
} else if (!add_file(percent, sp, NULL, &File_list,
usr.bin/fortune/fortune/fortune.c
443
add_file(int percent, const char *file, const char *dir, FILEDESC **head,
usr.bin/fortune/fortune/fortune.c
510
i += add_file(percent, file, *pstr++,
usr.bin/fortune/fortune/fortune.c
532
fp->percent = percent;
usr.bin/fortune/fortune/fortune.c
563
else if (fp->percent == NO_PROB) {
usr.bin/fortune/fortune/fortune.c
593
fp->percent = NO_PROB;
usr.bin/fortune/fortune/fortune.c
665
scene->percent = obscene->percent = NO_PROB;
usr.bin/fortune/fortune/fortune.c
71
int percent;
usr.bin/fortune/fortune/fortune.c
871
int percent, num_noprob, frac;
usr.bin/fortune/fortune/fortune.c
879
percent = 0;
usr.bin/fortune/fortune/fortune.c
882
if (fp->percent == NO_PROB) {
usr.bin/fortune/fortune/fortune.c
887
percent += fp->percent;
usr.bin/fortune/fortune/fortune.c
889
percent, num_noprob));
usr.bin/fortune/fortune/fortune.c
890
if (percent > 100) {
usr.bin/fortune/fortune/fortune.c
892
"fortune: probabilities sum to %d%% > 100%%!\n", percent);
usr.bin/fortune/fortune/fortune.c
894
} else if (percent < 100 && num_noprob == 0) {
usr.bin/fortune/fortune/fortune.c
897
percent);
usr.bin/fortune/fortune/fortune.c
899
} else if (percent == 100 && num_noprob != 0) {
usr.bin/fortune/fortune/fortune.c
904
percent = 100 - percent;
usr.bin/fortune/fortune/fortune.c
908
frac = percent / num_noprob;
usr.bin/fortune/fortune/fortune.c
911
if (fp->percent == NO_PROB) {
usr.bin/fortune/fortune/fortune.c
912
fp->percent = frac;
usr.bin/fortune/fortune/fortune.c
913
percent -= frac;
usr.bin/fortune/fortune/fortune.c
916
last->percent = percent;
usr.bin/fortune/fortune/fortune.c
917
DPRINTF(1, (stderr, ", residual = %d%%", percent));
usr.bin/fortune/fortune/fortune.c
922
percent));
usr.bin/fortune/fortune/fortune.c
942
if (File_list->next == NULL || File_list->percent == NO_PROB)
usr.bin/fortune/fortune/fortune.c
947
for (fp = File_list; fp->percent != NO_PROB; fp = fp->next) {
usr.bin/fortune/fortune/fortune.c
948
if (choice < fp->percent)
usr.bin/fortune/fortune/fortune.c
951
choice -= fp->percent;
usr.bin/fortune/fortune/fortune.c
954
fp->name, fp->percent, choice));
usr.bin/fortune/fortune/fortune.c
959
fp->name, fp->percent, choice));
usr.bin/fortune/fortune/fortune.c
961
if (fp->percent != NO_PROB)
usr.bin/printf/printf.c
460
escape(char *fmt, int percent, size_t *len)
usr.bin/printf/printf.c
487
if (!percent) {
usr.bin/printf/printf.c
512
c = (!percent && *fmt == '0') ? 4 : 3;
usr.bin/printf/printf.c
519
if (percent && value == '%') {
usr.bin/vmstat/vmstat.c
1136
percent("user", 100LL * (cur.cp_time[CP_USER] + cur.cp_time[CP_NICE]) /
usr.bin/vmstat/vmstat.c
1138
percent("system", 100LL * (cur.cp_time[CP_SYS] + cur.cp_time[CP_INTR]) /
usr.bin/vmstat/vmstat.c
1140
percent("idle", 100LL * cur.cp_time[CP_IDLE] / total, &over);
usr.bin/vmstat/vmstat.c
1174
percent("user",
usr.bin/vmstat/vmstat.c
1177
percent("system",
usr.bin/vmstat/vmstat.c
1180
percent("idle",
usr.sbin/ppp/bundle.c
1937
bundle_AutoAdjust(struct bundle *bundle, int percent, int what)
usr.sbin/ppp/bundle.c
1966
percent, choice->name);
usr.sbin/ppp/bundle.c
1971
percent, choice->name);
usr.sbin/ppp/mp.c
195
int percent;
usr.sbin/ppp/mp.c
197
percent = MAX(mp->link.stats.total.in.OctetsPerSecond,
usr.sbin/ppp/mp.c
200
if (percent >= mp->cfg.autoload.max) {
usr.sbin/ppp/mp.c
201
log_Printf(LogDEBUG, "%d%% saturation - bring a link up ?\n", percent);
usr.sbin/ppp/mp.c
202
bundle_AutoAdjust(mp->bundle, percent, AUTO_UP);
usr.sbin/ppp/mp.c
203
} else if (percent <= mp->cfg.autoload.min) {
usr.sbin/ppp/mp.c
204
log_Printf(LogDEBUG, "%d%% saturation - bring a link down ?\n", percent);
usr.sbin/ppp/mp.c
205
bundle_AutoAdjust(mp->bundle, percent, AUTO_DOWN);
usr.sbin/pwm/pwm.c
121
duty = strtoul(optarg, &percent, 10);
usr.sbin/pwm/pwm.c
122
if (*percent == '%') {
usr.sbin/pwm/pwm.c
128
} else if (*percent != '\0')
usr.sbin/pwm/pwm.c
196
if (*percent != '\0')
usr.sbin/pwm/pwm.c
81
char *percent;