Home
last modified time | relevance | path

Searched refs:PID_ALLOC_PROC (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dpid.c169 if ((flags & PID_ALLOC_PROC) && (pep = procentfree) == NULL) { in pid_allocate()
209 if (flags & PID_ALLOC_PROC) { in pid_allocate()
H A Dfork.c1007 if ((newpid = pid_allocate(cp, pid, PID_ALLOC_PROC)) == -1) { in getproc()
/titanic_44/usr/src/uts/common/sys/
H A Dproc.h437 #define PID_ALLOC_PROC 0x0001 /* assign a /proc slot as well */ macro