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

/opensolaris-onvv-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.c202 return (maxpid);
/opensolaris-onvv-gate/usr/src/uts/common/conf/
H A Dparam.c303 int maxpid; variable
622 maxpid = MAX_MAXPID;
624 maxpid = pidmax;
635 if (max_nprocs > maxpid)
636 max_nprocs = maxpid;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dparam.h340 extern pid_t maxpid;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpid.c185 ASSERT(minpid <= mpid && mpid < maxpid);
190 if (++mpid == maxpid)
H A Dexit.c934 if (id < 0 || id >= maxpid)
H A Dstreamio.c5630 if (pgrp <= 0 || pgrp >= maxpid) {
/opensolaris-onvv-gate/usr/src/cmd/ps/
H A Ducbps.c152 pid_t maxpid; local
185 maxpid = (pid_t)sysconf(_SC_MAXPID);
187 while ((maxpid /= 10) > 0)
H A Dps.c376 pid_t maxpid; local
400 id = maxpid = (pid_t)sysconf(_SC_MAXPID);
560 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
593 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
626 if ((ret = str2id(parg, &id, 0, maxpid)) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3392 if (pid > maxpid)

Completed in 207 milliseconds