Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dvm_machdep.c482 error = pget(id, PGET_CANSEE | PGET_NOTWEXIT | PGET_NOTID, &p); in cpu_procctl()
/f-stack/freebsd/sys/
H A Dproc.h1057 #define PGET_NOTID 0x00040 /* Do not assume tid if pid > PID_MAX. */ macro
/f-stack/freebsd/kern/
H A Dkern_time.c203 error = pget(id, PGET_CANSEE | PGET_NOTID, &p); in kern_clock_getcpuclockid2()
H A Dkern_proc.c520 } else if ((flags & PGET_NOTID) == 0) { in pget()