Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c171 if ((flags & PID_ALLOC_PROC) && pep == NULL) { in pid_allocate()
211 if (flags & PID_ALLOC_PROC) { in pid_allocate()
H A Dfork.c1020 if ((newpid = pid_allocate(cp, pid, PID_ALLOC_PROC)) == -1) { in getproc()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h449 #define PID_ALLOC_PROC 0x0001 /* assign a /proc slot as well */ macro