Home
last modified time | relevance | path

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

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