Home
last modified time | relevance | path

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

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