Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dproc.h864 #define PGET_NOTID 0x00040 /* Do not assume tid if pid > PID_MAX. */ macro
/freebsd-9-stable/sys/kern/
Dkern_time.c202 error = pget(id, PGET_CANSEE | PGET_NOTID, &p); in kern_clock_getcpuclockid2()
Dkern_proc.c381 } else if ((flags & PGET_NOTID) == 0) { in pget()