Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/security/mac/
HDmac_process.c390 mac_proc_check_sched(struct ucred *cred, struct proc *p) in mac_proc_check_sched() function
HDmac_framework.h265 int mac_proc_check_sched(struct ucred *cred, struct proc *p);
/freebsd-11-stable/sys/kern/
HDkern_prot.c1603 if ((error = mac_proc_check_sched(td->td_ucred, p))) in p_cansched()