Searched refs:PID_ALLOC_PROC (Results 1 – 3 of 3) sorted by relevance
169 if ((flags & PID_ALLOC_PROC) && (pep = procentfree) == NULL) { in pid_allocate()209 if (flags & PID_ALLOC_PROC) { in pid_allocate()
1007 if ((newpid = pid_allocate(cp, pid, PID_ALLOC_PROC)) == -1) { in getproc()
437 #define PID_ALLOC_PROC 0x0001 /* assign a /proc slot as well */ macro