Searched refs:mac_proc_check_sched (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dprocess_policy.c141 error = mac_proc_check_sched(curp, target_proc);
228 error = mac_proc_check_sched(curp, proc);
418 error = mac_proc_check_sched(current_proc(), target_proc);
H A Dkern_resource.c519 error = mac_proc_check_sched(curp, chgp);
558 error = mac_proc_check_sched(curp, targetp);
601 if ((error = mac_proc_check_sched(curp, targetp)))
660 if ((error = mac_proc_check_sched(curp, targetp)))
740 error = mac_proc_check_sched(curp, targetp);
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_process.c430 mac_proc_check_sched(proc_t curp, struct proc *proc) function
H A Dmac_framework.h351 int mac_proc_check_sched(proc_t proc, proc_t proc2);

Completed in 127 milliseconds