Searched refs:PROC_POLICY_SCOPE_PROCESS (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dprocess_policy.c120 if ((scope != PROC_POLICY_SCOPE_PROCESS) && (scope != PROC_POLICY_SCOPE_THREAD)) {
208 if (scope == PROC_POLICY_SCOPE_PROCESS) {
225 if (scope == PROC_POLICY_SCOPE_PROCESS) {
241 if (scope == PROC_POLICY_SCOPE_PROCESS) {
257 if (scope == PROC_POLICY_SCOPE_PROCESS) {
266 if (scope == PROC_POLICY_SCOPE_PROCESS) {
275 if (scope == PROC_POLICY_SCOPE_PROCESS) {
/darwin-on-arm/xnu/bsd/sys/
H A Dprocess_policy.h40 #define PROC_POLICY_SCOPE_PROCESS 1 /* the policy setting is for process wide effect */ macro

Completed in 16 milliseconds