Searched refs:_csr_get_dt_bool (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/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 130 (_csr_get_dt_bool(&entry, "internal-use-only-unit", &bool_value) && bool_value)) || in _csr_is_iuou_or_iuos_device() 132 (_csr_get_dt_bool(&entry, "iuos", &bool_value) && bool_value)); in _csr_is_iuou_or_iuos_device() 148 _csr_get_dt_bool(&chosen, "csr-allow-device-configuration", &bool_value) && bool_value); in _csr_should_allow_device_configuration() 214 if (_csr_get_dt_bool(&entry, "lp-sip1", &bool_value) && bool_value) { in csr_bootstrap() 224 csr_unsafe_kernel_text = _csr_get_dt_bool(&entry, "lp-sip2", &bool_value) && bool_value; in csr_bootstrap()
|