Searched refs:policy_subtype (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | process_policy.c | 82 static int handle_lowresource(int scope, int action, int policy, int policy_subtype, user_addr_t at… 84 static int handle_apptype(int scope, int action, int policy, int policy_subtype, user_addr_t attrp,… 85 static int handle_boost(int scope, int action, int policy, int policy_subtype, user_addr_t attrp, p… 93 static int handle_applifecycle(int scope, int action, int policy, int policy_subtype, user_addr_t a… 114 int policy_subtype = uap->policy_subtype; in process_policy() local 190 …error = handle_lowresource(scope, action, policy, policy_subtype, attrp, target_proc, target_threa… in process_policy() 193 switch (policy_subtype) { in process_policy() 213 …error = handle_applifecycle(scope, action, policy, policy_subtype, attrp, target_proc, target_thre… in process_policy() 217 …error = handle_apptype(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy() 220 error = handle_boost(scope, action, policy, policy_subtype, attrp, target_proc, target_threadid); in process_policy() [all …]
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | process_policy.h | 209 int process_policy(int scope, int action, int policy, int policy_subtype, proc_policy_attribute_t *…
|
| /xnu-12377.61.12/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 42 int __process_policy(int scope, int action, int policy, int policy_subtype, proc_policy_attribute_t…
|