Home
last modified time | relevance | path

Searched refs:mac_proc_check_sched (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_process.c390 mac_proc_check_sched(struct ucred *cred, struct proc *p) in mac_proc_check_sched() function
H A Dmac_framework.h378 int mac_proc_check_sched(struct ucred *cred, struct proc *p);
/freebsd/sys/kern/
H A Dkern_prot.c1748 if ((error = mac_proc_check_sched(td->td_ucred, p))) in p_cansched()