Home
last modified time | relevance | path

Searched refs:PC_DONICE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dsetpriority.c142 if (priocntl(idtype, id, PC_DONICE, &pcnice) == -1) in getpriority()
184 ret = priocntl(idtype, id, PC_DONICE, &pcnice); in setpriority()
202 if (priocntl(idtype, id, PC_DONICE, &gpcnice) == 0 && in setpriority()
/titanic_50/usr/src/uts/common/sys/
H A Dpriocntl.h60 #define PC_DONICE 6 /* Set or get nice value */ macro
/titanic_50/usr/src/uts/common/disp/
H A Dpriocntl.c672 case PC_DONICE: in priocntl_common()