Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_cpu_capabilities.c605 char *deprecated_cap_name; in test_deprecated_sysctl() local
606 int err = asprintf(&deprecated_cap_name, "%s (deprecated sysctl)", cap_name); in test_deprecated_sysctl()
608 test_cpu_capability(deprecated_cap_name, commpage_flag, deprecated_sysctl, -1, NULL); in test_deprecated_sysctl()
609 free(deprecated_cap_name); in test_deprecated_sysctl()