Searched refs:PGET_CANDEBUG (Results 1 – 7 of 7) 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/kern/ |
H A D | kern_proc.c | 539 if ((flags & PGET_CANDEBUG) != 0) { in pget() 2814 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_vmmap() 2973 flags |= PGET_CANDEBUG; in sysctl_kern_proc_rlimit() 3025 error = pget((pid_t)name[0], PGET_CANDEBUG, &p); in sysctl_kern_proc_ps_strings() 3101 flags |= PGET_CANDEBUG; in sysctl_kern_proc_osrel() 3143 error = pget((pid_t)name[0], PGET_CANDEBUG, &p); in sysctl_kern_proc_sigtramp() 3202 error = pget(pid, PGET_HOLD | PGET_NOTWEXIT | PGET_CANDEBUG, &p); in sysctl_kern_proc_sigfastblk() 3267 error = pget((pid_t)name[0], PGET_CANDEBUG, &p); in sysctl_kern_proc_vm_layout()
|
H A D | kern_descrip.c | 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()
|
H A D | kern_event.c | 3031 error = pget((pid_t)name[0], PGET_HOLD | PGET_CANDEBUG, &p); in sysctl_kern_proc_kqueue()
|
/freebsd/sys/sys/ |
H A D | proc.h | 1124 #define PGET_CANDEBUG 0x00004 /* Check against p_candebug(). */ macro 1130 #define PGET_WANTREAD (PGET_HOLD | PGET_CANDEBUG | PGET_NOTWEXIT)
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2065 flags |= PGET_CANDEBUG; in linux_prlimit64()
|