Home
last modified time | relevance | path

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

/xnu-8019.80.24/security/
H A Dmac_mach_internal.h103 typedef int (*mac_task_mach_filter_cbfunc_t)(struct proc *bsdinfo, int num);
104 typedef int (*mac_task_kobj_filter_cbfunc_t)(struct proc *bsdinfo, int msgid, int index);
/xnu-8019.80.24/bsd/kern/
H A Dprocess_policy.c706 proc_apply_resource_actions(void * bsdinfo, __unused int type, int action) in proc_apply_resource_actions() argument
708 proc_t p = (proc_t)bsdinfo; in proc_apply_resource_actions()
736 proc_restore_resource_actions(void * bsdinfo, __unused int type, int action) in proc_restore_resource_actions() argument
738 proc_t p = (proc_t)bsdinfo; in proc_restore_resource_actions()
/xnu-8019.80.24/osfmk/kern/
H A Dtask_policy.c2540 void * bsdinfo = NULL; in proc_clear_task_ruse_cpu() local
2560 bsdinfo = task->bsd_info; in proc_clear_task_ruse_cpu()
2562 proc_restore_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action); in proc_clear_task_ruse_cpu()
2577 void * bsdinfo = NULL; in task_apply_resource_actions() local
2606 bsdinfo = task->bsd_info; in task_apply_resource_actions()
2608 proc_apply_resource_actions(bsdinfo, TASK_POLICY_CPU_RESOURCE_USAGE, action); in task_apply_resource_actions()