Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/renice/
H A Drenice.c83 { PRIO_ZONE, "zone" },
84 { PRIO_ZONE, "zoneid" },
182 *end_ptr == '\0' && (which != PRIO_ZONE || in main()
227 case PRIO_ZONE: in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsetpriority.c81 case PRIO_ZONE: in prio_to_idtype()
/illumos-gate/usr/src/uts/common/sys/
H A Dresource.h64 #define PRIO_ZONE 8 macro