Home
last modified time | relevance | path

Searched refs:p_cansee (Results 1 – 16 of 16) sorted by relevance

/trueos/sys/kern/
HDp1003_1b.c162 e = p_cansee(td, targetp);
227 e = p_cansee(td, targetp);
299 e = p_cansee(td, targetp);
HDkern_resource.c114 if (p_cansee(td, p) == 0)
136 p_cansee(td, p) == 0) {
152 p_cansee(td, p) == 0 &&
199 error = p_cansee(td, p);
223 p_cansee(td, p) == 0) {
240 p_cansee(td, p) == 0) {
321 if ((error = p_cansee(td, p))) in sys_rtprio_thread()
402 if ((error = p_cansee(td, p)))
HDkern_procctl.c489 error = p_cansee(td, p); in kern_procctl()
511 if (p->p_state == PRS_NEW || p_cansee(td, p) != 0) { in kern_procctl()
HDkern_prot.c170 error = p_cansee(td, p); in sys_getpgid()
202 error = p_cansee(td, p); in sys_getsid()
421 if ((error = p_cansee(td, targp))) { in sys_setpgid()
1427 p_cansee(struct thread *td, struct proc *p) in p_cansee() function
HDkern_ktrace.c950 p_cansee(td, p) != 0) {
973 error = p_cansee(td, p);
HDsys_process.c700 if ((error = p_cansee(td, p)) != 0)
HDkern_proc.c382 error = p_cansee(curthread, p); in pget()
1345 if (p_cansee(curthread, p)) { in sysctl_kern_proc()
HDkern_event.c369 if ((error = p_cansee(curthread, p))) { in filt_procattach()
HDkern_descrip.c2992 if (p_cansee(req->td, p) != 0) { in sysctl_kern_file()
/trueos/sys/fs/procfs/
HDprocfs_status.c183 if (p->p_args && p_cansee(td, p) == 0) { in procfs_doproccmdline()
/trueos/sys/security/audit/
HDaudit_syscalls.c421 if ((error = p_cansee(td, tp)) != 0) { in sys_auditon()
453 if ((error = p_cansee(td, tp)) != 0) { in sys_auditon()
/trueos/sys/security/mac/
HDmac_syscalls.c101 error = p_cansee(td, tproc); in sys___mac_get_pid()
/trueos/sys/sys/
HDproc.h897 int p_cansee(struct thread *td, struct proc *p);
/trueos/sys/fs/pseudofs/
HDpseudofs_vnops.c98 visible = (p_cansee(td, proc) == 0); in pfs_visible_proc()
/trueos/sys/compat/linprocfs/
HDlinprocfs.c924 if ((ret = p_cansee(td, p)) != 0) { in linprocfs_doproccmdline()
/trueos/share/man/man9/
HDMakefile194 p_cansee.9 \