Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_cpu_capabilities.c561 bool has_sysctl = cap_sysctl != NULL; in test_cpu_capability() local
564 if (has_sysctl) { in test_cpu_capability()
580 if (!has_commpage_flag && !has_sysctl) { in test_cpu_capability()
585 if (has_commpage_flag && has_sysctl) { in test_cpu_capability()
591 if (has_sysctl && has_cap_bit) { in test_cpu_capability()