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