Searched refs:PRIO_PROCESS (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/renice/ |
H A D | renice.c | 73 { PRIO_PROCESS, "pid" }, 100 int which = PRIO_PROCESS; in main() 152 which = PRIO_PROCESS; in main() 253 int which = PRIO_PROCESS; in parse_obsolete_options() 289 which = PRIO_PROCESS; in parse_obsolete_options()
|
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nice.c | 58 prio = getpriority(PRIO_PROCESS, 0); in nice() 61 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) in nice()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 57 case PRIO_PROCESS: in prio_to_idtype() 96 case PRIO_PROCESS: in old_idtype()
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | resource.h | 57 #define PRIO_PROCESS 0 macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | resource.h | 56 #define PRIO_PROCESS 0 macro
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.time.c | 85 (void) setpriority(PRIO_PROCESS, 0, nval); in donice()
|
H A D | sh.sem.c | 261 (void) setpriority(PRIO_PROCESS,
|
H A D | sh.proc.c | 1274 (void) setpriority(PRIO_PROCESS, 0, t->t_nice); in pfork()
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 301 (void) setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | main.c | 2091 if (setpriority (PRIO_PROCESS, 0, 0) < 0)
|