Searched refs:maxpid (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpgrpsys.c82 else if (pid < 0 || pid >= maxpid) {
111 else if (pgid < 0 || pgid >= maxpid) {
156 if (pid < 0 || pid >= maxpid) {
H A Dsysconfig.c214 return (maxpid);
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c306 int maxpid; variable
613 maxpid = MAX_MAXPID;
615 maxpid = pidmax;
626 if (max_nprocs > maxpid)
627 max_nprocs = maxpid;
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h334 extern pid_t maxpid;
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c185 ASSERT(minpid <= mpid && mpid < maxpid);
190 if (++mpid == maxpid)
H A Dexit.c949 if (id < 0 || id >= maxpid)
H A Dstreamio.c5631 if (pgrp <= 0 || pgrp >= maxpid) {
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c154 pid_t maxpid; local
187 maxpid = (pid_t)sysconf(_SC_MAXPID);
189 while ((maxpid /= 10) > 0)
H A Dps.c386 pid_t maxpid; local
410 id = maxpid = (pid_t)sysconf(_SC_MAXPID);
573 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
606 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
639 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3492 if (pid > maxpid)

Completed in 82 milliseconds