Searched refs:PGET_NOTWEXIT (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/filemon/ |
H A D | filemon.c | 400 PGET_CANDEBUG | PGET_NOTWEXIT | PGET_NOTINEXEC, &p); in filemon_ioctl()
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | 515 error = pget(id, PGET_CANSEE | PGET_NOTWEXIT | PGET_NOTID, &p); in cpu_procctl()
|
/freebsd/sys/kern/ |
H A D | kern_proc.c | 522 if ((flags & PGET_NOTWEXIT) == 0) in pget() 548 if ((flags & PGET_NOTWEXIT) != 0 && (p->p_flag & P_WEXIT) != 0) { in pget() 2814 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_vmmap() 2971 flags = PGET_HOLD | PGET_NOTWEXIT; in sysctl_kern_proc_rlimit() 3099 flags = PGET_HOLD | PGET_NOTWEXIT; in sysctl_kern_proc_osrel() 3202 error = pget(pid, PGET_HOLD | PGET_NOTWEXIT | PGET_CANDEBUG, &p); in sysctl_kern_proc_sigfastblk()
|
H A D | kern_descrip.c | 1211 ret = pget(pgid, PGET_NOTWEXIT | PGET_NOTID | PGET_HOLD, &proc); in fsetown() 4813 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_filedesc() 4896 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_ofiledesc() 5049 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_cwd()
|
H A D | sys_generic.c | 2124 error = pget(pid, PGET_NOTID | PGET_CANDEBUG | PGET_NOTWEXIT | in kcmp_pget()
|
/freebsd/sys/sys/ |
H A D | proc.h | 1126 #define PGET_NOTWEXIT 0x00010 /* Check that the process is not in P_WEXIT. */ macro 1130 #define PGET_WANTREAD (PGET_HOLD | PGET_CANDEBUG | PGET_NOTWEXIT)
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | fasttrap.c | 1220 if (pget(probe->ftp_pid, PGET_HOLD | PGET_NOTWEXIT, &p) != 0) in fasttrap_pid_enable() 1300 if (pget(probe->ftp_pid, PGET_HOLD | PGET_NOTWEXIT, &p) != 0) in fasttrap_pid_disable()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2063 flags = PGET_HOLD | PGET_NOTWEXIT; in linux_prlimit64()
|