Home
last modified time | relevance | path

Searched refs:tep_sup_active (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/osfmk/mach/
H A Dtask_policy_private.h96 tep_sup_active :1, /* suppression behaviors are in effect */ member
/xnu-12377.41.6/osfmk/kern/
H A Dtask_policy.c1034 next.tep_sup_active = 1; in task_policy_update_internal_locked()
1099 (next.tep_sup_active == 1 && in task_policy_update_internal_locked()
1185 if (prev.tep_sup_active != next.tep_sup_active) { in task_policy_update_internal_locked()
1855 value = task->effective_policy.tep_sup_active; in proc_get_effective_task_policy()
2334 if (task->effective_policy.tep_sup_active) { in proc_get_darwinbgstate()
2489 bits |= (effective.tep_sup_active ? POLICY_EFF_SUP_ACTIVE : 0); in task_effective_bitfield()
H A Dkern_stackshot.c3291 if (task->effective_policy.tep_sup_active == 1) { in kcdata_get_task_ss_flags()
/xnu-12377.41.6/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py324 task.effective_policy.tep_sup_active = 0
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py316 if hasattr(task, "effective_policy") and int(task.effective_policy.tep_sup_active) == 1:
836 if int(task.effective_policy.tep_sup_active) != 0: