Searched refs:niceval (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Doptions.c367 int niceval = 10; local
370 if (value != 0 && sscanf(value, "%d%c", &niceval, &junk) != 1)
372 if (dry_run == 0 && nice(niceval) < 0)
373 tcpd_warn("nice(%d): %m", niceval);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1501 int retval, niceval; local
1604 retval = CL_DONICE(t, NULL, 0, &niceval);
1607 psp->pr_nice = niceval + NZERO;
3340 int retval, niceval; local
3443 retval = CL_DONICE(t, NULL, 0, &niceval);
3446 psp->pr_nice = niceval + NZERO;
H A Dprsubr.c2504 int retval, niceval; local
2531 retval = CL_DONICE(t, NULL, 0, &niceval);
2534 psp->pr_nice = niceval + NZERO;
2571 int retval, niceval; local
2598 retval = CL_DONICE(t, NULL, 0, &niceval);
2601 psp->pr_nice = niceval + NZERO;

Completed in 75 milliseconds