Searched refs:PGET_ISCURRENT (Results 1 – 2 of 2) sorted by relevance
1131 #define PGET_ISCURRENT 0x00008 /* Check that the found process is current. */ macro
543 if ((flags & PGET_ISCURRENT) != 0 && curproc != p) { in pget() 2143 flags |= PGET_ISCURRENT; in sysctl_kern_proc_args()