Searched defs:maxpid (Results 1 - 3 of 3) sorted by relevance

/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/conf/
H A Dparam.c306 int maxpid; variable
613 maxpid = MAX_MAXPID;
615 maxpid = pidmax;
626 if (max_nprocs > maxpid)
627 max_nprocs = maxpid;

Completed in 824 milliseconds