Searched refs:PGET_CANDEBUG (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/dev/filemon/ |
| D | filemon.c | 394 PGET_CANDEBUG | PGET_NOTWEXIT | PGET_NOTINEXEC, &p); in filemon_ioctl()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_proc.c | 408 if ((flags & PGET_CANDEBUG) != 0) { in pget() 2451 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_vmmap() 2610 flags |= PGET_CANDEBUG; in sysctl_kern_proc_rlimit() 2662 error = pget((pid_t)name[0], PGET_CANDEBUG, &p); in sysctl_kern_proc_ps_strings() 2731 flags |= PGET_CANDEBUG; in sysctl_kern_proc_osrel() 2773 error = pget((pid_t)name[0], PGET_CANDEBUG, &p); in sysctl_kern_proc_sigtramp()
|
| D | kern_descrip.c | 3099 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_ofiledesc() 3602 error = pget((pid_t)name[0], PGET_CANDEBUG | PGET_NOTWEXIT, &p); in sysctl_kern_proc_filedesc()
|
| /freebsd-10-stable/sys/sys/ |
| D | proc.h | 904 #define PGET_CANDEBUG 0x00004 /* Check against p_candebug(). */ macro 910 #define PGET_WANTREAD (PGET_HOLD | PGET_CANDEBUG | PGET_NOTWEXIT)
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux_misc.c | 2211 flags |= PGET_CANDEBUG; in linux_prlimit64()
|