Searched refs:PGET_NOTID (Results 1 – 4 of 4) sorted by relevance
482 error = pget(id, PGET_CANSEE | PGET_NOTWEXIT | PGET_NOTID, &p); in cpu_procctl()
1057 #define PGET_NOTID 0x00040 /* Do not assume tid if pid > PID_MAX. */ macro
203 error = pget(id, PGET_CANSEE | PGET_NOTID, &p); in kern_clock_getcpuclockid2()
520 } else if ((flags & PGET_NOTID) == 0) { in pget()