Home
last modified time | relevance | path

Searched refs:PRIO_PROCESS (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/renice/
H A Drenice.c73 { 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 Dnice.c58 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 Dsetpriority.c57 case PRIO_PROCESS: in prio_to_idtype()
96 case PRIO_PROCESS: in old_idtype()
/illumos-gate/usr/src/ucbhead/sys/
H A Dresource.h57 #define PRIO_PROCESS 0 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h56 #define PRIO_PROCESS 0 macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c85 (void) setpriority(PRIO_PROCESS, 0, nval); in donice()
H A Dsh.sem.c261 (void) setpriority(PRIO_PROCESS,
H A Dsh.proc.c1274 (void) setpriority(PRIO_PROCESS, 0, t->t_nice); in pfork()
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c301 (void) setpriority(PRIO_PROCESS, 0, PRIO_MIN); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2091 if (setpriority (PRIO_PROCESS, 0, 0) < 0)