Searched refs:MAXPID (Results 1 – 6 of 6) sorted by relevance
46 #define MAXPID 30000 /* max process id */ macro
139 pidshift = fls((uint_t)MAXPID); /* high bit number */ in libc_mktemps()
73 #define MAXPID ((pid_t)sysconf(_SC_MAXPID)) /* max process id */ macro
494 #define MAXPID ((pid_t)_sysconf(_SC_MAXPID)) macro
573 if ((tval > MAXPID) || (tval <= 0)) { in store_retrieve_rep_vals()
3865 if (ptp->p_pid < 5 || ptp->p_pid > MAXPID) in st_sane()