Home
last modified time | relevance | path

Searched refs:policy_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/tests/
H A Dproc_uuid_policy_26567533.c16 uint32_t policy_flags[] = { variable
24 T_LOG("Testing policy add with flag value 0x%x", policy_flags[i]);
27 …ret = proc_uuid_policy(PROC_UUID_POLICY_OPERATION_ADD, null_uuid, sizeof(uuid_t), policy_flags[i]);
35 T_LOG("Testing policy remove with flag value 0x%x", policy_flags[i]);
38 …ret = proc_uuid_policy(PROC_UUID_POLICY_OPERATION_REMOVE, null_uuid, sizeof(uuid_t), policy_flags[…
/xnu-8020.121.3/bsd/kern/
H A Dpolicy_check.c36 static int policy_flags = 0; variable
78 if (policy_flags & CHECK_POLICY_FAIL) { in common_hook()
86 if ((policy_flags & (CHECK_POLICY_BACKTRACE | CHECK_POLICY_PANIC)) == CHECK_POLICY_BACKTRACE) { in common_hook()
87 if (policy_flags & CHECK_POLICY_PERIODIC) { in common_hook()
113 if (policy_flags & CHECK_POLICY_PANIC) { in common_hook()
553 policy_flags = flags; in check_policy_init()
H A Dmach_loader.c3017 uint32_t policy_flags = 0; in load_dylinker() local
3020 policy_error = proc_uuid_policy_lookup(result->uuid, &policy_flags, &policy_gencount); in load_dylinker()
3022 if (policy_flags & PROC_UUID_ALT_DYLD_POLICY) { in load_dylinker()
/xnu-8020.121.3/libkern/libkern/coretrust/
H A Dcoretrust.h53 CoreTrustPolicyFlags *policy_flags,