Searched refs:_csr_get_dt_bool (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_csr.c | 54 _csr_get_dt_bool(DTEntry *entry, char const *name, bool *out) in _csr_get_dt_bool() function 122 (_csr_get_dt_bool(&entry, "internal-use-only-unit", &bool_value) && bool_value)) || in _csr_is_iuou_or_iuos_device() 124 (_csr_get_dt_bool(&entry, "iuos", &bool_value) && bool_value)); in _csr_is_iuou_or_iuos_device() 140 _csr_get_dt_bool(&chosen, "csr-allow-device-configuration", &bool_value) && bool_value); in _csr_should_allow_device_configuration() 205 if (_csr_get_dt_bool(&entry, "lp-sip1", &bool_value) && bool_value) { in csr_bootstrap() 215 csr_unsafe_kernel_text = _csr_get_dt_bool(&entry, "lp-sip2", &bool_value) && bool_value; in csr_bootstrap()
|